CVE-2026-8466
Last modified
CVE-2026-8466 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. 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. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/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
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-8466?
How severe is CVE-2026-8466?
How do I fix CVE-2026-8466?
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-8454Imager::File::GIF versions through 1.002 for Perl allow a he…5.3
- CVE-2026-8457The WooCommerce - Social Login plugin for WordPress is vulne…9.8
- CVE-2026-8458libcurl might in some circumstances reuse the wrong connecti…6.5
- CVE-2026-8461An out-of-bounds write vulnerability in FFmpeg's libavcodec …8.8
- CVE-2026-8463Crypt::Argon2 versions from 0.017 before 0.031 for Perl perf…5.3
- CVE-2026-8464Golem OEE MES is vulnerable to an unauthenticated path trave…8.3
- CVE-2026-8467Code Injection vulnerability in phenixdigital phoenix_storyb…9.5
- CVE-2026-8468Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-8469Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-8470IBM Langflow OSS 1.0.0 through 1.10.3, 1.0.0 through 1.10.3,…9.1
- CVE-2026-8472GitLab has remediated an issue in GitLab EE affecting all ve…4.3
- CVE-2026-8474A vulnerability was discovered on Stormshield Network Securi…5.3
Are you affected by CVE-2026-8466?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
