Use After Free The advisory has been revoked - it doesn't affect any version of package kernel-debug-modules-extra  (opens in a new tab)


Threat Intelligence

EPSS
0.01% (4th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Use After Free vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-ROCKY8-KERNELDEBUGMODULESEXTRA-13721872
  • published27 Oct 2025
  • disclosed18 Sept 2025

Introduced: 18 Sep 2025

CVE-2023-53373  (opens in a new tab)
CWE-416  (opens in a new tab)

Amendment

The Rocky-Linux security team deemed this advisory irrelevant for Rocky-Linux:8.

NVD Description

Note: Versions mentioned in the description apply only to the upstream kernel-debug-modules-extra package and not the kernel-debug-modules-extra package as distributed by Rocky-Linux.

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.