Unlock of a Resource that is not Locked Affecting kernel-rt-modules-core package, versions *


Severity

Recommended
low

Based on CentOS security rating.

Threat Intelligence

EPSS
0.02% (5th 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-CENTOS10-KERNELRTMODULESCORE-17142091
  • published4 Jun 2026
  • disclosed3 Jun 2026

Introduced: 3 Jun 2026

NewCVE-2026-46255  (opens in a new tab)
CWE-832  (opens in a new tab)

How to fix?

There is no fixed version for Centos:10 kernel-rt-modules-core.

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 Centos. See How to fix? for Centos:10 relevant fixed versions and status.

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

dmaengine: fsl-edma: don't explicitly disable clocks in .remove()

The clocks in fsl_edma_engine::muxclk are allocated and enabled with devm_clk_get_enabled(), which automatically cleans these resources up, but these clocks are also manually disabled in fsl_edma_remove(). This causes warnings on driver removal for each clock:

    edma_module already disabled
    WARNING: CPU: 0 PID: 418 at drivers/clk/clk.c:1200 clk_core_disable+0x198/0x1c8
    [...]
    Call trace:
     clk_core_disable+0x198/0x1c8 (P)
     clk_disable+0x34/0x58
     fsl_edma_remove+0x74/0xe8 [fsl_edma]
     [...]
    ---[ end trace 0000000000000000 ]---
    edma_module already unprepared
    WARNING: CPU: 0 PID: 418 at drivers/clk/clk.c:1059 clk_core_unprepare+0x1f8/0x220
    [...]
    Call trace:
     clk_core_unprepare+0x1f8/0x220 (P)
     clk_unprepare+0x34/0x58
     fsl_edma_remove+0x7c/0xe8 [fsl_edma]
     [...]
    ---[ end trace 0000000000000000 ]---

Fix these warnings by removing the unnecessary fsl_disable_clocks() call in fsl_edma_remove().

CVSS Base Scores

version 3.1