Lucene search
+L

1172 matches found

Debian CVE
Debian CVE
added 2026/07/19 2:54 p.m.12 views

CVE-2026-63879

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpuhmmrangegetpages The notifier sequence must only be read once or otherwise we could work with invalid pages. While at it also fix the coding style, e.g. drop the pre-initialized return value and use the comm...

7.8CVSS5.2AI score0.00165EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 2:54 p.m.6 views

CVE-2026-63879 drm/amdgpu: fix amdgpu_hmm_range_get_pages

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpuhmmrangegetpages The notifier sequence must only be read once or otherwise we could work with invalid pages. While at it also fix the coding style, e.g. drop the pre-initialized return value and use the comm...

7.8CVSS5.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/19 2:4 p.m.37 views

CVE-2026-63863 drm/gpusvm: Fix unbalanced unlock in drm_gpusvm_scan_mm()

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix unbalanced unlock in drmgpusvmscanmm There is a unbalanced lock/unlock to gpusvm notifier lock: 931.045868 ===================================== 931.046509 WARNING: bad unlock balance detected! 931.047149...

8.8CVSS0.00113EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/19 2:4 p.m.10 views

EUVD-2026-45547

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix unbalanced unlock in drmgpusvmscanmm There is a unbalanced lock/unlock to gpusvm notifier lock: 931.045868 ===================================== 931.046509 WARNING: bad unlock balance detected! 931.047149...

5.4AI score0.00113EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 2:4 p.m.20 views

CVE-2026-63863

The CVE-2026-63863 entry concerns the Linux kernel drm/gpusvm subsystem. The issue is a unbalanced unlock of gpusvm notifier_lock detected during drm_gpusvm_scan_mm(), where a path under err_free calls drm_gpusvm_notifier_lock() after unlocking, leading to a bad unlock balance warning. Connected ...

8.8CVSS5.4AI score0.00113EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 2:4 p.m.8 views

CVE-2026-63863

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix unbalanced unlock in drmgpusvmscanmm There is a unbalanced lock/unlock to gpusvm notifier lock: 931.045868 ===================================== 931.046509 WARNING: bad unlock balance detected! 931.047149...

8.8CVSS5.2AI score0.00113EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 2:4 p.m.5 views

CVE-2026-63863 drm/gpusvm: Fix unbalanced unlock in drm_gpusvm_scan_mm()

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix unbalanced unlock in drmgpusvmscanmm There is a unbalanced lock/unlock to gpusvm notifier lock: 931.045868 ===================================== 931.046509 WARNING: bad unlock balance detected! 931.047149...

8.8CVSS5.3AI score
SaveExploits0References5
NVD
NVD
added 2026/07/19 12:16 p.m.6 views

CVE-2026-53400

In the Linux kernel, the following vulnerability has been resolved: i2c: core: fix adapter registration race Adapters can be looked up based on their id using i2cgetadapter which takes a reference to the embedded struct device. Make sure that the adapter including its struct device has been...

7.8CVSS0.00099EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/19 12:16 p.m.5 views

CVE-2026-53384

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dw: unregister 8250 port if clknotifierregister fails dw8250probe registers the 8250 port via serial8250register8250port and then, if the device has a clock, registers a clock notifier. If clknotifierregister fails,...

9.8CVSS0.00488EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/19 12:16 p.m.7 views

CVE-2026-53385

In the Linux kernel, the following vulnerability has been resolved: vcscreen: fix null-ptr-deref in vcsnotifier during concurrent vcswrite A KASAN null-ptr-deref was observed in vcsnotifier: BUG: KASAN: null-ptr-deref in vcsnotifier+0x98/0x130 Read of size 2 at addr qmpcmdname: qmpcapabilities,...

5.5CVSS0.00132EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/19 11:59 a.m.5 views

