3 matches found
CVE-2026-90069
In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - allocate async request context when cloning ACOMPREQUESTONSTACK reserves only enough storage for the synchronous fallback. When an async implementation is selected, callers clone that stack request before retrying...
EUVD-2026-81930
In the Linux kernel, the following vulnerability has been resolved: crypto: acomp - allocate async request context when cloning ACOMPREQUESTONSTACK reserves only enough storage for the synchronous fallback. When an async implementation is selected, callers clone that stack request before retrying...
CVE-2026-90069
CVE-2026-90069 is a slab out-of-bounds write in the Linux kernel's crypto acomp subsystem. The macro ACOMP_REQUEST_ON_STACK() reserves storage sized only for the synchronous fallback. When an asynchronous implementation is selected, acomp_request_clone() copies only that stack-sized object, leavi...