CVE-2026-93079

Linux · Kernel

A heap out-of-bounds write vulnerability in the Linux kernel CXL subsystem allows a local user to trigger memory corruption via the FWCTL_RPC interface by providing an oversized feature count.

Executive summary

A heap out-of-bounds write vulnerability in the Linux kernel CXL subsystem could allow a local authenticated attacker to achieve code execution or system instability.

Vulnerability

The vulnerability exists in the cxlctl_get_feature function, which fails to properly validate the user-provided count against the allocated output buffer size. A local user with low privileges can trigger a heap out-of-bounds write by specifying a count that exceeds the buffer limit, leading to potential memory corruption.

Business impact

The flaw carries a CVSS score of 7.8, indicating a high severity level. Successful exploitation by a local attacker could lead to a complete system compromise, including unauthorized data access, privilege escalation, or a denial of service through system crashes. Because this affects the core kernel, it poses a significant risk to the integrity and availability of the host operating system.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.52, 7.2.6, or a later stable release where this issue has been patched.

Proactive Monitoring: Monitor system logs for unusual kernel panic events or repeated failures in CXL device communication that may indicate exploitation attempts.

Compensating Controls: Restrict access to CXL device interfaces and the FWCTL_RPC subsystem to only authorized users and processes to minimize the attack surface.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Given the high CVSS severity and the potential for kernel-level compromise, organizations should prioritize patching the Linux kernel across all affected environments. Administrators should verify the current kernel version and apply the recommended updates as part of the next scheduled maintenance window to effectively mitigate the risk of local exploitation.

More Linux CVEs all →

History

CVE Brief tracked this CVE 1 day before it had a CVSS score.

  1. Disclosed CVE record published
  2. Collected by CVE Brief No CVSS score yet; tracked as early warning
  3. CVSS score assigned 7.8 (3.1)
  4. Analyst report written

Sources