CVE-2026-74591

Linux · Kernel

A memory management flaw in the Linux kernel's filemap implementation allows for potential folio index corruption during retry operations, potentially leading to system instability or compromise.

Executive summary

A critical memory management vulnerability in the Linux kernel may allow unauthenticated attackers to trigger memory corruption, potentially leading to unauthorized data access or system crashes.

Vulnerability

This is a memory management defect within the __filemap_add_folio function. An attacker may trigger a race condition during the split-a-conflict loop where the kernel fails to correctly restore the index before a retry, leading to improper folio placement in the xarray.

Business impact

The vulnerability carries a CVSS score of 9.8, reflecting its potential for full system compromise. Successful exploitation could result in complete loss of confidentiality, integrity, and availability of the affected system, potentially enabling an attacker to execute arbitrary code or cause a kernel panic that leads to significant service downtime.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.45, 7.1.9, or 7.2, as these releases contain the necessary patches to resolve the memory management defect.

Proactive Monitoring: Review system logs for kernel-related errors, memory access violations, or unexpected system reboots that may indicate exploitation attempts.

Compensating Controls: Ensure that systems are running with kernel hardening features enabled, such as address space layout randomization (ASLR) and restricted access to sensitive kernel interfaces, to raise the difficulty for an attacker.

Exploitation status

Public Exploit Available: No (exploit_available: false)

Analyst recommendation

Given the critical severity score and the fundamental nature of the vulnerability within the Linux kernel, this issue represents a significant risk to infrastructure stability. Organizations should prioritize patching their kernel environments as soon as stable updates are available for their respective distributions to prevent potential exploitation.

More Linux CVEs

Sources