CVE-2009-0884: FileZilla Server < 0.9.31 - SSL/TLS Packet Overflow DoS

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

漏洞描述

FileZilla Server versions prior to 0.9.31 contain a buffer overflow vulnerability related to SSL/TLS packet handling. This vulnerability allows remote attackers to cause a denial of service through unspecified vectors involving SSL/TLS packets.

PoC代码[已公开]

id: CVE-2009-0884

info:
  name: FileZilla Server < 0.9.31 - SSL/TLS Packet Overflow DoS
  author: pussycat0x
  severity: medium
  description: |
    FileZilla Server versions prior to 0.9.31 contain a buffer overflow vulnerability related to SSL/TLS packet handling. This vulnerability allows remote attackers to cause a denial of service through unspecified vectors involving SSL/TLS packets.
  reference:
    - http://sourceforge.net/project/shownotes.php?release_id=665428
    - http://www.vupen.com/english/advisories/2009/0603
    - https://exchange.xforce.ibmcloud.com/vulnerabilities/49107
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:N/A:P
    cvss-score: 4.3
    cve-id: CVE-2009-0884
    cwe-id: CWE-120
    epss-score: 0.00292
    epss-percentile: 0.5227
    cpe: cpe:2.3:a:filezilla-project:filezilla_server:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: filezilla-project
    product: filezilla_server
    shodan-query: product:"FileZilla"
  tags: cve,cve2009,network,ftp,filezilla,tcp,passive,vuln

tcp:
  - inputs:
      - data: 00000000
        type: hex

    host:
      - "{{Hostname}}"

    port: 21
    read-size: 1024

    matchers:
      - type: dsl
        dsl:
          - "contains(raw, 'FileZilla')"
          - "compare_versions(version, '< 0.9.31')"
        condition: and

    extractors:
      - type: regex
        group: 1
        name: version
        regex:
          - "FileZilla Server version ([0-9.]+)"
# digest: 4a0a00473045022100c100fa02af1aca645bcc468b6e4f90377892c265fa1ca816e0c13730064211340220172b2830b948566eeb89b099b262b86fe275fe642110260a13d04693f1ac9f58:922c64590222798bb761d5b6d8e72950

相关漏洞推荐