Lucene search
+L

99 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.5 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098705)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098705 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Convert to DRM's vblank timer Replace vkms' vblank timer with the DRM implementation. T...

5.5CVSS5.9AI score0.00112EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 1:17 p.m.9 views

CVE-2026-74442

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroyworkqueueNULL on vkms init failure Two paths through vmwvkmsinit can leave vmw-crcworkq NULL while still leaving the rest of the driver in a state that calls vmwvkmscleanup at module unload: 1...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 1:17 p.m.7 views

UBUNTU-CVE-2026-74442

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroyworkqueueNULL on vkms init failure Two paths through vmwvkmsinit can leave vmw-crcworkq NULL while still leaving the rest of the driver in a state that calls vmwvkmscleanup at module unload: 1...

5.5AI score0.00168EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 12:26 p.m.12 views

CVE-2026-74442 drm/vmwgfx: avoid destroy_workqueue(NULL) on vkms init failure

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroyworkqueueNULL on vkms init failure Two paths through vmwvkmsinit can leave vmw-crcworkq NULL while still leaving the rest of the driver in a state that calls vmwvkmscleanup at module unload: 1...

5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/08/15 12:26 p.m.30 views

CVE-2026-74442

CVE-2026-74442 affects the Linux kernel drm/vmwgfx/vkms code. Two code paths in vmw_vkms_init() can leave vmw->crc_workq NULL while the driver is not fully unload-safe, causing a panic when vmw_vkms_cleanup() runs destroy_workqueue(NULL). Fixes: (1) remove the early return so the workqueue is ...

5.6AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/15 12:26 p.m.9 views

CVE-2026-74442

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroyworkqueueNULL on vkms init failure Two paths through vmwvkmsinit can leave vmw-crcworkq NULL while still leaving the rest of the driver in a state that calls vmwvkmscleanup at module unload: 1...

5.6AI score0.00168EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 12:26 p.m.9 views

EUVD-2026-59749

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroyworkqueueNULL on vkms init failure Two paths through vmwvkmsinit can leave vmw-crcworkq NULL while still leaving the rest of the driver in a state that calls vmwvkmscleanup at module unload: 1...

5.7AI score0.00168EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.10 views

PT-2026-72894

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: avoid destroy workqueueNULL on vkms init failure Two paths through vmw vkms init can leave vmw-crc workq NULL while still leaving the rest of the driver in a state that calls vmw vkms cleanup at module unload: 1. vmw...

5.6AI score0.00168EPSS
SaveExploits0References5
NVD
NVD
added 2026/06/08 4:16 p.m.23 views

CVE-2025-71315

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Convert to DRM's vblank timer Replace vkms' vblank timer with the DRM implementation. The DRM code is identical in concept, but differs in implementation. Vblank timers are covered in vblank helpers and initializer...

5.5CVSS0.00112EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/08 4:16 p.m.21 views

UBUNTU-CVE-2025-71315

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Convert to DRM's vblank timer Replace vkms' vblank timer with the DRM implementation. The DRM code is identical in concept, but differs in implementation. Vblank timers are covered in vblank helpers and initializer...

7.3CVSS5.4AI score0.00112EPSS
SaveExploits0References5
CVE
CVE
added 2026/06/08 2:30 p.m.48 views

CVE-2025-71315

The CVE-2025-71315 vulnerability concerns the Linux kernel’s drm/vkms path. Connected sources confirm a concrete fix: vkms’ vblank timer was replaced with DRM’s vblank timer implementation, removing the hrtimer from vkms_output and delegating to the DRM vblank timeout path via handle_vblank_timeo...

5.5CVSS5.5AI score0.00112EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/08 2:30 p.m.14 views

CVE-2025-71315 drm/vkms: Convert to DRM's vblank timer

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Convert to DRM's vblank timer Replace vkms' vblank timer with the DRM implementation. The DRM code is identical in concept, but differs in implementation. Vblank timers are covered in vblank helpers and initializer...

5.8AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/06/08 12:00 a.m.20 views

Linux Distros Unpatched Vulnerability : CVE-2025-71315

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/vkms: Convert to DRM's vblank timer Replace vkms' vblank timer with the DRM implementation. The DRM code is identical in concept, but differs in...

5.5CVSS5.9AI score0.00112EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/06/08 12:00 a.m.27 views

PT-2026-47306

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the drm/vkms component where the vblank timer implementation differs from the standard DRM implementation. The vblank timer utilizes the handle vblank timeout function...

5.5CVSS5.8AI score0.00112EPSS
SaveExploits0References15
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.8 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vkms: fixed a possible null pointer dereferencing issue. In amdgpuvkmsconngetmodes, the return value of drcmcvtmode is assigned to mode. This could lead to a null pointer dereferencing issue if drcmcvtmode fails. A che...

5.5CVSS5.3AI score0.00236EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.17 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: drm/vkms: Fixed a memory leak in vkmsinit. A memory leak was reported after the vkms module installation failed. Unreferenced object 0xffff88810bc28520 size 16: Command: modprobe, PID 9662, Jiffies: 4298009455 Age: 42.590...

5.5CVSS6AI score0.00155EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fixed a null-ptr-deref in vkmsrelease. A null-ptr-deref occurred when trying to destroy the workqueue in vkms-output.composerworkq during vkmsrelease. KASAN: Null-ptr-deref occurred in the range...

5.5CVSS6.1AI score0.00197EPSS
SaveExploits0References2
Redos
Redos
added 2026/01/26 12:00 a.m.10 views

ROS-20260126-73-0007

A vulnerability in the drivers/gpu/drm/vkms component of the Linux operating system kernel is related to memory usage after it has been freed. Exploitation of the vulnerability may allow an attacker to gain access to confidential data, violate its integrity, and cause a denial of service...

7.8CVSS7.1AI score0.0021EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.5 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2026-003832)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-003832 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix null-ptr-deref in vkmsrelease A null-ptr-deref is triggered when it tries to destro...

5.5CVSS6.2AI score0.00197EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.6 views

MiracleLinux 9 : kernel-5.14.0-570.42.2.el9_6 (AXSA:2025-10887:69)

The remote MiracleLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2025-10887:69 advisory. kernel: drm/vkms: Fix use after free and double free on init error CVE-2025-22097 kernel: scsi: lpfc: Use memcpy for BIOS version CVE-2025-38332...

7.8CVSS7.6AI score0.01278EPSS
SaveExploits8References5
Rows per page
Query Builder