CVE-2021-30047: vsftpd < 3.0.3 - DoS

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

漏洞描述

vsftpd before 3.0.3 allows remote attackers to cause a denial of service by sending a crafted FTP command.

PoC代码[已公开]

id: CVE-2021-30047

info:
  name: vsftpd < 3.0.3 - DoS
  author: pussycat0x
  severity: high
  description: |
    vsftpd before 3.0.3 allows remote attackers to cause a denial of service by sending a crafted FTP command.
  reference:
    - https://github.com/kuppamjohari/vsftpd-3.0.3-DoS
  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-2021-30047
    epss-score: 0.31592
    epss-percentile: 0.9656
    cpe: cpe:2.3:a:vsftpd_project:vsftpd:3.0.3:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: vsftpd_project
    product: vsftpd
    shodan-query:
      - vsftpd
      - product:"vsftpd"
  tags: cve,cve2021,network,ftp,vsftpd,tcp,passive,vuln

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

    host:
      - "{{Hostname}}"

    port: 21
    read-size: 1024

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

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

相关漏洞推荐