Skip to content

RUSTSEC-2024-0437: Crash due to uncontrolled recursion in protobuf crate #340

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

Closed
github-actions bot opened this issue Mar 10, 2025 · 2 comments
Closed
Labels
lifecycle/fixed This issue has been resolved

Comments

@github-actions
Copy link

Crash due to uncontrolled recursion in protobuf crate

Details
Package protobuf
Version 2.28.0
URL stepancheg/rust-protobuf#749
Date 2024-12-12

Affected version of this crate did not properly parse unknown fields when parsing a user-supplied input.

This allows an attacker to cause a stack overflow when parsing the mssage on untrusted data.

See advisory page for additional details.

@simongdavies
Copy link
Contributor

We cannot update to a later version until the prometheus crate is updated or #361 is merged

@simongdavies
Copy link
Contributor

fixed by #401

@simongdavies simongdavies added the lifecycle/fixed This issue has been resolved label Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/fixed This issue has been resolved
Projects
None yet
Development

No branches or pull requests

1 participant