发布时间: 2025年2月15日
修改时间: 2025年2月15日
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.
NVD | openEuler | |
---|---|---|
Confidentiality | Low | |
Attack Vector | Network | |
CVSS评分 | N/A | 4.8 |
Attack Complexity | High | |
Privileges Required | None | |
Scope | Unchanged | |
Integrity | None | |
User Interaction | None | |
Availability | Low |
公告名 | 概要 | 发布时间 |
---|---|---|
KylinSec-SA-2025-1609 | three-eight-nine-ds-base security update | 2025年3月18日 |
产品 | 包 | 状态 |
---|---|---|
V6 | three-eight-nine-ds-base | Fixed |