CVE-2026-56810
Last modified
CVE-2026-56810 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. Allocation of Resources Without Limits or Throttling vulnerability in elixir-mint mint (Mint.HTTP1 module) allows a denial of service via an oversized chunked transfer-encoded response. This vulnerability is associated with program files lib/mint/http1.ex and program routines 'Elixir.Mint.HTTP1':decode_body/5, 'Elixir.Mint.HTTP1':add_body_to_buffer/2. When Mint decodes a chunked HTTP response body, it accumulates each partial fragment of the current chunk in the connection's data_buffer (an unbounded iolist) via add_body_to_buffer/2 and does not emit the data to the caller until the full declared chunk length has been received. The chunk size is taken directly from the server and parsed with no upper bound, so a malicious or compromised server can announce one enormous chunk (for example a size line of 7FFFFFFF, about 2 GiB) and then send the body bytes slowly without ever completing the chunk.
Description
Allocation of Resources Without Limits or Throttling vulnerability in elixir-mint mint (Mint.HTTP1 module) allows a denial of service via an oversized chunked transfer-encoded response. This vulnerability is associated with program files lib/mint/http1.ex and program routines 'Elixir.Mint.HTTP1':decode_body/5, 'Elixir.Mint.HTTP1':add_body_to_buffer/2. When Mint decodes a chunked HTTP response body, it accumulates each partial fragment of the current chunk in the connection's data_buffer (an unbounded iolist) via add_body_to_buffer/2 and does not emit the data to the caller until the full declared chunk length has been received. The chunk size is taken directly from the server and parsed with no upper bound, so a malicious or compromised server can announce one enormous chunk (for example a size line of 7FFFFFFF, about 2 GiB) and then send the body bytes slowly without ever completing the chunk. The client buffers every received byte while it waits for a completion that never arrives, and because no data responses are produced until the chunk finishes, a caller that otherwise streams large content-length bodies safely gains no protection. An unauthenticated remote server (reachable whenever a client follows redirects, fetches user-supplied URLs, or processes webhooks) can drive the client's memory arbitrarily high and trigger an out-of-memory condition. This issue affects mint: from 0.5.0 before 1.9.1.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/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
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| elixir-mint | mint | >= 0.5.0, < 1.9.1 |
| elixir-mint | mint | >= c575d819d39ebf7e9b77ec24584a5ffbb11c844e, < 193ce714907d16e8adc4ab3c40e4f0c2f045b2a6 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-56810?
How severe is CVE-2026-56810?
How do I fix CVE-2026-56810?
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-56790CANBoat through 6.22, fixed in commit a5a22b7, contains an o…7.3
- CVE-2026-56793Dell OpenManage Server Administrator, versions prior to 11.1…9.8
- CVE-2026-56794Dell OpenManage Server Administrator, versions prior to 11.1…6.5
- CVE-2026-56808DGM3103SCT provided by AVTECH Security Corporation contains …8.6
- CVE-2026-56809Multiple laser printers and MFPs (multifunction printers) wh…6.1
- CVE-2026-5681A flaw has been found in itsourcecode sanitize or validate t…6.3
- CVE-2026-56811Allocation of Resources Without Limits or Throttling vulnera…7.5
- CVE-2026-56812Improper Check for Unusual or Exceptional Conditions vulnera…7.5
- CVE-2026-56813Improper Neutralization of Parameter/Argument Delimiters vul…2.1
- CVE-2026-56814Plug.Parsers.MULTIPART, the multipart request-body parser us…6.9
- CVE-2026-56815pwnlift before d7a9544, in a privileged deployment, contains…7.4
- CVE-2026-56816Netty is a network application framework for development of …7.5
Are you affected by CVE-2026-56810?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
