Bug 2396379 (CVE-2023-53373) - CVE-2023-53373 kernel: crypto: seqiv - Handle EBUSY correctly
Summary: CVE-2023-53373 kernel: crypto: seqiv - Handle EBUSY correctly
Keywords:
Status: NEW
Alias: CVE-2023-53373
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: 2025-09-18 14:01 UTC by OSIDB Bzimport
Modified: 2025-10-13 04:01 UTC (History)
0 users

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-2025:17760 0 None None None 2025-10-13 04:01:38 UTC

Description OSIDB Bzimport 2025-09-18 14:01:39 UTC
In the Linux kernel, the following vulnerability has been resolved:

crypto: seqiv - Handle EBUSY correctly

As it is seqiv only handles the special return value of EINPROGERSS,
which means that in all other cases it will free data related to the
request.

However, as the caller of seqiv may specify MAY_BACKLOG, we also need
to expect EBUSY and treat it in the same way.  Otherwise backlogged
requests will trigger a use-after-free.

Comment 3 errata-xmlrpc 2025-10-13 04:01:38 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2025:17760 https://access.redhat.com/errata/RHSA-2025:17760


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