-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Summary
CVE-2026-0994 affects protobuf versions ≤ 6.33.4. Currently on 6.33.4 (latest stable).
Vulnerability Details
- CVE: CVE-2026-0994
- Severity: High (CVSS 8.2)
- Type: Denial of Service (DoS) via uncontrolled recursion
- Affected:
google.protobuf.json_format.ParseDict()with nestedAnymessages
Current Status
- ✅ Updated to protobuf 6.33.4 (latest stable)
- ⏳ Awaiting stable fix from upstream
- 🔄 Pre-release 7.34.0rc1 available but not compatible with all dependencies
Action Required
When protobuf releases a stable version with the fix:
uv lock --upgrade-package protobuf
uv syncReferences
Mitigation (current)
Until patched:
- Input validation on JSON payload depth before parsing
- Runtime safeguards limiting Python interpreter recursion depth
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels