2021-07-13 05:00:32 +00:00
|
|
|
id: pgadmin-exposure
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-07-13 05:00:32 +00:00
|
|
|
info:
|
2022-12-08 13:42:03 +00:00
|
|
|
name: PostgreSQL pgAdmin Dashboard Panel - Detect
|
2021-07-13 05:00:32 +00:00
|
|
|
author: princechaddha
|
|
|
|
severity: info
|
2022-12-08 13:42:03 +00:00
|
|
|
description: PostgreSQL pgAdmin Dashboard panel was detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2021-07-13 05:00:32 +00:00
|
|
|
tags: unauth,pgadmin,postgres,panel
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/browser/"
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "PGADMIN_LANGUAGE="
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<title>pgAdmin"
|
|
|
|
part: body
|
2022-12-08 13:42:03 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/12/05
|