In the Linux kernel, the following vulnerability has been resolved:
crypto: tegra - Add missing CRYPTOALGASYNC
The tegra crypto driver failed to set the CRYPTOALGASYNC on its asynchronous algorithms, causing the crypto API to select them for users that request only synchronous algorithms. This causes crashes (at least). Fix this by adding the flag like what the other drivers do. Also remove the unnecessary CRYPTOALGTYPE_* flags, since those just get ignored and overridden by the registration function anyway.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31739.json",
"cna_assigner": "Linux"
}