CVE-2026-93196

Linux · Kernel

A slab-use-after-free vulnerability exists in the Linux kernel virtio_pmem driver due to improper request reference counting, potentially allowing local privilege escalation or system crashes.

Executive summary

A high-severity memory management flaw in the Linux kernel virtio_pmem driver could allow a local attacker to cause a system crash or achieve unauthorized code execution.

Vulnerability

The Linux kernel virtio_pmem driver fails to properly manage reference counts for requests, leading to a slab-use-after-free condition during token lifetime management. This flaw can be triggered by a local attacker with no specific privileges.

Business impact

The vulnerability carries a CVSS score of 8.4, reflecting its potential to compromise the confidentiality, integrity, and availability of the host system. A successful exploit could allow a malicious actor to escalate privileges, gain unauthorized access to sensitive kernel memory, or crash the operating system, resulting in significant service disruption and potential data loss.

Remediation

Immediate Action: Apply the vendor-supplied kernel patches or update to the Linux kernel versions 6.18.52, 7.2.6, or 7.3-rc1 or later.

Proactive Monitoring: Monitor system logs for kernel oops, KASAN reports, or unexpected system reboots, which may indicate an exploitation attempt or memory corruption.

Compensating Controls: Restrict access to the virtio_pmem device interfaces for untrusted local users and ensure that kernel hardening features such as KASAN are enabled in development and staging environments to detect similar memory errors.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the potential for full system compromise, administrators should prioritize patching the Linux kernel across all affected environments. Testing and deploying the updated kernel versions as soon as they become available via your distribution maintainer is essential to mitigating the risk of local exploitation.

More Linux CVEs all →

History

CVE Brief tracked this CVE 4 days 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 8.4 (3.1) from cvelistV5
  4. Analyst report written

Sources