CVE-2023-54297
Unknown Unknown - Not Provided
Memory Leak in Linux Kernel btrfs Zoned Filesystem Component

Publication date: 2025-12-30

Last updated on: 2025-12-30

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix memory leak after finding block group with super blocks At exclude_super_stripes(), if we happen to find a block group that has super blocks mapped to it and we are on a zoned filesystem, we error out as this is not supposed to happen, indicating either a bug or maybe some memory corruption for example. However we are exiting the function without freeing the memory allocated for the logical address of the super blocks. Fix this by freeing the logical address.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-05-07
AI Q&A
2025-12-30
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a memory leak in the Linux kernel's btrfs filesystem when used with zoned devices. Specifically, in the function exclude_super_stripes(), if a block group with super blocks is found on a zoned filesystem, the function exits with an error but fails to free the allocated memory for the logical address of the super blocks, causing a memory leak. The fix involves properly freeing this memory to prevent the leak.


How can this vulnerability impact me? :

The memory leak could lead to increased memory usage over time, potentially causing system instability or degraded performance on systems using the btrfs filesystem with zoned devices. This could affect system reliability until the memory is reclaimed or the system is restarted.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart