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

Add advisory for out-of-bounds write in stack crate #392

Merged
merged 2 commits into from
Sep 24, 2020

Conversation

ammaraskar
Copy link
Contributor

Upstream issue: arcnmx/stack-rs#4

It's a fairly simple out-of-bounds write caused by a missing check on the array's length.

@ammaraskar
Copy link
Contributor Author

This has been fixed upstream, version added to patched.

@Shnatsel
Copy link
Member

Thanks!

@Shnatsel Shnatsel merged commit be9ff03 into rustsec:master Sep 24, 2020
@Shnatsel
Copy link
Member

Aside: after 4 years of running the database, we finally have a bug that would have been prevented by stack protector compiler mitigations 😆

@ammaraskar ammaraskar deleted the 0016-stack branch September 24, 2020 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants