CVE-2026-64566

9.8

Linux · Kernel

A memory corruption vulnerability exists in the Linux kernel IPTFS implementation where improper flag propagation leads to kernel panic or unauthorized memory access.

Executive summary

A critical memory corruption flaw in the Linux kernel IPTFS component could allow an unauthenticated attacker to trigger a system panic or potentially compromise system integrity.

Vulnerability

The vulnerability resides in the iptfs_skb_add_frags function, which fails to propagate the SKBFL_SHARED_FRAG flag when copying fragment references. This oversight allows subsequent decryption processes to write directly over shared memory pages, resulting in kernel-level memory corruption.

Business impact

The potential for kernel memory corruption poses a severe risk to system stability and security. Successful exploitation can lead to a complete denial of service through system crashes (kernel panic), or in specific circumstances, unauthorized data modification or escalation of privileges. With a CVSS score of 9.8, this vulnerability is classified as critical due to the ease of remote exploitation and the potential for full system compromise.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.42, 7.1.6, or a later stable release where the SKBFL_SHARED_FRAG flag propagation has been corrected.

Proactive Monitoring: Monitor system logs for recurring kernel panic events or unexpected memory access violations that may indicate exploitation attempts.

Compensating Controls: Ensure that network boundaries are strictly enforced to limit exposure of the kernel networking stack to untrusted traffic, as the flaw is triggered via network input.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the critical severity of this kernel-level vulnerability, immediate patching is required to prevent potential system instability or exploitation. Administrators should prioritize upgrading to the specified fixed versions to ensure the integrity of the memory management subsystem and maintain system availability.

More Linux CVEs

Sources