Bug 2432398 (CVE-2026-0994) - CVE-2026-0994 python: protobuf: Protobuf: Denial of Service due to recursion depth bypass
Summary: CVE-2026-0994 python: protobuf: Protobuf: Denial of Service due to recursion ...
Keywords:
Status: NEW
Alias: CVE-2026-0994
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2432842 2432843 2432844 2432845
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-23 16:03 UTC by OSIDB Bzimport
Modified: 2026-01-26 22:37 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-23 16:03:26 UTC
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 Python’s recursion stack and causing a RecursionError.


Note You need to log in before you can comment on or make changes to this bug.