CVE-2026-58226
Last modified
CVE-2026-58226 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. Inefficient Algorithmic Complexity vulnerability in elixir-mint hpax allows unauthenticated denial-of-service via unbounded HPACK integer decoding. hpax decodes HPACK variable-length integers with no upper bound on the decoded value or the number of continuation octets. 'Elixir.HPAX.Types':decode_remaining_integer/3 accumulates the integer as int + (value <<< m), shifting by 7 more bits for each continuation octet and stopping only on a terminating octet or truncated input, never because the integer grew too large.
Description
Inefficient Algorithmic Complexity vulnerability in elixir-mint hpax allows unauthenticated denial-of-service via unbounded HPACK integer decoding. hpax decodes HPACK variable-length integers with no upper bound on the decoded value or the number of continuation octets. 'Elixir.HPAX.Types':decode_remaining_integer/3 accumulates the integer as int + (value <<< m), shifting by 7 more bits for each continuation octet and stopping only on a terminating octet or truncated input, never because the integer grew too large. Because BEAM integers are arbitrary precision, a run of N continuation octets builds an O(N)-bit bignum and re-adds into an ever-larger bignum on each step, so the total decoding cost is superlinear (about O(N^2)). An unauthenticated attacker who can send an HTTP/2 header block to a server using this decoder (reached through the 'Elixir.HPAX':decode/2 entry point) can supply a small header block that forces a large, attacker-controlled amount of CPU (and transient memory), a denial-of-service amplification. This issue affects hpax from 0.1.1 before 1.0.4.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| elixir-mint | hpax | >= 0.1.1, < 1.0.4 |
| elixir-mint | hpax | >= 56db437a7e2c515e3bdd770ac7947b02cd2390d0, < 1ba4bb2dc91e80089cf89c73970ac3ded76f17eb |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-58226?
How severe is CVE-2026-58226?
How do I fix CVE-2026-58226?
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-58216An out-of-bounds read flaw was found in Samba's Kerberos Key…5.3
- CVE-2026-58218A flaw was found in Samba's internal DNS server where unauth…5.3
- CVE-2026-5822Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-58222A security flaw combining LDAP filter injection and improper…8.8
- CVE-2026-58224A flaw was found in Samba's CTDB, the clustered database ser…6.5
- CVE-2026-58225SQL Injection vulnerability in elixir-ecto postgrex allows a…2.1
- CVE-2026-58227The Erlang/OTP ssl application does not detect cycles when r…7.5
- CVE-2026-58228Cross-site scripting vulnerability in phoenixframework phoen…5.1
- CVE-2026-58229Allocation of resources without limits vulnerability in elix…8.2
- CVE-2026-5823A weakness has been identified in itsourcecode Construction …6.3
- CVE-2026-58230SAP Approuter does not sufficiently validate certain token c…7
- CVE-2026-58231SAP Commerce Cloud allows an unauthenticated attacker to abu…10
Are you affected by CVE-2026-58226?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
