Lucene search
+L

300252 matches found

CVE
CVE
•added 2026/09/17 4:06 p.m.•23 views

CVE-2026-90130

CVE-2026-90130 is a Linux kernel vulnerability in the vdpa_sim module. When kthread_run_worker() fails during device creation, vdpasim_create() leaves vdpasim->worker as an ERR_PTR . The subsequent error path releases the partially initialized simulator, and vdpasim_free() unconditionally pass...

5.7AI score0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•29 views

CVE-2026-90130 vdpa_sim: fix cleanup after worker creation failure

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix cleanup after worker creation failure vdpasimcreate leaves vdpasim-worker as an ERRPTR when kthreadrunworker fails. The error path then drops the device reference, which releases the partially initialized simulator...

0.002EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/17 4:06 p.m.•11 views

CVE-2026-90131 ntfs: serialize resident iomap reads with mrec_lock

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize resident iomap reads with mreclock ntfsreadiomapbeginresident walks the MFT record through ntfsattrlookup - ntfsattrfind without taking ni-mreclock, while ntfsattrrecordresize, ntfsmakeroomforattr and...

7.1CVSS5.8AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•8 views

EUVD-2026-81722

In the Linux kernel, the following vulnerability has been resolved: virtioballoon: quiesce balloon work before device shutdown Commit 8bd2fa086a04 "virtio: break and reset virtio devices on deviceshutdown" added a generic virtio bus .shutdown handler that breaks and resets every virtio device...

5.8AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/17 4:06 p.m.•22 views

CVE-2026-90129

This Linux kernel vulnerability affects the virtio_balloon driver. A commit that added a generic virtio bus .shutdown handler (for reboot and kexec) breaks and resets all virtio devices, but virtio_balloon provides no .shutdown of its own, so its asynchronous work remains armed. Once the device i...

5.8AI score0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•11 views

CVE-2026-90129

In the Linux kernel, the following vulnerability has been resolved: virtioballoon: quiesce balloon work before device shutdown Commit 8bd2fa086a04 "virtio: break and reset virtio devices on deviceshutdown" added a generic virtio bus .shutdown handler that breaks and resets every virtio device...

5.9AI score0.00206EPSS
SaveExploits0
OSV
OSV
•added 2026/09/17 4:06 p.m.•11 views

CVE-2026-90129 virtio_balloon: quiesce balloon work before device shutdown

In the Linux kernel, the following vulnerability has been resolved: virtioballoon: quiesce balloon work before device shutdown Commit 8bd2fa086a04 "virtio: break and reset virtio devices on deviceshutdown" added a generic virtio bus .shutdown handler that breaks and resets every virtio device...

5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•11 views

EUVD-2026-81720

In the Linux kernel, the following vulnerability has been resolved: virtio: rtc: time out alarm requests RTC class operations run with rtcdevice.opslock held. The virtio RTC alarm requests currently wait without a timeout for the device to return their requestq buffers. On surprise removal,...

5.8AI score0.00206EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•12 views

EUVD-2026-81721

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: fix wrong list iterated in adddirectchain error path In adddirectchain, newly allocated direct MR entries are added to the local list 'tmp', which is spliced into mr-head only on success. On the error path, the cleanup...

5.8AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:06 p.m.•15 views

CVE-2026-90128

CVE-2026-90128 is a bug in the Linux kernel's vdpa/mlx5 driver, specifically in the add_direct_chain() function. Newly allocated direct MR entries are added to a local list tmp, which is spliced into mr->head only on success. However, on the error path, the cleanup loop incorrectly iterated ov...

5.8AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:06 p.m.•8 views

CVE-2026-90127 virtio: rtc: time out alarm requests

In the Linux kernel, the following vulnerability has been resolved: virtio: rtc: time out alarm requests RTC class operations run with rtcdevice.opslock held. The virtio RTC alarm requests currently wait without a timeout for the device to return their requestq buffers. On surprise removal,...

5.8AI score
SaveExploits0References6
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•10 views

CVE-2026-90127

In the Linux kernel, the following vulnerability has been resolved: virtio: rtc: time out alarm requests RTC class operations run with rtcdevice.opslock held. The virtio RTC alarm requests currently wait without a timeout for the device to return their requestq buffers. On surprise removal,...

5.9AI score0.00206EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:06 p.m.•17 views

CVE-2026-90127

This Linux kernel vulnerability affects the virtio RTC driver. The root cause is that RTC alarm requests wait without a timeout for the device to return request buffers. On surprise removal , virtio-pci marks the virtqueues broken before unregistering the device; if an alarm request is in flight ...

5.8AI score0.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•29 views

CVE-2026-90128 vdpa/mlx5: fix wrong list iterated in add_direct_chain error path

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: fix wrong list iterated in adddirectchain error path In adddirectchain, newly allocated direct MR entries are added to the local list 'tmp', which is spliced into mr-head only on success. On the error path, the cleanup...

0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•29 views

CVE-2026-90127 virtio: rtc: time out alarm requests

In the Linux kernel, the following vulnerability has been resolved: virtio: rtc: time out alarm requests RTC class operations run with rtcdevice.opslock held. The virtio RTC alarm requests currently wait without a timeout for the device to return their requestq buffers. On surprise removal,...

0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 4:06 p.m.•8 views

CVE-2026-90128 vdpa/mlx5: fix wrong list iterated in add_direct_chain error path

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: fix wrong list iterated in adddirectchain error path In adddirectchain, newly allocated direct MR entries are added to the local list 'tmp', which is spliced into mr-head only on success. On the error path, the cleanup...

5.8AI score
SaveExploits0References11
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•10 views

CVE-2026-90128

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: fix wrong list iterated in adddirectchain error path In adddirectchain, newly allocated direct MR entries are added to the local list 'tmp', which is spliced into mr-head only on success. On the error path, the cleanup...

5.9AI score0.0022EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:06 p.m.•27 views

CVE-2026-90126 rtc: pcf8563: fix clock provider leak on unbind

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf8563: fix clock provider leak on unbind pcf8563clkoutregisterclk registers the CLKOUT clock provider with ofclkaddprovider, but nothing ever unwinds it: there is no ofclkdelprovider call and the driver has no remove...

0.00211EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/09/17 4:06 p.m.•14 views

EUVD-2026-81719

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf8563: fix clock provider leak on unbind pcf8563clkoutregisterclk registers the CLKOUT clock provider with ofclkaddprovider, but nothing ever unwinds it: there is no ofclkdelprovider call and the driver has no remove...

5.7AI score0.00211EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/09/17 4:06 p.m.•10 views

CVE-2026-90126

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf8563: fix clock provider leak on unbind pcf8563clkoutregisterclk registers the CLKOUT clock provider with ofclkaddprovider, but nothing ever unwinds it: there is no ofclkdelprovider call and the driver has no remove...

5.7AI score0.00211EPSS
SaveExploits0
Rows per page
Query Builder