CVE-2024-7254
HIGHGoogle Protobuf < 3.25.5 - Uncontrolled Recursion via Nested Groups
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2024-7254. PoCs published by Ayumu3746221.
AI-analyzed exploit summary Detailed technical analysis of CVE-2024-7254, a Stack Overflow DoS vulnerability in protobuf-java (versions <3.25.5, <4.27.5, <4.28.2) caused by uncontrolled recursion in GROUP wire type parsing. The writeup includes root cause analysis, patch diffs, reproduction steps, and Docker-based experimental setup for academic research.
Description
Any project that parses untrusted Protocol Buffers data containing an arbitrary number of nested groups / series of SGROUP tags can corrupted by exceeding the stack limit i.e. StackOverflow. Parsing nested groups as unknown fields with DiscardUnknownFieldsParser or Java Protobuf Lite parser, or against Protobuf map fields, creates unbounded recursions that can be abused by an attacker.
Exploits (1)
Detailed technical analysis of CVE-2024-7254, a Stack Overflow DoS vulnerability in protobuf-java (versions <3.25.5, <4.27.5, <4.28.2) caused by uncontrolled recursion in GROUP wire type parsing. The writeup includes root cause analysis, patch diffs, reproduction steps, and Docker-based experimental setup for academic research.
References (3)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H