CVE-2025-37980

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-37980
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-37980.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-37980
Downstream
Related
Published
2025-05-20T17:15:48Z
Modified
2025-08-09T20:01:26Z
Summary
[none]
Details

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

block: fix resource leak in blkregisterqueue() error path

When registering a queue fails after blkmqsysfsregister() is successful but the function later encounters an error, we need to clean up the blkmq_sysfs resources.

Add the missing blkmqsysfs_unregister() call in the error path to properly clean up these resources and prevent a memory leak.

References

Affected packages