CVE-2025-68348
Unknown Unknown - Not Provided
Memory Leak in Linux Kernel blkdev Zero Pages Handling

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: block: fix memory leak in __blkdev_issue_zero_pages Move the fatal signal check before bio_alloc() to prevent a memory leak when BLKDEV_ZERO_KILLABLE is set and a fatal signal is pending. Previously, the bio was allocated before checking for a fatal signal. If a signal was pending, the code would break out of the loop without freeing or chaining the just-allocated bio, causing a memory leak. This matches the pattern already used in __blkdev_issue_write_zeroes() where the signal check precedes the allocation.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-05-07
AI Q&A
2025-12-24
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 block device code, specifically in the __blkdev_issue_zero_pages function. The issue occurs because the code allocated memory for a bio structure before checking if a fatal signal was pending. If a fatal signal was pending, the function would exit without freeing the allocated memory, causing a memory leak. The fix moves the fatal signal check before the memory allocation to prevent this leak.


How can this vulnerability impact me? :

The memory leak caused by this vulnerability can lead to increased memory usage and potential resource exhaustion in the Linux kernel, which may degrade system performance or stability over time if the leak occurs repeatedly.


What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, update your Linux kernel to the latest version where the fix for the memory leak in __blkdev_issue_zero_pages has been applied. This involves ensuring your system is patched with the kernel update that moves the fatal signal check before bio_alloc() to prevent the memory leak.


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