🔐 CVE Alert

CVE-2026-58226

UNKNOWN 0.0

Unauthenticated denial-of-service via unbounded HPACK integer decoding in hpax

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-407
Vendor elixir-mint
Product hpax
Published Jul 6, 2026
Last Updated Jul 6, 2026
Stay Ahead of the Next One

Get instant alerts for elixir-mint hpax

Be the first to know when new unknown vulnerabilities affecting elixir-mint hpax are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

elixir-mint / hpax
0.1.1 < 1.0.4
elixir-mint / hpax
56db437a7e2c515e3bdd770ac7947b02cd2390d0 < 1ba4bb2dc91e80089cf89c73970ac3ded76f17eb

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/elixir-mint/hpax/security/advisories/GHSA-jj2p-32j7-whj2 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-58226.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-58226 github.com: https://github.com/elixir-mint/hpax/commit/1ba4bb2dc91e80089cf89c73970ac3ded76f17eb

Credits

Peter Ullrich Andrea Leopardi Jonatan Männchen / EEF Eric Meadows-Jönsson