mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-06 11:39:45 +01:00
Report buffer-overread in OpenSSL (#1719)
* Report buffer-overread in OpenSSL * Rename RUSTSEC-0000-0000 to RUSTSEC-0000-0000.md
This commit is contained in:
18
crates/openssl/RUSTSEC-0000-0000.md
Normal file
18
crates/openssl/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,18 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "openssl"
|
||||
date = "2023-06-20"
|
||||
url = "https://github.com/sfackler/rust-openssl/issues/1965"
|
||||
categories = ["memory-exposure"]
|
||||
|
||||
[affected]
|
||||
functions = { "openssl::x509::verify::X509VerifyParamRef::set_host" = ["< 0.10.55, >=0.10.0"] }
|
||||
|
||||
[versions]
|
||||
patched = [">= 0.10.55"]
|
||||
```
|
||||
|
||||
# `openssl` `X509VerifyParamRef::set_host` buffer over-read
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user