Lucene search
+L

55 matches found

Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.12 views

PT-2026-79704

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix memory leak in exec queue set hang replay state The q-replay state is blindly overwritten, which can potentially leak memory that was previously allocated by vmemdup user. Return an error if q-replay state is not empt...

5.4AI score0.00155EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 1:20 p.m.8 views

CVE-2026-68383

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Keep scheduler timeline name alive The scheduler keeps a pointer to the timeline name, but q-name is freed with the exec queue while scheduler fences can still reference it. Store the name in struct xegucexecqueue so ...

7.8CVSS0.00129EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 1:20 p.m.11 views

UBUNTU-CVE-2026-68383

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Keep scheduler timeline name alive The scheduler keeps a pointer to the timeline name, but q-name is freed with the exec queue while scheduler fences can still reference it. Store the name in struct xegucexecqueue so ...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.5 views

CVE-2026-68382

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Hold device ref until queue teardown completes GuC exec queue destruction can run asynchronously. If the final device put happens from a destroy worker, drmm cleanup can end up draining the same workqueue and deadlock...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:04 p.m.7 views

EUVD-2026-55569

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Keep scheduler timeline name alive The scheduler keeps a pointer to the timeline name, but q-name is freed with the exec queue while scheduler fences can still reference it. Store the name in struct xegucexecqueue so ...

5.3AI score0.00129EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-68383

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/xe/guc: Keep scheduler timeline name alive The scheduler keeps a pointer to the timeline name, but q-name is freed with the exec queue while scheduler fence...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-68382

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/xe/guc: Hold device ref until queue teardown completes GuC exec queue destruction can run asynchronously. If the final device put happens from a destroy...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/22 12:40 a.m.11 views

CVE-2026-64021

A flaw was found in the Linux kernel's drm/xe/oa component. A resource leak occurs in the xeoastreamopenioctl function when an execqueue reference is not properly released. This can cause the execqueue and associated file private state to remain allocated indefinitely, potentially leading to a...

5.5CVSS5.2AI score0.00206EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/07/21 6:24 p.m.18 views

kernel: drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()

A flaw was found in the Linux kernel. Specifically, within the drm/xe graphics driver, two error handling issues in the xeexecqueuecreateioctl function could lead to memory corruption. This could result in a dangling pointer or a use-after-free vulnerability. A local attacker could potentially...

7.8CVSS5.3AI score0.00143EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-64021

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix execqueue leak on width check in stream open In xeoastreamopenioctl, when...

4.2AI score0.00206EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.9 views

CVE-2026-64021

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix execqueue leak on width check in stream open In xeoastreamopenioctl, when param.execq-width 1 the function returns -EOPNOTSUPP directly, skipping the existing errexecq cleanup path. The execqueue reference obtained...

0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.14 views

CVE-2026-64021

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix execqueue leak on width check in stream open In xeoastreamopenioctl, when param.execq-width 1 the function returns -EOPNOTSUPP directly, skipping the existing errexecq cleanup path. The execqueue reference obtained...

5.2AI score0.00206EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:39 p.m.12 views

EUVD-2026-45594

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix execqueue leak on width check in stream open In xeoastreamopenioctl, when param.execq-width 1 the function returns -EOPNOTSUPP directly, skipping the existing errexecq cleanup path. The execqueue reference obtained...

5.4AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.37 views

CVE-2026-64021

The CVE concerns the Linux kernel DRM subsystem (drm/xe/oa). The issue occurs in xe_oa_stream_open_ioctl() when param.exec_q->width > 1: it returns -EOPNOTSUPP directly, bypassing the err_exec_q cleanup path, causing a leaked reference from xe_exec_queue_lookup() and preventing the file’s p...

5.4AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.36 views

CVE-2026-64021 drm/xe/oa: Fix exec_queue leak on width check in stream open

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix execqueue leak on width check in stream open In xeoastreamopenioctl, when param.execq-width 1 the function returns -EOPNOTSUPP directly, skipping the existing errexecq cleanup path. The execqueue reference obtained...

0.00206EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.14 views

PT-2026-61338

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak occurs in the xe oa stream open ioctl function when the param.exec q-width variable is greater than 1. In this scenario, the function returns an error without executing the...

5.8AI score0.00206EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/06/27 1:55 a.m.16 views

SUSE CVE-2026-52976

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix error cleanup in xeexecqueuecreateioctl Two error handling issues exist in xeexecqueuecreateioctl: 1. When xehwenginegroupaddexecqueue fails, the error path jumps to putexecqueue which skips xeexecqueuekill. If the VM...

7CVSS5.8AI score0.00143EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2026/06/25 6:17 p.m.20 views

CVE-2026-52976

A flaw was found in the Linux kernel. Specifically, within the drm/xe graphics driver, two error handling issues in the xeexecqueuecreateioctl function could lead to memory corruption. This could result in a dangling pointer or a use-after-free vulnerability. A local attacker could potentially...

7.8CVSS5.8AI score0.00143EPSS
SaveExploits0References4
CVE
CVE
added 2026/06/25 8:39 a.m.35 views

CVE-2026-53201

CVE-2026-53201 affects the Linux kernel, with multiple sources (NVD, OSV, Debian security tracker, Ubuntu, etc.) describing a fix that reverts a prior optimization. The issue arises because the idle-skip optimization in the DRM/xe path can bypass GuC suspend, potentially skipping the context-swit...

7.8CVSS5.7AI score0.00175EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/06/25 8:39 a.m.13 views

CVE-2026-53201

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend" This reverts commit 8533051ce92015e9cc6f75e0d52119b9d91610b6. The idle-skip optimization bypasses GuC suspend, so the GPU may not perform the contex...

7.8CVSS5.6AI score0.00175EPSS
SaveExploits0
Rows per page
Query Builder