IT

Tracker / CVE-2025-71131

CVE-2025-71131

High 7.5

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.

Affected products and versions

linux linux_kernel
linux linux_kernel · 2.6.25.1 → 5.10.248
linux linux_kernel · 5.11 → 5.15.198
linux linux_kernel · 5.16 → 6.1.160
linux linux_kernel · 6.13 → 6.18.4
linux linux_kernel · 6.2 → 6.6.120
linux linux_kernel · 6.7 → 6.12.64

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References