github.com
https://github.com/sfackler/rust-openssl GHSA-9QWG-CRG9-M2VC
`openssl` `SubjectAlternativeName` and `ExtendedKeyUsage::other` allow arbitrary file read
Description
`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.
Description source: GitHub Advisory
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
opensslBrowse crates.io / openssl | GitHub Advisory | 0.9.7 to < 0.10.48 · Fixed in 0.10.48 | affected |
References
3github.com
https://github.com/sfackler/rust-openssl/pull/1854 rustsec.org
https://rustsec.org/advisories/RUSTSEC-2023-0023.html