CVE-2026-43308
Received Received - Intake
Linux Kernel Btrfs Memory Corruption Bug

Publication date: 2026-05-08

Last updated on: 2026-05-08

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref() There is no need to BUG(), we can just return an error and log an error message.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-08
Last Modified
2026-05-08
Generated
2026-05-09
AI Q&A
2026-05-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
linux linux_kernel *
linux kernel *
linux_kernel btrfs *
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 in the Linux kernel's btrfs filesystem. It involves the kernel calling BUG() when encountering an unexpected delayed reference type in the function run_one_delayed_ref().

The fix changes this behavior so that instead of causing a kernel BUG() (which typically crashes or halts the kernel), the system will simply return an error and log an error message.


How can this vulnerability impact me? :

If the vulnerability is triggered, the Linux kernel could BUG(), which usually results in a kernel panic or crash, potentially causing system instability or downtime.

By fixing this issue to return an error instead of BUG(), the system becomes more stable and resilient to unexpected delayed reference types in btrfs, reducing the risk of crashes.


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