CVE-2025-24898
Description
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 `ssl::select_next_proto` to properly constrain the output buffer's lifetime to that of both input buffers. Users are advised to upgrade. In standard usage of `ssl::select_next_proto` in the callback passed to `SslContextBuilder::set_alpn_select_callback`, code is only affected if the `server` buffer is constructed *within* the callback.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
Debian Mixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Fixed | 0.10.70-1 |
| sid | Fixed | 0.10.70-1 |
| forky | Fixed | 0.10.70-1 |
| bullseye | Fixed | 0.10.29-1+deb11u1 |
| bookworm | Affected | โ |
Red Hat Fixed 1 release
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | โ |
Rocky Linux Fixed 1 release
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | โ |
References
- https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm
- https://access.redhat.com/errata/RHSA-2025:7147
- https://access.redhat.com/errata/RHSA-2025:7160
- https://access.redhat.com/errata/RHSA-2025:7241
- https://access.redhat.com/errata/RHSA-2025:7313
- https://access.redhat.com/errata/RHSA-2025:7317
- https://errata.rockylinux.org/RLSA-2025:7313
- https://errata.rockylinux.org/RLSA-2025:7317
- https://errata.rockylinux.org/RLSA-2025:7241
- https://errata.rockylinux.org/RLSA-2025:7160
- https://nvd.nist.gov/vuln/detail/CVE-2025-24898
- https://github.com/sfackler/rust-openssl/pull/2360
- https://github.com/sfackler/rust-openssl/commit/f014afb230de4d77bc79dea60e7e58c2f47b60f2
- https://crates.io/crates/openssl
- https://github.com/sfackler/rust-openssl
- https://lists.debian.org/debian-lts-announce/2025/02/msg00009.html
- https://rustsec.org/advisories/RUSTSEC-2025-0004.html
- https://security-tracker.debian.org/tracker/CVE-2025-24898
- https://bugzilla.redhat.com/2343573
- https://errata.almalinux.org/9/ALSA-2025-7147.html
- https://errata.almalinux.org/9/ALSA-2025-7160.html
- https://errata.almalinux.org/9/ALSA-2025-7241.html
- https://errata.almalinux.org/9/ALSA-2025-7313.html
- https://errata.almalinux.org/9/ALSA-2025-7317.html
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.