PT-2026-36463 · Linux · Linux Kernel
Published
2026-05-01
·
Updated
2026-05-26
·
CVE-2026-43046
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel versions prior to 7.0.0-rc2-next-20260310
Description
An issue exists in the btrfs file system where the kernel fails to validate the
root item invariant when reading it from disk. Specifically, if drop progress.objectid is non-zero, the drop level must also be non-zero. On-disk corruption can lead to an invalid state where drop progress.objectid is non-zero but drop level is zero. When relocation recovery processes such an item, the merge reloc root() and btrfs drop snapshot() functions trigger a kernel BUG due to the BUG ON(level == 0) guard.Recommendations
Update the Linux kernel to version 7.0.0-rc2-next-20260310 or later to ensure malformed metadata is rejected with -EUCLEAN before reaching the vulnerable functions.
Fix
Assertion Failure
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel