PRTG Traffic Grapher - Unauthenticated Access
ID: unauthenticated-prtg
Severity: high
Author: dhiyaneshDK
Tags: config,unauth,prtg,edb,misconfig
Description
Section titled “Description”PRTG Traffic Grapher was able to be accessed with no authentication requirements in place.
YAML Source
Section titled “YAML Source”id: unauthenticated-prtg
info: name: PRTG Traffic Grapher - Unauthenticated Access author: dhiyaneshDK severity: high description: PRTG Traffic Grapher was able to be accessed with no authentication requirements in place. reference: - https://www.exploit-db.com/ghdb/5808 metadata: max-request: 1 tags: config,unauth,prtg,edb,misconfig
http: - method: GET path: - "{{BaseURL}}/sensorlist.htm"
matchers-condition: and matchers: - type: word words: - 'PRTG Traffic Grapher' condition: and
- type: status status: - 200# digest: 4a0a0047304502201a9e0078f6e5538e240c4d4181834b1666db938c1e57b4772c47ecb33c71b122022100808ca346638b047a5b1284cb9a916169ef16e41e9c38524a4be66ec9f6594a13:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/unauthenticated-prtg.yaml"