2021-02-13 14:00:20 +00:00
|
|
|
id: unauthenticated-prtg
|
2021-02-13 07:32:16 +00:00
|
|
|
|
|
|
|
info:
|
2022-07-26 13:45:11 +00:00
|
|
|
name: PRTG Traffic Grapher - Unauthenticated Access
|
2021-02-13 07:32:16 +00:00
|
|
|
author: dhiyaneshDK
|
2021-02-13 14:00:20 +00:00
|
|
|
severity: high
|
2022-07-26 13:45:11 +00:00
|
|
|
description: PRTG Traffic Grapher was able to be accessed with no authentication requirements in place.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/5808
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: config,unauth,prtg,edb,misconfig
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-02-13 07:32:16 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-02-13 07:32:16 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/sensorlist.htm"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'PRTG Traffic Grapher'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|