CVE-2026-53384 serial: 8250_dw: unregister 8250 port if clk_notifier_register() fails

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dw: unregister 8250 port if clknotifierregister fails dw8250probe registers the 8250 port via serial8250register8250port and then, if the device has a clock, registers a clock notifier. If clknotifierregister fails,...

9.8CVSS5.4AI score
SaveExploits0References10
EUVD
EUVD
added 2026/07/19 11:59 a.m.13 views

EUVD-2026-45507

In the Linux kernel, the following vulnerability has been resolved: vcscreen: fix null-ptr-deref in vcsnotifier during concurrent vcswrite A KASAN null-ptr-deref was observed in vcsnotifier: BUG: KASAN: null-ptr-deref in vcsnotifier+0x98/0x130 Read of size 2 at addr qmpcmdname: qmpcapabilities,...

5.3AI score0.00132EPSS
SaveExploits0References9
CVE
CVE
added 2026/07/19 11:59 a.m.26 views

CVE-2026-53385

CVE-2026-53385 relates to a Linux kernel issue in vc_screen where a race in vcs_write() can yield a stale vc_data after the console_lock is dropped and re-acquired. If the vc has been deallocated in the interim, a subsequent call to vcs_scr_updated() uses a NULL vc, causing a null-pointer derefer...

5.5CVSS5.4AI score0.00132EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/07/19 11:59 a.m.28 views

CVE-2026-53384

The CVE-2026-53384 issue affects the Linux kernel driver for 8250 serial ports (dw8250). During dw8250_probe(), serial8250_register_8250_port() registers the 8250 port and, if a clock exists, attempts to register a clock notifier. If clk_notifier_register() fails, the probe returns an error but d...

9.8CVSS5.4AI score0.00488EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/07/19 11:59 a.m.36 views

CVE-2026-53385 vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write

In the Linux kernel, the following vulnerability has been resolved: vcscreen: fix null-ptr-deref in vcsnotifier during concurrent vcswrite A KASAN null-ptr-deref was observed in vcsnotifier: BUG: KASAN: null-ptr-deref in vcsnotifier+0x98/0x130 Read of size 2 at addr qmpcmdname: qmpcapabilities,...

0.00132EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/07/19 11:59 a.m.34 views

CVE-2026-53384 serial: 8250_dw: unregister 8250 port if clk_notifier_register() fails

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dw: unregister 8250 port if clknotifierregister fails dw8250probe registers the 8250 port via serial8250register8250port and then, if the device has a clock, registers a clock notifier. If clknotifierregister fails,...

9.8CVSS0.00488EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/19 11:59 a.m.5 views

CVE-2026-53384

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dw: unregister 8250 port if clknotifierregister fails dw8250probe registers the 8250 port via serial8250register8250port and then, if the device has a clock, registers a clock notifier. If clknotifierregister fails,...

9.8CVSS5.3AI score0.00488EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/07/19 11:59 a.m.8 views

EUVD-2026-45506

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dw: unregister 8250 port if clknotifierregister fails dw8250probe registers the 8250 port via serial8250register8250port and then, if the device has a clock, registers a clock notifier. If clknotifierregister fails,...

5.3AI score0.00488EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/19 11:59 a.m.4 views

CVE-2026-53385

In the Linux kernel, the following vulnerability has been resolved: vcscreen: fix null-ptr-deref in vcsnotifier during concurrent vcswrite A KASAN null-ptr-deref was observed in vcsnotifier: BUG: KASAN: null-ptr-deref in vcsnotifier+0x98/0x130 Read of size 2 at addr qmpcmdname: qmpcapabilities,...

5.2AI score0.00132EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 11:59 a.m.10 views

CVE-2026-53384

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dw: unregister 8250 port if clknotifierregister fails dw8250probe registers the 8250 port via serial8250register8250port and then, if the device has a clock, registers a clock notifier. If clknotifierregister fails,...

9.8CVSS5.3AI score0.00488EPSS
SaveExploits0
Rows per page
Query Builder