CVE-2026-74723
9.8Linux · Kernel
A slab-out-of-bounds vulnerability in the Linux kernel Btrfs file system lzo decompression module allows unauthenticated attackers to trigger system crashes or potentially execute code via crafted images.
Executive summary
A critical vulnerability exists in the Linux kernel Btrfs file system that could allow an unauthenticated attacker to cause a system crash or achieve remote code execution through a malicious filesystem image.
Vulnerability
This is a memory safety issue involving a slab-out-of-bounds read during the decompression of inline LZO compressed file extents. The flaw occurs because the Btrfs implementation fails to adequately validate headers in crafted file system images, which can be triggered by an unauthenticated attacker providing a malicious image to the system.
Business impact
The CVSS score of 9.8 reflects the high severity of this vulnerability, as it allows for unauthenticated access to critical system memory. A successful exploit could lead to complete system compromise, including unauthorized data access, service disruption, and persistent control over the affected host. Given the fundamental nature of the Linux kernel, this vulnerability poses a significant risk to the stability and security of all environments running affected versions.
Remediation
Immediate Action: Update the Linux kernel to version 7.1.9 or later, or apply the upstream fix commits provided in the kernel stable tree to ensure the LZO decompression logic validates headers correctly.
Proactive Monitoring: Monitor system logs for kernel panic events or repeated slab-out-of-bounds memory errors that may indicate an attempt to exploit this vulnerability.
Compensating Controls: Restrict the ability of untrusted users to mount filesystems or process external, non-validated disk images on critical infrastructure to reduce the attack surface.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a significant risk to kernel integrity and system availability. Security teams should prioritize patching the Linux kernel across all affected environments immediately. If an immediate update is not feasible, restrict the handling of untrusted Btrfs images to prevent unauthorized exploitation of this memory corruption flaw.