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-2023-0072: openssl X509StoreRef::objects is unsound #17

Open
github-actions bot opened this issue May 5, 2024 · 0 comments
Open

RUSTSEC-2023-0072: openssl X509StoreRef::objects is unsound #17

github-actions bot opened this issue May 5, 2024 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented May 5, 2024

Details
Package openssl
Version 0.10.44
Warning unsound
URL sfackler/rust-openssl#2096
Patched Versions >=0.10.60
Aliases GHSA-xphf-cx8h-7q9g

This function returned a shared reference into an OpenSSL datastructure but did not account for interior mutability. OpenSSL may modify the data behind this reference, meaning accesses can race and the reference is unsound.

Use of this function should be replaced with X509StoreRef::all_certificates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

0 participants