Memory Leak The advisory has been revoked - it doesn't affect any version of package kernel-rt-modules-core  (opens in a new tab)


Threat Intelligence

EPSS
0.16% (6th 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 IDSNYK-RHEL9-KERNELRTMODULESCORE-10155524
  • published14 May 2025
  • disclosed27 Mar 2025

Introduced: 27 Mar 2025

CVE-2023-53014  (opens in a new tab)
CWE-401  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:9.

NVD Description

Note: Versions mentioned in the description apply only to the upstream kernel-rt-modules-core package and not the kernel-rt-modules-core package as distributed by RHEL.

In the Linux kernel, the following vulnerability has been resolved:

dmaengine: tegra: Fix memory leak in terminate_all()

Terminate vdesc when terminating an ongoing transfer. This will ensure that the vdesc is present in the desc_terminated list The descriptor will be freed later in desc_free_list().

This fixes the memory leaks which can happen when terminating an ongoing transfer.