
CVE-2025-24898 – rust openssl ssl::select_next_proto use after free
https://notcve.org/view.php?id=CVE-2025-24898
03 Feb 2025 — rust-openssl is a set of OpenSSL bindings for the Rust programming language. In affected versions `ssl::select_next_proto` can return a slice pointing into the `server` argument's buffer but with a lifetime bound to the `client` argument. In situations where the `sever` buffer's lifetime is shorter than the `client` buffer's, this can cause a use after free. This could cause the server to crash or to return arbitrary memory contents to the client. The crate`openssl` version 0.10.70 fixes the signature of `s... • https://crates.io/crates/openssl • CWE-416: Use After Free •

CVE-2018-20997
https://notcve.org/view.php?id=CVE-2018-20997
26 Aug 2019 — An issue was discovered in the openssl crate before 0.10.9 for Rust. A use-after-free occurs in CMS Signing. Se descubrió un problema e el paquete openssl antes de 0.10.9 para Rust. Se produce un uso libre después de la firma de CMS. • https://rustsec.org/advisories/RUSTSEC-2018-0010.html • CWE-416: Use After Free •