Rust-openssl Project

Rust-openssl

7 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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.

  • 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.