CVE-2026-80962

Linux · Kernel

A buffer handling flaw in the Linux kernel dm-pcache driver allows authenticated local users to trigger out-of-bounds memory access via maliciously crafted on-disk cache metadata.

Executive summary

A vulnerability in the Linux kernel dm-pcache driver could allow an authenticated local attacker with administrative privileges to perform out-of-bounds memory reads and writes, potentially leading to system compromise.

Vulnerability

The dm-pcache component fails to properly validate geometry fields from on-disk cache metadata. An attacker with CAP_SYS_ADMIN privileges can supply malicious metadata during a table load, triggering an out-of-bounds access of the cache segments array and resulting in arbitrary memory read and write operations.

Business impact

The ability to perform out-of-bounds memory operations on the kernel poses a severe risk to system integrity and stability. Given the CVSS score of 7.8, this vulnerability is considered high severity because it enables a local attacker to potentially escalate privileges or cause a kernel panic, leading to unauthorized data access and unplanned service outages.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.50, 7.2.4, or later versions where the geometry validation logic has been implemented.

Proactive Monitoring: Monitor system logs for unexpected kernel crashes or errors related to the dm-pcache driver, which may indicate attempted exploitation of this memory corruption flaw.

Compensating Controls: Restrict access to administrative functions and ensure that only trusted users are granted CAP_SYS_ADMIN capabilities on the host system to reduce the attack surface.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

While this vulnerability requires high local privileges, the potential for kernel-level memory corruption makes it a significant security concern. Administrators should prioritize patching the Linux kernel to the identified secure versions during the next maintenance window to prevent potential privilege escalation or system instability.

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