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.
References
Configurations
Configuration 1 (hide)
|
History
14 Nov 2025, 17:00
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:* |
|
| CWE | CWE-401 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/40f2eb9b531475dd01b683fdaf61ca3cfd03a51e - Patch | |
| References | () https://git.kernel.org/stable/c/41e43134ddda35949974be40520460a12dda3502 - Patch | |
| References | () https://git.kernel.org/stable/c/549cbbd14bbec12469ceb279b79c763c8a24224e - Patch | |
| References | () https://git.kernel.org/stable/c/55a7bb2708f7c7c5b366d4e40916113168a3824c - Patch |
Information
Published : 2025-05-20 17:15
Updated : 2025-11-14 17:00
NVD link : CVE-2025-37980
Mitre link : CVE-2025-37980
CVE.ORG link : CVE-2025-37980
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
