CVE-2026-93207
9.8Linux · Kernel
A memory safety vulnerability in the Linux kernel SUNRPC implementation allows unauthenticated attackers to trigger stale pointer dereferences via improper credential clearing during decode failures.
Executive summary
A critical memory corruption vulnerability in the Linux kernel SUNRPC subsystem could allow unauthenticated remote attackers to achieve arbitrary code execution or cause system instability.
Vulnerability
The vulnerability exists in the svcauth_gss_decode_credbody function, where early decoding failures fail to properly clear the rpc_gss_wire_cred structure. This leaves stale pointers in memory that can be exploited by an unauthenticated attacker to induce a use-after-free condition or memory corruption when subsequent requests interact with the dangling data.
Business impact
The flaw carries a CVSS score of 9.8, reflecting its potential for full system compromise. Successful exploitation could lead to unauthorized remote code execution, complete loss of data confidentiality and integrity, and significant service disruption, posing a severe risk to any infrastructure relying on RPC services.
Remediation
Immediate Action: Update the Linux kernel to version 6.6.157, 6.12.109, 6.18.50, or 7.2.4 as appropriate for your distribution.
Proactive Monitoring: Monitor system logs for repeated RPC-related failures or kernel panic events that may indicate attempted exploitation of memory corruption flaws.
Compensating Controls: Restrict access to RPC services at the network perimeter using firewalls or access control lists to ensure only trusted clients can reach the vulnerable interface.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the critical nature of this kernel vulnerability and the potential for remote code execution, organizations should prioritize patching as soon as vendor-provided kernels become available. Administrators must coordinate with their distribution maintainers to verify that the fix is included in their specific kernel builds and perform necessary reboots to apply the security updates.
More Linux CVEs all →
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief critical section