漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
rust-openssl: Potential out-of-bounds write in `CipherCtxRef::cipher_update_inplace` for AES-KW-PAD ciphers
Vulnerability Description
rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.10.50 until 0.10.80, CipherCtxRef::cipher_update_inplace in openssl/src/cipher_ctx.rs incorrectly sized output buffers when used with AES key-wrap-with-padding ciphers EVP_aes_{128,192,256}_wrap_pad. For a non-multiple-of-8 input, OpenSSL writes up to 7 bytes past the end of the caller's buffer or Vec, producing attacker-controllable heap corruption when the plaintext length is attacker-influenced. This issue is fixed in version 0.10.80.
CVSS Information
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N
Vulnerability Type
缓冲区大小计算不正确
Vulnerability Title
rust-openssl 缓冲区错误漏洞
Vulnerability Description
rust-openssl是美国rust-openssl组织的一个OpenSSL编程语言绑定库。 rust-openssl 0.10.80之前版本存在缓冲区错误漏洞,该漏洞源于使用AES key-wrap-with-padding密码时输出缓冲区大小计算不正确,可能导致堆损坏。
CVSS Information
N/A
Vulnerability Type
N/A