Bug 2429583 (CVE-2025-71131) - CVE-2025-71131 kernel: crypto: seqiv - Do not use req->iv after crypto_aead_encrypt
Summary: CVE-2025-71131 kernel: crypto: seqiv - Do not use req->iv after crypto_aead_e...
Keywords:
Status: NEW
Alias: CVE-2025-71131
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-14 16:02 UTC by OSIDB Bzimport
Modified: 2026-08-17 04:36 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2026:52667 0 None None None 2026-08-10 07:04:15 UTC
Red Hat Product Errata RHSA-2026:55445 0 None None None 2026-08-17 04:36:54 UTC

Description OSIDB Bzimport 2026-01-14 16:02:10 UTC
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.

Comment 3 errata-xmlrpc 2026-08-10 07:04:14 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.6 Extended Update Support

Via RHSA-2026:52667 https://access.redhat.com/errata/RHSA-2026:52667

Comment 4 errata-xmlrpc 2026-08-17 04:36:53 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10.0 Extended Update Support

Via RHSA-2026:55445 https://access.redhat.com/errata/RHSA-2026:55445


Note You need to log in before you can comment on or make changes to this bug.