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-0044: openssl X509VerifyParamRef::set_host buffer over-read #4028

Closed
github-actions bot opened this issue Jun 21, 2023 · 0 comments · Fixed by #4030
Closed

RUSTSEC-2023-0044: openssl X509VerifyParamRef::set_host buffer over-read #4028

github-actions bot opened this issue Jun 21, 2023 · 0 comments · Fixed by #4030

Comments

@github-actions
Copy link

openssl X509VerifyParamRef::set_host buffer over-read

Details
Package openssl
Version 0.10.48
URL sfackler/rust-openssl#1965
Date 2023-06-20
Patched versions >=0.10.55

When this function was passed an empty string, openssl would attempt to call strlen on it, reading arbitrary memory until it reached a NUL byte.

See advisory page for additional details.

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 a pull request may close this issue.

0 participants