Description
In the Linux kernel, the following vulnerability has been resolved:

drm/virtio: Fix driver removal with disabled KMS

DRM atomic and modesetting aren't initialized if virtio-gpu driver built
with disabled KMS, leading to access of uninitialized data on driver
removal/unbinding and crashing kernel. Fix it by skipping shutting down
atomic core with unavailable KMS.
Published: 2026-07-01
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s virtio‑gpu driver does not initialize the DRM atomic core and modesetting components when built with kernel mode setting (KMS) disabled. When the driver is later removed or unbound, the code accesses an uninitialized object, triggering an invalid memory read that causes a kernel panic. This fault is an instance of CWE‑824: Uninitialized Object and delivers a denial‑of‑service by crashing the entire kernel.

Affected Systems

The flaw is present in any Linux kernel that includes a virtio‑gpu module compiled with kernel mode setting disabled. Systems running a kernel version prior to the recent patch, including those received through standard distribution updates, are susceptible. The vulnerability affects the virtio‑gpu driver when the DRM atomic and modesetting components are not initialized due to disabled KMS.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, while the EPSS score of less than 1% reflects a very low current likelihood of exploitation. The flaw is not listed in CISA KEV. The likely attack vector is privileged kernel‑level actions, such as loading or unloading the virtio‑gpu module or manipulating device bindings, and this is inferred because the description references driver removal/unbinding. Any exploitation would be limited to users with kernel‑level privileges. No publicly available exploit has been reported, and a kernel crash would cause a denial of service for all users on the host.

Generated by OpenCVE AI on August 3, 2026 at 06:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the commit which skips shutting down the atomic core when KMS is unavailable.
  • If a kernel upgrade is not immediately possible, avoid unloading the virtio‑gpu module or performing bind/unbind operations while KMS is disabled.
  • Rebuild or reconfigure the virtio‑gpu driver with kernel mode setting enabled so that the atomic and modesetting components are initialized before removal.

Generated by OpenCVE AI on August 3, 2026 at 06:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 02 Jul 2026 06:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-457

Thu, 02 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-824
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Wed, 01 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-457

Wed, 01 Jul 2026 13:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Fix driver removal with disabled KMS DRM atomic and modesetting aren't initialized if virtio-gpu driver built with disabled KMS, leading to access of uninitialized data on driver removal/unbinding and crashing kernel. Fix it by skipping shutting down atomic core with unavailable KMS.
Title drm/virtio: Fix driver removal with disabled KMS
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-01T13:32:26.262Z

Reserved: 2026-06-09T07:44:35.399Z

Link: CVE-2026-53347

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-01T14:16:42.800

Modified: 2026-07-22T19:15:45.803

Link: CVE-2026-53347

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-01T00:00:00Z

Links: CVE-2026-53347 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T06:15:04Z

Weaknesses
  • CWE-824

    Access of Uninitialized Pointer

  • CWE-908

    Use of Uninitialized Resource