CVE-2026-53994
Last modified
CVE-2026-53994 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. ProFTPD mod_sftp contains a heap-based buffer overflow reachable by an authenticated SFTP user. The fxp_packet_read() function accepts the attacker-supplied 32-bit big-endian SFTP packet length without a minimum sanity check. EPSS estimates a 0.41% chance of exploitation in the next 30 days.
Description
ProFTPD mod_sftp contains a heap-based buffer overflow reachable by an authenticated SFTP user. The fxp_packet_read() function accepts the attacker-supplied 32-bit big-endian SFTP packet length without a minimum sanity check. A value of 0 causes an unsigned subtraction elsewhere in the read path to underflow to approximately 4 GB. That oversized request reaches the core memory allocator, where the rounded size is computed in size_t but passed to new_block() as a 32-bit int; the low 32 bits of 0x100000000 are 0, so new_block() returns a small (~512-byte) block while the caller is told it received ~4 GB. The subsequent fill loop then streams attacker-controlled bytes past the end of the 544-byte allocation, producing an attacker-controlled heap buffer overflow. An authenticated user can crash the per-connection ProFTPD session child on demand with a single malformed SFTP packet (packet_len=0 followed by a body greater than approximately 544 bytes), producing reliable authenticated remote denial of service. Depending on heap layout and adjacent allocations, heap metadata corruption and further consequences beyond denial of service may be possible, though only denial of service is demonstrated by the supplied proof of concept.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Proftpd | Proftpd | < 1.3.10 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53994?
How severe is CVE-2026-53994?
How do I fix CVE-2026-53994?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53982Cap-go Console < 12.28.2 contains a denial-of-service vulner…7.1
- CVE-2026-53983Ground Station prior to 0.6.0 contains an unauthenticated bl…9.2
- CVE-2026-53984Ground Station prior to 0.6.0 contains an unauthenticated da…9.1
- CVE-2026-53985Ground Station prior to 0.6.0 contains an unauthenticated de…8.7
- CVE-2026-53987The Tag plugin for GLPI 11 before 2.14.4 stores the tag name…7.3
- CVE-2026-53992ProjectSend r2029 contains a reflected cross-site scripting …6.1
- CVE-2026-53996NetBSD's hdaudio(4) driver in sys/dev/hdaudio/hdaudio.c cont…7
- CVE-2026-54000osquery is a SQL powered operating system instrumentation, m…7
- CVE-2026-54001osquery is a SQL powered operating system instrumentation, m…7
- CVE-2026-54002Kirby is an open-source content management system. Prior to …8.5
- CVE-2026-54003Kirby is an open-source content management system. Prior to …9.1
- CVE-2026-54004Kirby is an open-source content management system. Prior to …6.3
Are you affected by CVE-2026-53994?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
