Lucene search
+L

2120525 matches found

EUVD
EUVD
added 2026/09/16 10:32 a.m.5 views

EUVD-2026-80501

In the Linux kernel, the following vulnerability has been resolved: media: airspy: use vb2videounregisterdevice on disconnect to fix NULL deref airspydisconnect clears s-udev under v4l2lock, but airspystopstreaming unconditionally calls airspyctrlmsg and airspyfreestreambufs afterwards. If a...

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

CVE-2026-89901 media: airspy: use vb2_video_unregister_device() on disconnect to fix NULL deref

In the Linux kernel, the following vulnerability has been resolved: media: airspy: use vb2videounregisterdevice on disconnect to fix NULL deref airspydisconnect clears s-udev under v4l2lock, but airspystopstreaming unconditionally calls airspyctrlmsg and airspyfreestreambufs afterwards. If a...

0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 10:32 a.m.9 views

CVE-2026-89901

In the Linux kernel, the following vulnerability has been resolved: media: airspy: use vb2videounregisterdevice on disconnect to fix NULL deref airspydisconnect clears s-udev under v4l2lock, but airspystopstreaming unconditionally calls airspyctrlmsg and airspyfreestreambufs afterwards. If a...

0.0021EPSS
SaveExploits0
OSV
OSV
added 2026/09/16 10:32 a.m.4 views

CVE-2026-89901 media: airspy: use vb2_video_unregister_device() on disconnect to fix NULL deref

In the Linux kernel, the following vulnerability has been resolved: media: airspy: use vb2videounregisterdevice on disconnect to fix NULL deref airspydisconnect clears s-udev under v4l2lock, but airspystopstreaming unconditionally calls airspyctrlmsg and airspyfreestreambufs afterwards. If a...

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

CVE-2026-89901

CVE-2026-89901 is a NULL pointer dereference in the Linux kernel's airspy USB media driver. The root cause is a race between airspy_disconnect() (which clears s->udev) and airspy_stop_streaming() (which unconditionally calls airspy_ctrl_msg() and airspy_free_stream_bufs()). If a streaming user...

5.8AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:31 a.m.4 views

CVE-2026-89890 media: go7007: defer the ALSA v4l2 put until card release

In the Linux kernel, the following vulnerability has been resolved: media: go7007: defer the ALSA v4l2 put until card release go7007sndinit already takes a v4l2device reference for the ALSA side, but go7007sndremove drops it immediately after calling sndcardfreewhenclosed. That is too early when ...

7.8CVSS
SaveExploits0References11
CVE
CVE
added 2026/09/16 10:31 a.m.11 views

CVE-2026-89890

CVE-2026-89890 is a use-after-free in the Linux kernel's go7007 media driver. In go7007_snd_remove(), the v4l2_device reference is dropped immediately after snd_card_free_when_closed(), which is too early when a userspace process still has the capture PCM open. The ALSA card's PCM callbacks remai...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/16 10:31 a.m.31 views

CVE-2026-89890 media: go7007: defer the ALSA v4l2 put until card release

In the Linux kernel, the following vulnerability has been resolved: media: go7007: defer the ALSA v4l2 put until card release go7007sndinit already takes a v4l2device reference for the ALSA side, but go7007sndremove drops it immediately after calling sndcardfreewhenclosed. That is too early when ...

7.8CVSS0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:31 a.m.8 views

EUVD-2026-80490

In the Linux kernel, the following vulnerability has been resolved: media: go7007: defer the ALSA v4l2 put until card release go7007sndinit already takes a v4l2device reference for the ALSA side, but go7007sndremove drops it immediately after calling sndcardfreewhenclosed. That is too early when ...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 10:31 a.m.6 views

CVE-2026-89890

In the Linux kernel, the following vulnerability has been resolved: media: go7007: defer the ALSA v4l2 put until card release go7007sndinit already takes a v4l2device reference for the ALSA side, but go7007sndremove drops it immediately after calling sndcardfreewhenclosed. That is too early when ...

