2 matches found
CVE-2026-53302
The CVE concerns the Linux kernel’s crypto/eip93 path. Specifically, eip93_hmac_setkey() creates a temporary ahash transform using a driver name (e.g., sha256-eip93) but passes CRYPTO_ALG_ASYNC as the mask, which excludes async algorithms. Since EIP93 hash algorithms are inherently async, the loo...
Astra Linux - уязвимость в linux-5.10
In the Linux kernel, the following vulnerability has been resolved: crypto: tegra – Add the missing CRYPTOALGASYNC flag The tegra crypto driver failed to set the CRYPTOALGASYNC flag for its asynchronous algorithms. As a result, the crypto API would select these algorithms for users who request on...