DoS via max_recursion_depth Bypass in google.protobuf.json_format.ParseDict()
CVE-2026-0994 Published on January 23, 2026
Denial of Service in Python Protobuf
A denial-of-service (DoS) vulnerability exists in google.protobuf.json_format.ParseDict() in Python, where the max_recursion_depth limit can be bypassed when parsing nested google.protobuf.Any messages.
Due to missing recursion depth accounting inside the internal Any-handling logic, an attacker can supply deeply nested Any structures that bypass the intended recursion limit, eventually exhausting Pythons recursion stack and causing a RecursionError.
Vulnerability Analysis
CVE-2026-0994 is exploitable with network access, and does not require authorization privileges or user interaction. This vulnerability is considered to have a low attack complexity. The potential impact of an exploit of this vulnerability is considered to have no impact on confidentiality and integrity, and a high impact on availability.
Weakness Type
What is a Stack Exhaustion Vulnerability?
The product does not properly control the amount of recursion which takes place, consuming excessive resources, such as allocated memory or the program stack.
CVE-2026-0994 has been classified to as a Stack Exhaustion vulnerability or weakness.
Products Associated with CVE-2026-0994
Want to know whenever a new CVE is published for Red Hat products? stack.watch will email you.
Affected Versions
Python Protobuf:- Version <=v33.4 is affected.
- Version 0:5.29.6-1.el8ap and below * is unaffected.
- Version 0:5.29.6-1.el9ap and below * is unaffected.
- Version 0:5.29.6-1.el9ap and below * is unaffected.
- Version 0:3.19.6-15.el10_1 and below * is unaffected.
- Version 0:3.19.6-11.el10_0.1 and below * is unaffected.
- Version 0:3.14.0-17.el9_7 and below * is unaffected.
- Version 0:3.14.0-9.el9_0.1 and below * is unaffected.
- Version 0:3.14.0-13.el9_2.1 and below * is unaffected.
- Version 0:3.14.0-13.el9_4.1 and below * is unaffected.
- Version 0:3.14.0-16.el9_6.1 and below * is unaffected.
- Version 1772160593 and below * is unaffected.
- Version 1772160625 and below * is unaffected.
- Version 1778244546 and below * is unaffected.
- Version 1775680192 and below * is unaffected.
- Version 1775680262 and below * is unaffected.
- Version 1775749857 and below * is unaffected.
Exploit Probability
EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.