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

RUSTSEC-2020-0002: Parsing a specially crafted message can result in a stack overflow #54

Closed
github-actions bot opened this issue Nov 17, 2020 · 1 comment
Labels
State: wontfix This will not be worked on

Comments

@github-actions
Copy link

Parsing a specially crafted message can result in a stack overflow

Details
Package prost
Version 0.5.0
URL https://github.com/danburkert/prost/issues/267
Date 2020-01-16
Patched versions >=0.6.1

Affected versions of this crate contained a bug in which decoding untrusted
input could overflow the stack.

On architectures with stack probes (like x86), this can be used for denial of
service attacks, while on architectures without stack probes (like ARM)
overflowing the stack is unsound and can result in potential memory corruption
(or even RCE).

The flaw was quickly corrected by @danburkert and released in version 0.6.1.

See advisory page for additional details.

@stale
Copy link

stale bot commented Jan 16, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you think this is an important issue, notify it directly by email to: contacto@bitcoinvenezuela.com

@stale stale bot added the State: wontfix This will not be worked on label Jan 16, 2021
@stale stale bot closed this as completed Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
State: wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

0 participants