Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
3446 articles · 168099 vulns · 36/41 feeds (7d)
← Back to list
—
CVE-2026-8466PATCHED
ninenines · cowboy

Unbounded buffer accumulation in multipart header parsing causes denial of service in cowboy

Description

Allocation of Resources Without Limits or Throttling vulnerability in ninenines cowboy allows denial of service via unbounded buffer accumulation in multipart header parsing. cowboy_req:read_part/3 in src/cowboy_req.erl accumulates incoming request bytes into a Buffer binary with no upper-bound check. When cow_multipart:parse_headers/2 returns more or {more, Buffer2}, the function reads up to Length bytes (default 64 KB) from the request body and recurses with the enlarged buffer. There is no equivalent of the byte_size(Acc) > Length guard present in the sibling function read_part_body/4. An unauthenticated attacker can send a multipart/form-data request whose body never yields a complete header section — for example, a body that never contains the advertised boundary delimiter, or one whose header lines never contain \r\n\r\n — and force the server process to accumulate memory linearly with the bytes the protocol layer is willing to deliver. A handful of concurrent such uploads is sufficient to exhaust BEAM memory. This issue affects cowboy from 2.0.0 before 2.15.0.

Affected Products

VendorProductVersions
nineninescowboyerlang/cowboy: >= 2.0.0, < 2.15.0

References

  • https://cna.erlef.org/cves/CVE-2026-8466.html(related, third-party-advisory)
  • https://osv.dev/vulnerability/EEF-CVE-2026-8466(related)
  • https://github.com/ninenines/cowboy/commit/5c6a2061b41bb5771c4659fac7d5a822dca5bafb(patch)

Related News (2 articles)

Tier A
Microsoft MSRC32d ago
CVE-2026-8466 Unbounded buffer accumulation in multipart header parsing causes denial of service in cowboy
→ No new info (linked only)
Tier C
VulDB45d ago
CVE-2026-8466 | ninenines cowboy up to 2.14.x Request Body allocation of resources
→ No new info (linked only)
CISA KEV❌ No
Actively exploited❌ No
Patch available
cowboy@2.15.0
CWECWE-770
PublishedMay 13, 2026
Last enriched45d agov2
Tags
CVE-2026-8466
Trending Score1
Source articles2
Independent2
Info Completeness8/14
Missing: cvss, epss, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

NONECVE-2026-43973EXP
gun HTTP/1.1 response buffer has no size limit allowing server-controlled memory exhaustion
Trending: 64
NONECVE-2026-43966
HTTP Response Splitting via Non-VCHAR Bytes in cow_http_struct_hd:escape_string/2
Trending: 10
NONECVE-2026-43974EXP
gun HTTP/1.1 client accepts unsolicited 101 Switching Protocols response allowing server-driven protocol hijack and OOM
Trending: 3
NONECVE-2026-43972EXP
gun HTTP/2 PUSH_PROMISE authority not validated against connection origin allows cross-origin cookie injection
Trending: 2
HIGHCVE-2026-43970
Decompression Bomb in cow_spdy:inflate/2 Allows Memory Exhaustion via Crafted SPDY Frame
Trending: 1

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
May 13, 2026
Discovered by ZDM
May 13, 2026
Updated: affectedVersions, severity, tags
May 13, 2026
Patch Available
May 14, 2026

Version History

v2
Last enriched 45d ago
v2Tier C45d ago

Updated affected versions to include 2.14.x, changed severity to HIGH, and added CVE-2026-8466 tag.

affectedVersionsseveritytags
via VulDB
v145d ago

Initial creation