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-0023: openssl SubjectAlternativeName and ExtendedKeyUsage::other allow arbitrary file read #731

Closed
github-actions bot opened this issue Mar 24, 2023 · 1 comment

Comments

@github-actions
Copy link
Contributor

openssl SubjectAlternativeName and ExtendedKeyUsage::other allow arbitrary file read

Details
Package openssl
Version 0.10.46
URL sfackler/rust-openssl#1854
Date 2023-03-24
Patched versions >=0.10.48

SubjectAlternativeName and ExtendedKeyUsage arguments were parsed using the OpenSSL
function X509V3_EXT_nconf. This function parses all input using an OpenSSL mini-language
which can perform arbitrary file reads.

Thanks to David Benjamin (Google) for reporting this issue.

See advisory page for additional details.

@stephank
Copy link
Member

Fixed in 0.8.1.

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

1 participant