CVE-2026-31431
Description
In the Linux kernel, the following vulnerability has been resolved:
crypto: algif_aead - Revert to operating out-of-place
This mostly reverts commit 72548b093ee3 except for the copying of
the associated data.
There is no benefit in operating in-place in algif_aead since the
source and destination come from different mappings. Get rid of
all the complexity added for in-place operation and just copy the
AD directly.
Summary dbcve.org
The Linux kernel's algif_aead cryptographic component had a vulnerability where it attempted in-place operations even though source and destination buffers come from different memory mappings, introducing unnecessary complexity. The fix reverts to out-of-place operation, which is safer and eliminates the vulnerability.
Mitigation
Apply the kernel patch that reverts algif_aead to out-of-place operation, then update the Linux kernel and reboot affected systems.