CVE-2026-63912
9.8Linux · Kernel
A memory handling flaw in the Linux kernel ESP packet processing allows for potential buffer overflows or memory corruption when combined length exceeds a single page.
Executive summary
A critical vulnerability exists in the Linux kernel ESP (Encapsulating Security Payload) implementation that could allow an unauthenticated attacker to trigger memory corruption or system instability.
Vulnerability
The vulnerability resides in the ESP out-of-place fast path, which incorrectly calculates page fragment allocation when the combined aligned length of an skb exceeds a single page. This flaw permits unauthenticated network attackers to trigger an out-of-bounds memory condition by failing to properly gate the page-frag fast path.
Business impact
The potential for memory corruption in a core kernel component like the ESP implementation poses a severe risk to system integrity and availability. An attacker could potentially achieve remote code execution or cause kernel panics, leading to significant service disruption and unauthorized access to sensitive kernel memory spaces. Given the CVSS score of 9.8, this vulnerability is classified as critical, necessitating immediate attention to prevent exploitation.
Remediation
Immediate Action: Apply the vendor-provided kernel updates for your specific distribution branch (5.10.259, 5.15.210, 6.1.176, or 6.6.143) as soon as possible.
Proactive Monitoring: Monitor system logs for kernel panics or unexpected process crashes that may indicate exploitation attempts against the IPsec stack.
Compensating Controls: While difficult to mitigate via network controls, ensure that edge firewalls are configured to drop malformed or suspicious ESP traffic where possible to limit the attack surface.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the critical nature of this kernel-level memory vulnerability, administrators should prioritize patching as part of their next maintenance cycle. Because the issue exists within the core networking stack, the risk of system-wide compromise is high. Ensure that all production environments running the affected kernel branches are updated to the specified patched versions to fully remediate this exposure.