CVE-2020-35359: Pure-FTPd 1.0.48 - Denial of Service

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

漏洞描述

Pure-FTPd 1.0.48 is vulnerable to Denial of Service via exhaustion of connections due to lack of proper connection limits.

PoC代码[已公开]

id: CVE-2020-35359

info:
  name: Pure-FTPd 1.0.48 - Denial of Service
  author: pussycat0x
  severity: high
  description: |
    Pure-FTPd 1.0.48 is vulnerable to Denial of Service via exhaustion of connections due to lack of proper connection limits.
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
    cvss-score: 7.5
    cve-id: CVE-2020-35359
    cwe-id: CWE-770
    epss-score: 0.08638
    epss-percentile: 0.92034
    cpe: cpe:2.3:a:pureftpd:pure-ftpd:1.0.48:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: pureftpd
    product: pure-ftpd
    shodan-query:
      - product:"pure-ftpd"
      - cpe:"cpe:2.3:a:pureftpd:pure-ftpd"
  tags: cve,cve2020,network,ftp,pure-ftpd,tcp,passive,vuln

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

    host:
      - "{{Hostname}}"

    port: 21
    read-size: 1024

    matchers:
      - type: dsl
        dsl:
          - "contains(raw, 'Pure-FTPd')"
          - "contains(version, '1.0.48')"
        condition: and

    extractors:
      - type: regex
        group: 1
        name: version
        regex:
          - "Pure-FTPd ([0-9.]+)"
# digest: 4a0a00473045022100c533b7b98fe48cc8419172747381bfa97b04e741e65623fcbf801c90de87300d02201e84ab7023bc23bf77e93a226421a4a03173852bad4c6a2d01fc988c432ad227:922c64590222798bb761d5b6d8e72950

相关漏洞推荐