Lucene search
+L

248837 matches found

Cvelist
Cvelist
added 2026/08/15 12:26 p.m.31 views

CVE-2026-74445 drm/vmwgfx: reject DX_BIND_QUERY without a DX context

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: reject DXBINDQUERY without a DX context vmwcmddxbindquery unconditionally dereferences swcontext-dxctxnode-ctx. Userspace can trigger a NULL pointer dereference from any render-node fd by submitting an execbuf with...

0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 12:26 p.m.28 views

CVE-2026-74446

The CVE-2026-74446 issue affects the Linux kernel DRM/AMDKFD path and is triggered in kfd_criu_checkpoint_events() when checkpointing CRIU events. The root cause is that kfd_criu_checkpoint_events() counts entries in p->event_idr without holding p->event_mutex, and later iterates the same I...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 12:26 p.m.12 views

CVE-2026-74446 drm/amdkfd: hold event_mutex while checkpointing CRIU events

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: hold eventmutex while checkpointing CRIU events kfdcriucheckpointevents counts the entries in p-eventidr via kfdgetnumevents, allocates an array sized to that count, and then walks the same IDR to fill it. Neither the...

7.8CVSS5.5AI score
SaveExploits0References9
EUVD
EUVD
added 2026/08/15 12:26 p.m.25 views

EUVD-2026-59753

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: hold eventmutex while checkpointing CRIU events kfdcriucheckpointevents counts the entries in p-eventidr via kfdgetnumevents, allocates an array sized to that count, and then walks the same IDR to fill it. Neither the...

5.4AI score0.00129EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/15 12:26 p.m.7 views

CVE-2026-74445

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: reject DXBINDQUERY without a DX context vmwcmddxbindquery unconditionally dereferences swcontext-dxctxnode-ctx. Userspace can trigger a NULL pointer dereference from any render-node fd by submitting an execbuf with...

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

EUVD-2026-59751

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: validate DRAWPRIMITIVES header size before division vmwcmddraw computes maxnum = header-size - sizeofcmd-body / sizeofdecl; where header-size is u32 and is taken straight from the user-supplied command stream. When...

5.4AI score0.00129EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 12:26 p.m.7 views

EUVD-2026-59750

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: bound DMA command body size against suffix pointer vmwcmddma locates the DMA suffix at unsigned long &cmd-body + header-size - sizeofsuffix without checking that header-size is large enough to contain both cmd-body an...

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

CVE-2026-74443 drm/vmwgfx: bound DMA command body size against suffix pointer

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: bound DMA command body size against suffix pointer vmwcmddma locates the DMA suffix at unsigned long &cmd-body + header-size - sizeofsuffix without checking that header-size is large enough to contain both cmd-body an...

8.8CVSS5.6AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/15 12:26 p.m.7 views

CVE-2026-74443

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: bound DMA command body size against suffix pointer vmwcmddma locates the DMA suffix at unsigned long &cmd-body + header-size - sizeofsuffix without checking that header-size is large enough to contain both cmd-body an...

8.8CVSS5.4AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 12:26 p.m.29 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...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/15 12:26 p.m.7 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
Cvelist
Cvelist
added 2026/08/15 12:26 p.m.34 views

CVE-2026-74443 drm/vmwgfx: bound DMA command body size against suffix pointer

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: bound DMA command body size against suffix pointer vmwcmddma locates the DMA suffix at unsigned long &cmd-body + header-size - sizeofsuffix without checking that header-size is large enough to contain both cmd-body an...

8.8CVSS0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 12:26 p.m.4 views

CVE-2026-74441 usb: typec: ucsi: Fix race condition and ordering in port unregistration

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Fix race condition and ordering in port unregistration A synchronization issue exists during port unregistration where pending partner work items can race against workqueue destruction, leading to use-after-free...

5.6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 12:26 p.m.29 views

CVE-2026-74441 usb: typec: ucsi: Fix race condition and ordering in port unregistration

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Fix race condition and ordering in port unregistration A synchronization issue exists during port unregistration where pending partner work items can race against workqueue destruction, leading to use-after-free...

0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 12:26 p.m.8 views

EUVD-2026-59748

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Fix race condition and ordering in port unregistration A synchronization issue exists during port unregistration where pending partner work items can race against workqueue destruction, leading to use-after-free...

5.5AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 12:26 p.m.20 views

CVE-2026-74440

Summary: CVE-2026-74440 affects Linux kernel DRM/XE, where a user job could race with kernel operations on external buffer objects (BOs) due to an incomplete dependency model. Root cause: during xe_exec_ioctl(), only the VM’s dma-resv KERNEL slot was added as a dependency, omitting external BOs (...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/15 12:26 p.m.7 views

EUVD-2026-59747

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Wait on external BO kernel fences in exec IOCTL Before arming a user job, xeexecioctl only added the VM's dma-resv KERNEL slot as a dependency. That slot covers rebinds and the kernel operations of the VM's private BOs, b...

5.4AI score0.00129EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 12:26 p.m.30 views

CVE-2026-74440 drm/xe: Wait on external BO kernel fences in exec IOCTL

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Wait on external BO kernel fences in exec IOCTL Before arming a user job, xeexecioctl only added the VM's dma-resv KERNEL slot as a dependency. That slot covers rebinds and the kernel operations of the VM's private BOs, b...

7.8CVSS0.00129EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:22 a.m.11 views

CVE-2026-74439

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Clear Present bit before tearing down scalable-mode context entry devicepasidtableteardown zeroes the 128-bit scalable-mode context entry with contextclearentry while the Present bit is still set. This creates a windo...

9.3CVSS0.00134EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:22 a.m.8 views

CVE-2026-74429

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix the reception of a reply packet before data transmission Fix rxrpcreceivingreply to handle the reception of an apparent reply DATA packet before rxrpc has had a chance to send any request DATA packets on a client call ...

7.5CVSS0.00339EPSS
SaveExploits0References3
Rows per page
Query Builder