Out-of-bounds write in rust-openssl - #VU126496
Published: April 20, 2026
rust-openssl
Detailed vulnerability description
The vulnerability allows a remote attacker to cause memory corruption.
The vulnerability exists due to out-of-bounds write in aes::unwrap_key() when processing attacker-controlled buffer sizes. A remote attacker can provide a buffer that is smaller than required to cause memory corruption.
The issue stems from an inverted bounds assertion on the output buffer size in a safe public function.