NONE · 0

CVE-2026-93161

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - clear AES key schedule from stack qat_alg_xts_reverse_key() expands the forward XTS AES key on the stack. That sched...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - clear AES key schedule from stack qat_alg_xts_reverse_key() expands the forward XTS AES key on the stack. That schedule contains key material and can remain in the stack frame. Clear the temporary crypto_aes_ctx with memzero_explicit() after the copy.

References

FAQ

What is CVE-2026-93161?

CVE-2026-93161 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: crypto: qat - clear AES key schedule from stack qat_alg_xts_reverse_key() expands the forward XTS AES key on the stack. That sched...

How severe is CVE-2026-93161?

CVSS scoring is not yet available for CVE-2026-93161. Check NVD for updates.

Is there a patch for CVE-2026-93161?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.