CVE-2026-41898
- EPSS 0.41%
- Veröffentlicht 24.04.2026 17:20:38
- Zuletzt bearbeitet 28.04.2026 17:45:23
rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.24 to before 0.10.78, the FFI trampolines behind SslContextBuilder::set_psk_client_callback, set_psk_server_callback, set_cookie_generate_cb, and set_stateless_cookie...
CVE-2026-41681
- EPSS 0.37%
- Veröffentlicht 24.04.2026 17:19:15
- Zuletzt bearbeitet 28.04.2026 17:44:16
rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.10.39 to before 0.10.78, EVP_DigestFinal() always writes EVP_MD_CTX_size(ctx) to the out buffer. If out is smaller than that, MdCtxRef::digest_final() writes past its e...
CVE-2026-41678
- EPSS 0.29%
- Veröffentlicht 24.04.2026 17:18:27
- Zuletzt bearbeitet 28.04.2026 17:41:42
rust-openssl provides OpenSSL bindings for the Rust programming language. From to before 0.10.78, aes::unwrap_key() contains an incorrect assertion: it checks that out.len() + 8 <= in_.len(), but this condition is reversed. The intended invariant i...
CVE-2026-41677
- EPSS 0.29%
- Veröffentlicht 24.04.2026 17:17:17
- Zuletzt bearbeitet 28.04.2026 17:34:03
rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.0 to before 0.10.78, the *_from_pem_callback APIs did not validate the length returned by the user's callback. A password callback that returns a value larger than th...
CVE-2026-41676
- EPSS 0.3%
- Veröffentlicht 24.04.2026 17:16:20
- Zuletzt bearbeitet 28.04.2026 17:30:42
rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.27 to before 0.10.78, Deriver::derive (and PkeyCtxRef::derive) sets len = buf.len() and passes it as the in/out length to EVP_PKEY_derive, relying on OpenSSL to honor...
CVE-2018-20997
- EPSS 1.74%
- Veröffentlicht 26.08.2019 18:15:11
- Zuletzt bearbeitet 21.11.2024 04:02:39
An issue was discovered in the openssl crate before 0.10.9 for Rust. A use-after-free occurs in CMS Signing.
CVE-2016-10931
- EPSS 0.75%
- Veröffentlicht 26.08.2019 12:15:11
- Zuletzt bearbeitet 21.11.2024 02:45:06
An issue was discovered in the openssl crate before 0.9.0 for Rust. There is an SSL/TLS man-in-the-middle vulnerability because certificate verification is off by default and there is no API for hostname verification.