Lucene search
+L

28 matches found

Cvelist
Cvelist
added 2026/09/04 5:19 p.m.16 views

CVE-2026-80903 drm/xe/oa: Fix sync entry leak on OA config emit failure

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix sync entry leak on OA config emit failure xeoaemitoaconfig releases the sync entries and the syncs array only on its success path. When it fails before the point of no return fence allocation, config buffer...

SaveExploits0References4
CVE
CVE
added 2026/09/04 5:19 p.m.6 views

CVE-2026-80903

CVE-2026-80903 affects the Linux kernel's drm/xe/oa component (Intel Xe graphics driver, Open Animation subsystem). The root cause is a memory leak : xe_oa_emit_oa_config() releases sync entries and the syncs array only on its success path. When it fails before the point of no return (fence alloc...

5.5AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/04 5:19 p.m.5 views

CVE-2026-80903

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix sync entry leak on OA config emit failure xeoaemitoaconfig releases the sync entries and the syncs array only on its success path. When it fails before the point of no return fence allocation, config buffer...

5.5AI score
SaveExploits0
EUVD
EUVD
added 2026/09/04 5:19 p.m.5 views

EUVD-2026-71662

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix sync entry leak on OA config emit failure xeoaemitoaconfig releases the sync entries and the syncs array only on its success path. When it fails before the point of no return fence allocation, config buffer...

5.5AI score
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.4 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fixed a potential UAF in xeoaaddconfigioctl In xeoaaddconfigioctl, we accessed oaconfig-id after dropping metricslock. Since this lock protects the lifetime of oaconfig, an attacker could guess the id and call...

7.8CVSS6.1AI score0.00122EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:39 p.m.15 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.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.42 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.00166EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/01/15 3:18 a.m.10 views

CVE-2025-71099

A use-after-free flaw was found in the Intel Xe graphics driver's observability architecture OA configuration interface. In xeoaaddconfigioctl, the oaconfig-id is accessed after dropping the metricslock. An attacker could race to remove the configuration via xeoaremoveconfigioctl, freeing the...

5.5CVSS5.4AI score0.00122EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/01/14 12:25 a.m.10 views

SUSE CVE-2025-71076

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Limit numsyncs to prevent oversized allocations The OA open parameters did not validate numsyncs, allowing userspace to pass arbitrarily large values, potentially leading to excessive allocations. Add check to ensure...

5.5CVSS6.5AI score0.00128EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2026/01/14 12:25 a.m.11 views

SUSE CVE-2025-71099

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix potential UAF in xeoaaddconfigioctl In xeoaaddconfigioctl, we accessed oaconfig-id after dropping metricslock. Since this lock protects the lifetime of oaconfig, an attacker could guess the id and call...

6.4CVSS6.1AI score0.00122EPSS
SaveExploits0References10
OSV
OSV
added 2026/01/13 4:16 p.m.9 views

UBUNTU-CVE-2025-71099

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix potential UAF in xeoaaddconfigioctl In xeoaaddconfigioctl, we accessed oaconfig-id after dropping metricslock. Since this lock protects the lifetime of oaconfig, an attacker could guess the id and call...

7.8CVSS5.7AI score0.00122EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.12 views

CVE-2025-71099

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix potential UAF in xeoaaddconfigioctl In xeoaaddconfigioctl, we accessed oaconfig-id after dropping metricslock. Since this lock protects the lifetime of oaconfig, an attacker could guess the id and call...

7.8CVSS6AI score0.00122EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.11 views

CVE-2025-71076

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Limit numsyncs to prevent oversized allocations The OA open parameters did not validate numsyncs, allowing userspace to pass arbitrarily large values, potentially leading to excessive allocations. Add check to ensure...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References11
OSV
OSV
added 2026/01/13 4:16 p.m.9 views

UBUNTU-CVE-2025-71076

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Limit numsyncs to prevent oversized allocations The OA open parameters did not validate numsyncs, allowing userspace to pass arbitrarily large values, potentially leading to excessive allocations. Add check to ensure...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2026/01/13 3:34 p.m.34 views

CVE-2025-71099 drm/xe/oa: Fix potential UAF in xe_oa_add_config_ioctl()

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix potential UAF in xeoaaddconfigioctl In xeoaaddconfigioctl, we accessed oaconfig-id after dropping metricslock. Since this lock protects the lifetime of oaconfig, an attacker could guess the id and call...

7.8CVSS0.00122EPSS
SaveExploits0References3
CVE
CVE
added 2026/01/13 3:34 p.m.53 views

CVE-2025-71099

Technical details for CVE-2025-71099 are not publicly available in the provided documents; monitor for updates.

7.8CVSS5.8AI score0.00122EPSS
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-71076

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: Limit numsyncs to prevent oversized allocations The OA open parameters did not...

5.5CVSS5.6AI score0.00128EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-71099

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 potential UAF in xeoaaddconfigioctl In xeoaaddconfigioctl, we accessed...

7.8CVSS5.9AI score0.00122EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/12/05 5:13 a.m.19 views

CVE-2024-53132

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix "Missing outer runtime PM protection" warning Fix the following drmWARN: 953.586396 xe 0000:00:02.0: drm Missing outer runtime PM protection ... 953.587090 ? xepmruntimegetnoresume+0x8d/0xa0 xe 953.587208...

5.5CVSS6.9AI score0.00176EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/04 3:15 p.m.37 views

CVE-2024-53132

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix "Missing outer runtime PM protection" warning Fix the following drmWARN: 953.586396 xe 0000:00:02.0: drm Missing outer runtime PM protection ... 953.587090 ? xepmruntimegetnoresume+0x8d/0xa0 xe 953.587208...

5.5CVSS0.00176EPSS
SaveExploits0References2
Rows per page
Query Builder