Impact
The vulnerability is a NULL pointer dereference in the btrfs_trim_fs path that is triggered when a previously missing BTRFS device reappears without its writeable flag set. The flaw ultimately causes an unintended kernel panic, which results in a denial of service for the affected system. According to the Common Weakness Enumeration, this is a CWE‑476 issue related to dereferencing a null pointer.
Affected Systems
All Linux kernel builds that include the btrfs filesystem, as the patch addresses kernel code. No specific version range is listed in the advisory, so all current and legacy releases may be impacted until the fix is applied.
Risk and Exploitability
The CVSS score and EPSS are not provided, and the vulnerability is not listed in CISA’s KEV catalog, suggesting that no public exploits are known. The flaw is limited to local or privileged users capable of issuing the fstrim ioctl on a btrfs volume. An attacker would need to trigger the trim operation on a filesystem containing a reappearing non‑writeable device to cause a kernel panic. Because the bug manifests only in a specific device state transition, its practical exploitability is considered moderate to low.
OpenCVE Enrichment