- 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.
- Source
- disclosure@vulncheck.com
- NVD status
- Analyzed
- Products
- proftpd
CVSS 4.0
- Type
- Secondary
- Base score
- 7.7
- Impact score
- -
- Exploitability score
- -
- Vector string
- 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
- Severity
- HIGH
CVSS 3.1
- Type
- Primary
- Base score
- 6.5
- Impact score
- 3.6
- Exploitability score
- 2.8
- Vector string
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- Severity
- MEDIUM
- disclosure@vulncheck.com
- CWE-122
- Hype score
- Not currently trending
🚨 VMware Avi Load Balancer hit with critical bugs: CVE-2026-47869/47867 (auth'd RCE), CVE-2026-47868 (local priv-esc to root), CVE-2026-47865/47866 (auth/authz bypass). Also: CVE-2026-53994 ProFTPD heap overflow. Patch now. Details https://t.co/ZUTqqMjQUp #CVE #InfoSec
@exploitgrid
19 Jul 2026
49 Impressions
1 Retweet
1 Like
0 Bookmarks
0 Replies
0 Quotes
🚨*CVE* CVE-2026-53994 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 bi… https://t.co/gBphT0ISmH ----- Traducción: CVE-2026-53994 Pro… https://t.co/utmtNg
@infoflowcloud
18 Jul 2026
37 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
[
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:proftpd:proftpd:*:*:*:*:*:*:*:*",
"matchCriteriaId": "5CFFC053-D217-424F-AAFA-EEB1D09F253A",
"versionEndExcluding": "1.3.10",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
]