CVE-2023-51713: ProFTPD < 1.3.8a - DoS via Out-of-Bounds Read

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

漏洞描述

ProFTPD versions before 1.3.8a contain a one-byte out-of-bounds read vulnerability in the make_ftp_cmd function within main.c. This vulnerability can lead to a daemon crash, causing denial of service.

PoC代码[已公开]

id: CVE-2023-51713

info:
  name: ProFTPD < 1.3.8a - DoS via Out-of-Bounds Read
  author: pussycat0x
  severity: high
  description: |
    ProFTPD versions before 1.3.8a contain a one-byte out-of-bounds read vulnerability in the make_ftp_cmd function within main.c. This vulnerability can lead to a daemon crash, causing denial of service.
  reference:
    - https://github.com/proftpd/proftpd/blob/1.3.8/NEWS
  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-2023-51713
    cwe-id: CWE-125
    epss-score: 0.70826
    epss-percentile: 0.9863
    cpe: cpe:2.3:a:proftpd:proftpd:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: proftpd
    product: proftpd
    shodan-query:
      - product:"proftpd"
      - cpe:"cpe:2.3:a:proftpd:proftpd"
  tags: cve,cve2023,network,ftp,proftpd,tcp,passive,vuln

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

    host:
      - "{{Hostname}}"

    port: 21
    read-size: 1024

    matchers:
      - type: dsl
        dsl:
          - "contains(raw, 'ProFTPD')"
          - "compare_versions(version, '< 1.3.8a')"
        condition: and

    extractors:
      - type: regex
        group: 1
        name: version
        regex:
          - "ProFTPD ([0-9.a-z]+)"
# digest: 4a0a00473045022100c2149355d965d0afbf737d5e87aa2f4659e6bd7ad33bfa6c45a435dacafc00c802204e9273633779d60b5916c288c2ae7b3dd8e57b417cdea5e74e1c441d76584284:922c64590222798bb761d5b6d8e72950

相关漏洞推荐