CVE-2025-37980

MEDIUM

Linux kernel - Memory Corruption

Title source: llm

Description

In the Linux kernel, the following vulnerability has been resolved: block: fix resource leak in blk_register_queue() error path When registering a queue fails after blk_mq_sysfs_register() is successful but the function later encounters an error, we need to clean up the blk_mq_sysfs resources. Add the missing blk_mq_sysfs_unregister() call in the error path to properly clean up these resources and prevent a memory leak.

Scores

CVSS v3 5.5
EPSS 0.0002
EPSS Percentile 6.2%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Classification

CWE
CWE-401
Status published

Affected Products (6)

linux/linux_kernel < 6.6.88
linux/linux_kernel
linux/linux_kernel
linux/Kernel < 6.6.88linux
linux/Kernel < 6.12.25linux
linux/Kernel < 6.14.4linux

Timeline

Published May 20, 2025
Tracked Since Feb 18, 2026