CVE-2026-80734

8.8

Linux · Kernel

A flaw in the Linux kernel Btrfs file system fails to initialize inode mapping flags for cached inodes, leading to kernel assertions and system crashes under specific memory conditions.

Executive summary

An improper initialization of inode mapping flags in the Linux kernel Btrfs file system can lead to a kernel panic and denial of service.

Vulnerability

This vulnerability is caused by a failure to correctly initialize mapping flags and minimal folio order for cached inodes during the btrfs_iget process. An authenticated local user could potentially trigger this assertion failure, resulting in a kernel panic and system instability.

Business impact

The exploitation of this vulnerability results in a kernel-level crash, which causes immediate system downtime. In environments where the Btrfs file system is critical for storage operations, this denial of service can disrupt business processes and data availability. With a CVSS score of 8.8, the potential for service interruption is significant, necessitating prompt attention.

Remediation

Immediate Action: Update the Linux kernel to version 7.1.9 or later, or adopt the version 6.15 release, to incorporate the necessary fix for inode mapping initialization.

Proactive Monitoring: Monitor system logs for kernel BUG entries or assertions related to extent_io.c, which may indicate attempted exploitation or system instability.

Compensating Controls: Restrict access to the file system and perform regular memory pressure testing to identify systems that may be susceptible to this crash scenario.

Exploitation status

Public Exploit Available: No.

Analyst recommendation

This vulnerability represents a high-severity risk to system stability. System administrators should prioritize the deployment of the patched kernel versions across all affected environments. Ensuring the kernel is updated to the provided fixed versions is the only definitive method to eliminate the risk of kernel-level crashes associated with this flaw.

More Linux CVEs

Sources