CVE-2026-43393
Memory Leak in Linux Kernel Btrfs
Publication date: 2026-05-08
Last updated on: 2026-05-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux_kernel | btrfs | * |
Helpful Resources
Exploitability
| 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 code. Specifically, in the function btrfs_map_block(), when an error occurs and the function returns early with the error code -EINVAL, the chunk map that was looked up is not properly freed, causing a leak of memory resources.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause a memory leak in the Linux kernel when using the Btrfs filesystem. Over time, this leak could lead to increased memory usage, potentially degrading system performance or causing resource exhaustion, which might result in system instability or crashes.