Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔐 CVE-2024-7254: com.google.protobuf:protobuf-java:jar:3.25.4:compile #324

Closed
github-actions bot opened this issue Sep 21, 2024 · 0 comments · Fixed by #326
Closed

🔐 CVE-2024-7254: com.google.protobuf:protobuf-java:jar:3.25.4:compile #324

github-actions bot opened this issue Sep 21, 2024 · 0 comments · Fixed by #326
Assignees
Labels
security Security related change

Comments

@github-actions
Copy link

Summary

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.

CVE: CVE-2024-7254
CWE: CWE-20

References

@github-actions github-actions bot added the security Security related change label Sep 21, 2024
@Shmuma Shmuma self-assigned this Sep 23, 2024
@Shmuma Shmuma mentioned this issue Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Security related change
Projects
None yet
1 participant