CVE-2026-59980
Last modified
CVE-2026-59980 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. hpack is an HTTP/2 Header Encoding for Python. Prior to version 4.2.0, unbounded variable integer decoding can cause run-away computation on malformed input leading to O(n^2) runtime, effectively blocking further processing with large enough unsanitized input.
Description
hpack is an HTTP/2 Header Encoding for Python. Prior to version 4.2.0, unbounded variable integer decoding can cause run-away computation on malformed input leading to O(n^2) runtime, effectively blocking further processing with large enough unsanitized input. A fix is available in python-hyper/hpack v4.2.0 to restricted variable integer decoding to uint32 to prevent run-away computation. As a workaround, sanitize input to hpack decoder for long sequences of `0xFF` values to prevent malicious use.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| python-hyper | hpack | < 4.2.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-59980?
How severe is CVE-2026-59980?
How do I fix CVE-2026-59980?
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-59969Apache ZooKeeper quorum TLS fails to enforce peer hostname v…7.5
- CVE-2026-5997A vulnerability was detected in Totolink A7100RU 7.4cu.2313_…9.8
- CVE-2026-59971MySQL MCP Server is a Model Context Protocol server that ena…10
- CVE-2026-59973FrontMCP is a TypeScript-first framework for the Model Conte…8.5
- CVE-2026-59974Stanza is a Stanford NLP Python library for tokenization, se…7.8
- CVE-2026-5998A flaw has been found in zhayujie chatgpt-on-wechat CowAgent…5.5
- CVE-2026-59981OpenEXR is the reference implementation and specification fo…7.1
- CVE-2026-59982OpenEXR is the reference implementation and specification fo…7.1
- CVE-2026-59983OpenEXR is the reference implementation and specification fo…5.5
- CVE-2026-59984OpenEXR is the reference implementation and specification fo…5.5
- CVE-2026-59985OpenEXR is the reference implementation and specification fo…5.5
- CVE-2026-59989Phalcon is a high-performance, full-stack PHP framework. In …9.2
Are you affected by CVE-2026-59980?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
