3 matches found
CVE-2026-80522
In the Linux kernel, the following vulnerability has been resolved: crypto: tegra - fix rctx-cryptlen calculation in tegragcmdoonereq Perform rctx-cryptlen calculation in tegragcmdoonereq the same way it is done in tegraccmcryptinit. The current formulae may lead to a crash if a caller does not...
CVE-2026-80522 crypto: tegra - fix rctx->cryptlen calculation in tegra_gcm_do_one_req()
In the Linux kernel, the following vulnerability has been resolved: crypto: tegra - fix rctx-cryptlen calculation in tegragcmdoonereq Perform rctx-cryptlen calculation in tegragcmdoonereq the same way it is done in tegraccmcryptinit. The current formulae may lead to a crash if a caller does not...
CVE-2026-80522
CVE-2026-80522 affects the Linux kernel Tegra crypto driver . The root cause is an incorrect rctx->cryptlen calculation in tegra_gcm_do_one_req() when the caller has not invoked tegra_gcm_setauthsize(), leaving ctx->authsize at zero. This results in a write beyond the rctx->dst_sg buffer...