In the Linux kernel, the following vulnerability has been resolved:
crypto: seqiv - Do not use req->iv after crypto_aead_encrypt
As soon as crypto_aead_encrypt is called, the underlying request
may be freed by an asynchronous completion. Thus dereferencing
req->iv after it returns is invalid.
Instead of checking req->iv against info, create a new variable
unaligned_info and use it for that purpose instead.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-01-14 15:16
Updated : 2026-03-25 19:56
NVD link : CVE-2025-71131
Mitre link : CVE-2025-71131
CVE.ORG link : CVE-2025-71131
JSON object : View
Products Affected
linux
- linux_kernel
CWE
