Lucene search
+L

8488 matches found

RedhatCVE
RedhatCVE
added 2026/04/03 5:51 p.m.9 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.5CVSS5.8AI score0.00123EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/03 5:07 p.m.8 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...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/03 4:16 p.m.8 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
NVD
NVD
added 2026/04/03 4:16 p.m.12 views

CVE-2026-23469

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,...

4.7CVSS0.00089EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/03 4:16 p.m.9 views

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.5CVSS0.00094EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/03 4:16 p.m.8 views

CVE-2026-23466

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Open-code GGTT MMIO access protection GGTT MMIO access is currently protected by hotplug drmdeventer, which works correctly when the driver loads successfully and is later unbound or unloaded. However, if driver load fail...

7.8CVSS0.00129EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/03 4:16 p.m.13 views

CVE-2026-23430

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.5CVSS0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/03 4:16 p.m.11 views

UBUNTU-CVE-2026-23471

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.7AI score0.00032EPSS
SaveExploits0References9
OSV
OSV
added 2026/04/03 4:16 p.m.11 views

UBUNTU-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
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.8 views

CVE-2026-23466

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Open-code GGTT MMIO access protection GGTT MMIO access is currently protected by hotplug drmdeventer, which works correctly when the driver loads successfully and is later unbound or unloaded. However, if driver load fail...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.10 views

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.3AI score0.00094EPSS
SaveExploits0References19
OSV
OSV
added 2026/04/03 4:16 p.m.24 views

UBUNTU-CVE-2026-23469

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,...

4.7CVSS5.8AI score0.00089EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.11 views

CVE-2026-23469

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,...

4.7CVSS5.8AI score0.00089EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.8 views

CVE-2026-23430

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.5CVSS5.7AI score0.00121EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/03 4:16 p.m.16 views

UBUNTU-CVE-2026-23430

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.5CVSS5.7AI score0.00121EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.7 views

CVE-2026-23471

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.7AI score0.00032EPSS
SaveExploits0References8
OSV
OSV
added 2026/04/03 4:16 p.m.17 views

UBUNTU-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.5CVSS5.7AI score0.00112EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/04/03 3:15 p.m.3 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.7AI score0.00112EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/04/03 3:15 p.m.23 views

CVE-2026-23471

...

0.00032EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/04/03 3:15 p.m.5 views

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.7AI score0.00094EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder