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
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: config,unauth,prtg,edb
|
2021-02-13 07:32:16 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/sensorlist.htm"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'PRTG Traffic Grapher'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-07-26 13:45:11 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/07/20
|