7.8CVSS0.00164EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/16 10:31 a.m.25 views

CVE-2026-89881 media: rtl2832_sdr: use vb2_video_unregister_device() on remove to fix DMA leak

In the Linux kernel, the following vulnerability has been resolved: media: rtl2832sdr: use vb2videounregisterdevice on remove to fix DMA leak rtl2832sdrremove runs on USB disconnect and clears dev-udev to NULL before any pending streaming teardown has run. When user space later closes its file...

0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 10:31 a.m.5 views

CVE-2026-89881

In the Linux kernel, the following vulnerability has been resolved: media: rtl2832sdr: use vb2videounregisterdevice on remove to fix DMA leak rtl2832sdrremove runs on USB disconnect and clears dev-udev to NULL before any pending streaming teardown has run. When user space later closes its file...

0.0021EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/16 10:31 a.m.9 views

EUVD-2026-80481

In the Linux kernel, the following vulnerability has been resolved: media: rtl2832sdr: use vb2videounregisterdevice on remove to fix DMA leak rtl2832sdrremove runs on USB disconnect and clears dev-udev to NULL before any pending streaming teardown has run. When user space later closes its file...

5.9AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:31 a.m.4 views

CVE-2026-89881 media: rtl2832_sdr: use vb2_video_unregister_device() on remove to fix DMA leak

In the Linux kernel, the following vulnerability has been resolved: media: rtl2832sdr: use vb2videounregisterdevice on remove to fix DMA leak rtl2832sdrremove runs on USB disconnect and clears dev-udev to NULL before any pending streaming teardown has run. When user space later closes its file...

SaveExploits0References11
CVE
CVE
added 2026/09/16 10:31 a.m.14 views

CVE-2026-89881

This CVE affects the rtl2832_sdr media driver in the Linux kernel . On USB disconnect, rtl2832_sdr_remove() clears dev->udev to NULL before any pending streaming teardown has completed. When user space subsequently closes its file descriptor, usb_free_coherent() is invoked with a NULL device p...

5.9AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 10:31 a.m.6 views

CVE-2026-89878

In the Linux kernel, the following vulnerability has been resolved: media: s2255: check firmware size before reading trailing marker s2255probe reads a 4-byte marker and version from the last 8 bytes of the firmware blob fw-datafwsize - 8 and fwsize - 4. If the firmware file is shorter than 8...

0.00211EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/16 10:31 a.m.4 views

EUVD-2026-80478

In the Linux kernel, the following vulnerability has been resolved: media: s2255: check firmware size before reading trailing marker s2255probe reads a 4-byte marker and version from the last 8 bytes of the firmware blob fw-datafwsize - 8 and fwsize - 4. If the firmware file is shorter than 8...

5.8AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:31 a.m.10 views

CVE-2026-89878

CVE-2026-89878 affects the Linux kernel media: s2255 driver. In s2255_probe(), the function reads a 4-byte marker and version from the last 8 bytes of the firmware blob (fw->data[fw_size - 8] and [fw_size - 4]). If the firmware file is shorter than 8 bytes, fw_size - 8 underflows , causing an ...

5.8AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/16 10:31 a.m.27 views

CVE-2026-89878 media: s2255: check firmware size before reading trailing marker

In the Linux kernel, the following vulnerability has been resolved: media: s2255: check firmware size before reading trailing marker s2255probe reads a 4-byte marker and version from the last 8 bytes of the firmware blob fw-datafwsize - 8 and fwsize - 4. If the firmware file is shorter than 8...

0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:31 a.m.4 views

CVE-2026-89878 media: s2255: check firmware size before reading trailing marker

In the Linux kernel, the following vulnerability has been resolved: media: s2255: check firmware size before reading trailing marker s2255probe reads a 4-byte marker and version from the last 8 bytes of the firmware blob fw-datafwsize - 8 and fwsize - 4. If the firmware file is shorter than 8...

SaveExploits0References11
Rows per page
Query Builder