Lucene search
+L

7815 matches found

Tenable Nessus
Tenable Nessus
added 2026/04/08 12:0 a.m.2 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006787)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006787 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Reset queuepriorityhint on parking Originally, with strict in order execution, we...

5.5CVSS6.8AI score0.00269EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:0 a.m.3 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006749)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006749 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: install stub fence into potential unused fence pointers When using cpu to update page...

5.5CVSS6.3AI score0.00134EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:0 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006829)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006829 advisory. In the Linux kernel, the following vulnerability has been resolved: drm: nv04: Fix out of bounds access When Output Resource dcb-or value is assigned in...

7.8CVSS6.6AI score0.00293EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:0 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006575)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006575 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: install stub fence into potential unused fence pointers When using cpu to update page...

5.5CVSS6.3AI score0.00134EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/05 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-23430

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/vmwgfx: Don't overwrite KMS surface dirty tracker We were overwriting the surface's dirty tracker here causing a memory leak. CVE-2026-23430 Note that Nessu...

5.5CVSS6.1AI score0.00121EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/04/05 12:0 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-23421

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/configfs: Free ctxrestoremidbb in release ctxrestoremidbb memory is allocated in...

5.5CVSS5.3AI score0.00113EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/04/05 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-23467

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/i915/dmc: Fix an unlikely NULL pointer deference at probe inteldmcupdatedc6allowedcount oopses when DMC hasn't been initialized, and dmc is thus NULL. That...

5.5CVSS5.9AI score0.00123EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/04/03 11:28 p.m.6 views

SUSE CVE-2026-23421

In the Linux kernel, the following vulnerability has been resolved: drm/xe/configfs: Free ctxrestoremidbb in release ctxrestoremidbb memory is allocated in wabbstore, but xeconfigdevicerelease only frees ctxrestorepostbb. Free ctxrestoremidbb0.cs as well to avoid leaking the allocation when the...

5.5CVSS5.7AI score0.00113EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/04/03 11:27 p.m.10 views

SUSE CVE-2026-23470

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix deadlock in soft reset sequence The soft reset sequence is currently executed from the threaded IRQ handler, hence it cannot call disableirq which internally waits for IRQ handlers, i.e. itself, to complete...

5.5CVSS5.7AI score0.00094EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/04/03 9:1 p.m.9 views

CVE-2026-31390

A flaw was found in the Linux kernel's drm/xe component. A local user could exploit this vulnerability when validation fails during the xevmmadviseioctl operation, leading to improper cleanup of allocated resources. This can result in a memory leak, potentially causing system instability or a...

5.5CVSS5.9AI score0.00112EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/03 6:43 p.m.6 views

CVE-2026-23469

A flaw was found in the Linux kernel's drm/imagination driver. This vulnerability arises from a race condition where the runtime Power Management PM suspend callback does not wait for the Interrupt Request IRQ handler to complete before suspending the Graphics Processing Unit GPU. This timing iss...

5.9AI score0.00089EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/03 6:31 p.m.6 views

EUVD-2026-18762

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix memory leak in xevmmadviseioctl When checkboargsaresane validation fails, jump to the new freevmas cleanup label to properly free the allocated resources. This ensures proper cleanup in this error path. cherry picked...

5.7AI score0.00112EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/03 6:31 p.m.6 views

EUVD-2026-18739

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Synchronize interrupts before suspending the GPU The runtime PM suspend callback doesn't know whether the IRQ handler is in progress on a different CPU core and doesn't wait for it to finish. Depending on timing,...

5.8AI score0.00089EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/03 6:31 p.m.5 views

EUVD-2026-18740

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix deadlock in soft reset sequence The soft reset sequence is currently executed from the threaded IRQ handler, hence it cannot call disableirq which internally waits for IRQ handlers, i.e. itself, to complete...

5.7AI score0.00094EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/03 6:31 p.m.7 views

EUVD-2026-18665

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Don't overwrite KMS surface dirty tracker We were overwriting the surface's dirty tracker here causing a memory leak...

5.7AI score0.00121EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/03 6:26 p.m.7 views

CVE-2026-23470

A flaw was found in the Linux kernel's drm/imagination driver. A local attacker could potentially trigger a deadlock condition during the soft reset sequence. This occurs because the soft reset sequence, when executed from a threaded Interrupt Request IRQ handler, attempts to disable IRQs while...

5.9AI score0.00094EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/03 6:0 p.m.6 views

CVE-2026-23467

A flaw was found in the Linux kernel's drm/i915/dmc driver. Under specific, unlikely conditions during system startup, an uninitialized component can be accessed, leading to a null pointer dereference. This can be triggered if the Display Controller 6 DC6 hardware state is unintentionally enabled...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/03 5:51 p.m.4 views

CVE-2026-23468

A flaw was found in the Linux kernel's drm/amdgpu component. A local user can exploit this vulnerability by providing an excessively large number of Buffer Object BO list entries through the bonumber field. This can lead to excessive memory allocation and prolonged processing times, potentially...

5.8AI score0.00123EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/03 5:7 p.m.4 views

CVE-2026-23466

A flaw was found in the drm/xe component of the Linux kernel. This vulnerability involves insufficient protection of Graphics Translation Table GGTT Memory-Mapped I/O MMIO access. When the driver fails to load or during certain cleanup operations, the system's memory access protection is...

5.5CVSS5.9AI score0.00129EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/03 4:16 p.m.6 views

CVE-2026-31390

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix memory leak in xevmmadviseioctl When checkboargsaresane validation fails, jump to the new freevmas cleanup label to properly free the allocated resources. This ensures proper cleanup in this error path. cherry picked...

5.5CVSS0.00112EPSS
SaveExploits0References3
Rows per page
Query Builder