-
Notifications
You must be signed in to change notification settings - Fork 35
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
Use-after-free on panic in client code #35
Comments
Fixed by #37. The problem is in this code: Lines 1122 to 1129 in cbf1289
The mere existence of |
Done. Thank you for your contribution and advice. |
This includes two security updates in indirectly used libraries: - servo/rust-smallvec#148 - sile/libflate#35
Closing now that the fix is released, vulnerable versions are yanked and a security advisory is filed. |
If the code that uses libflate panics, it may trigger a use-after-free in libflate code. Since use-after-free usually poses an arbitrary code execution vulnerability, I will relay further details privately to the maintainer.
Code compiled with
panic=abort
is not affected. This can be used as a mitigation in the interim.The text was updated successfully, but these errors were encountered: