Lucene search
+L

508918 matches found

Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.8 views

CVE-2026-90035

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix division by zero in getestimatedbw getestimatedbw divides by link-dpiabwallocconfig.bwgranularity, which is zeroed by resetbwallocstruct and only populated once DPTUNNELINGBWALLOCCAPCHANGED has been handled...

0.00186EPSS
SaveExploits0
CVE
CVE
added 2026/09/16 10:33 a.m.28 views

CVE-2026-90036

This is a use-after-free in the Linux kernel NFSD (NFS server daemon) subsystem. A bare lock owner holds a raw pointer to its nfs4_client without a reference keeping the client alive. When the per-net laundromat reaps a blocked lock, the owner reference is dropped via flc_owner, and a concurrent ...

9.8CVSS6.1AI score0.00462EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 10:33 a.m.5 views

CVE-2026-90035 drm/amd/display: fix division by zero in get_estimated_bw()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix division by zero in getestimatedbw getestimatedbw divides by link-dpiabwallocconfig.bwgranularity, which is zeroed by resetbwallocstruct and only populated once DPTUNNELINGBWALLOCCAPCHANGED has been handled...

SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:33 a.m.7 views

EUVD-2026-80644

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent client use-after-free during blocked-lock reaping A bare lock owner -- its only remaining reference a blocked lock on nn-blockedlockslru -- holds a raw pointer to its nfs4client but no reference keeping the client...

9.8CVSS6.1AI score0.00462EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:33 a.m.8 views

EUVD-2026-80642

In the Linux kernel, the following vulnerability has been resolved: usb: image: mdc800: change kmalloc to kzalloc Change the kmalloc calls in usbmdc800init for irqurbbuffer and downloadurbbuffer to kzalloc, avoiding potential stack leaks if a shorter message is received in mdc800usbirq and...

5.8AI score0.00196EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.9 views

CVE-2026-90034

In the Linux kernel, the following vulnerability has been resolved: usb: image: mdc800: change kmalloc to kzalloc Change the kmalloc calls in usbmdc800init for irqurbbuffer and downloadurbbuffer to kzalloc, avoiding potential stack leaks if a shorter message is received in mdc800usbirq and...

0.00196EPSS
SaveExploits0
OSV
OSV
added 2026/09/16 10:33 a.m.12 views

CVE-2026-90034 usb: image: mdc800: change kmalloc() to kzalloc()

In the Linux kernel, the following vulnerability has been resolved: usb: image: mdc800: change kmalloc to kzalloc Change the kmalloc calls in usbmdc800init for irqurbbuffer and downloadurbbuffer to kzalloc, avoiding potential stack leaks if a shorter message is received in mdc800usbirq and...

SaveExploits0References11
CVE
CVE
added 2026/09/16 10:33 a.m.13 views

CVE-2026-90034

CVE-2026-90034 affects the Linux kernel's usb_mdc800 driver (USB Image MDC800). The root cause is the use of kmalloc() instead of kzalloc() for the irq_urb_buffer and download_urb_buffer allocations in usb_mdc800_init(). Because the memory is not zero-initialized, a shorter-than-expected message ...

5.8AI score0.00196EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.33 views

CVE-2026-90034 usb: image: mdc800: change kmalloc() to kzalloc()

In the Linux kernel, the following vulnerability has been resolved: usb: image: mdc800: change kmalloc to kzalloc Change the kmalloc calls in usbmdc800init for irqurbbuffer and downloadurbbuffer to kzalloc, avoiding potential stack leaks if a shorter message is received in mdc800usbirq and...

0.00196EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:33 a.m.7 views

CVE-2026-90032 media: usbtv: keep device alive while ALSA card exists

In the Linux kernel, the following vulnerability has been resolved: media: usbtv: keep device alive while ALSA card exists The ALSA PCM callbacks store the driver state in pcm-privatedata. An open PCM file can outlive USB disconnect because usbtvaudiofree uses sndcardfreewhenclosed. The disconnec...

7.8CVSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.7 views

CVE-2026-90033

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write in sndusbmidius122loutput The sndusbmidius122loutput picks a count of 2 on anything slower than high speed and never relates it to ep-maxtransfer. The URB buffer holds exactly maxtransfer bytes, so ...

0.00196EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/16 10:33 a.m.11 views

EUVD-2026-80641

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write in sndusbmidius122loutput The sndusbmidius122loutput picks a count of 2 on anything slower than high speed and never relates it to ep-maxtransfer. The URB buffer holds exactly maxtransfer bytes, so ...

5.8AI score0.00196EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:33 a.m.20 views

CVE-2026-90032

This is a use-after-free vulnerability in the Linux kernel's usbtv (USB TV) media driver. The ALSA PCM callbacks store driver state in pcm->private_data, and because usbtv_audio_free() uses snd_card_free_when_closed(), an open PCM file can outlive a USB disconnect. The disconnect path can then...

7.8CVSS5.8AI score0.00153EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:33 a.m.18 views

CVE-2026-90033

CVE-2026-90033 is an out-of-bounds write in the Linux kernel 's ALSA usb-audio subsystem, specifically in the snd_usbmidi_us122l_output() function. The root cause is that the function uses a fixed transfer count of 2 on speeds below high-speed without checking ep->max_transfer. When a device (...

5.8AI score0.00196EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.7 views

CVE-2026-90032

In the Linux kernel, the following vulnerability has been resolved: media: usbtv: keep device alive while ALSA card exists The ALSA PCM callbacks store the driver state in pcm-privatedata. An open PCM file can outlive USB disconnect because usbtvaudiofree uses sndcardfreewhenclosed. The disconnec...

7.8CVSS0.00153EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.32 views

CVE-2026-90031 usb-storage: ene_ub6250: fix race between scan work and probe

In the Linux kernel, the following vulnerability has been resolved: usb-storage: eneub6250: fix race between scan work and probe eneub6250probe calls usbstorprobe2, which starts the usb-storage infrastructure and schedules the delayed scan work. The driver then calls enegetcardtype, which sends a...

0.00196EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.11 views

CVE-2026-90031

In the Linux kernel, the following vulnerability has been resolved: usb-storage: eneub6250: fix race between scan work and probe eneub6250probe calls usbstorprobe2, which starts the usb-storage infrastructure and schedules the delayed scan work. The driver then calls enegetcardtype, which sends a...

0.00196EPSS
SaveExploits0
OSV
OSV
added 2026/09/16 10:33 a.m.7 views

CVE-2026-90031 usb-storage: ene_ub6250: fix race between scan work and probe

In the Linux kernel, the following vulnerability has been resolved: usb-storage: eneub6250: fix race between scan work and probe eneub6250probe calls usbstorprobe2, which starts the usb-storage infrastructure and schedules the delayed scan work. The driver then calls enegetcardtype, which sends a...

SaveExploits0References11
CVE
CVE
added 2026/09/16 10:33 a.m.13 views

CVE-2026-90029

CVE-2026-90029 is a use-after-free vulnerability in the Linux kernel 's USB storage realtek_cr driver, triggered on device disconnect . The root cause is that realtek_cr_destructor() calls timer_delete() before the chip containing the timer is freed, allowing the timer callback to rearm itself ag...

6.3AI score0.00184EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/16 10:33 a.m.9 views

CVE-2026-90030 usb: dwc3: clear forceRM when issuing EndTransfer

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: clear forceRM when issuing EndTransfer The forceRM bit of the DEPCMD register controls the behavior of the EndTransfer command used to stop an active transfer. Older DWC3 programming guide revisions recommended setting...

7.8CVSS
SaveExploits0References6
Rows per page
Query Builder