Lucene search
+L

47 matches found

OSV
OSV
added 2026/09/16 11:16 a.m.6 views

AZL-101231 CVE-2026-89901 affecting package kernel 6.6.150.1-1

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
SaveExploits0References1
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
CVE
CVE
added 2026/09/16 10:32 a.m.16 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:32 a.m.13 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
Tenable Nessus
Tenable Nessus
added 2026/09/16 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-89901

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: airspy: use vb2videounregisterdevice on disconnect to fix NULL deref airspydisconnect clears s-udev under v4l2lock, but airspystopstreaming unconditional...

0.0021EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/21 12:44 a.m.11 views

SUSE CVE-2026-68231

In the Linux kernel, the following vulnerability has been resolved: media: airspy: Return queued buffers on startstreaming failure The vb2 framework hands buffers to the driver via bufqueue before calling startstreaming. If startstreaming returns an error without first returning those buffers via...

2.1CVSS5.5AI score0.0022EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/11 4:47 p.m.11 views

CVE-2026-68231

A flaw was found in the Linux kernel's media: airspy driver. This vulnerability occurs when the airspystartstreaming function encounters an error, such as a disconnected USB device, and fails to return previously queued buffers. This oversight leads to a resource leak, which can result in a denia...

5.5CVSS5.2AI score0.0022EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 1:20 p.m.16 views

CVE-2026-68231

In the Linux kernel, the following vulnerability has been resolved: media: airspy: Return queued buffers on startstreaming failure The vb2 framework hands buffers to the driver via bufqueue before calling startstreaming. If startstreaming returns an error without first returning those buffers via...

0.0022EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.12 views

CVE-2026-68231

In the Linux kernel, the following vulnerability has been resolved: media: airspy: Return queued buffers on startstreaming failure The vb2 framework hands buffers to the driver via bufqueue before calling startstreaming. If startstreaming returns an error without first returning those buffers via...

5.5AI score0.0022EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/10 1:20 p.m.10 views

UBUNTU-CVE-2026-68231

In the Linux kernel, the following vulnerability has been resolved: media: airspy: Return queued buffers on startstreaming failure The vb2 framework hands buffers to the driver via bufqueue before calling startstreaming. If startstreaming returns an error without first returning those buffers via...

5.2AI score0.0022EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/10 12:00 p.m.14 views

EUVD-2026-55332

In the Linux kernel, the following vulnerability has been resolved: media: airspy: Return queued buffers on startstreaming failure The vb2 framework hands buffers to the driver via bufqueue before calling startstreaming. If startstreaming returns an error without first returning those buffers via...

5.3AI score0.0022EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:00 p.m.15 views

CVE-2026-68231 media: airspy: Return queued buffers on start_streaming() failure

In the Linux kernel, the following vulnerability has been resolved: media: airspy: Return queued buffers on startstreaming failure The vb2 framework hands buffers to the driver via bufqueue before calling startstreaming. If startstreaming returns an error without first returning those buffers via...

5.3AI score
SaveExploits0References11
CVE
CVE
added 2026/08/10 12:00 p.m.49 views

CVE-2026-68231

The CVE-2026-68231 issue affects the Linux kernel media stack, specifically the airspy driver under vb2. It occurs when start_streaming() returns an error without draining buffers that were already queued via buf_queue(); this can leave buffers leaked and trigger a WARN_ON(owned_by_drv_count) in ...

5.3AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:00 p.m.39 views

CVE-2026-68231 media: airspy: Return queued buffers on start_streaming() failure

In the Linux kernel, the following vulnerability has been resolved: media: airspy: Return queued buffers on startstreaming failure The vb2 framework hands buffers to the driver via bufqueue before calling startstreaming. If startstreaming returns an error without first returning those buffers via...

0.0022EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-68231

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: airspy: Return queued buffers on startstreaming failure The vb2 framework hands buffers to the driver via bufqueue before calling startstreaming. If...

5.7AI score0.0022EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.23 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: media:airspy: Fixed a memory leak in the airspy probe. The commit ca9dc8d06ab6 “media:airspy: Respect DMA coherence rules” moves the buf variable from the stack to the heap. However, this action only frees buf in the error-handli...

5.5CVSS5.2AI score0.00137EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2026/02/20 12:00 a.m.14 views

The vulnerability of the airspy_probe() function in the drivers/media/usb/airspy/airspy.c file of the Linux operating system’s multimedia device driver module allows a hacker to cause a service failure.

The vulnerability of the airspyprobe function in the drivers/media/usb/airspy/airspy.c file of the Linux multimedia device driver module is related to improper memory release. Exploiting this vulnerability could allow an attacker to cause a system failure...

5.5CVSS5.8AI score0.00137EPSS
SaveExploits0References7Affected Software2
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.3 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-000692)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000692 advisory. Memory leak in the airspyprobe function in drivers/media/usb/airspy/airspy.c in the airspy USB driver in the Linux kernel before 4.7 allows local users to cause a...

4.9CVSS6.6AI score0.00374EPSS
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2026/01/15 12:00 a.m.3 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2026-003137)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-003137 advisory. Memory leak in the airspyprobe function in drivers/media/usb/airspy/airspy.c in the airspy USB driver in the Linux kernel before 4.7 allows local users to cause a...

4.9CVSS6.6AI score0.00374EPSS
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2026/01/15 12:00 a.m.3 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-002977)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-002977 advisory. Memory leak in the airspyprobe function in drivers/media/usb/airspy/airspy.c in the airspy USB driver in the Linux kernel before 4.7 allows local users to cause a...

4.9CVSS6.6AI score0.00374EPSS
SaveExploits0References13
Rows per page
Query Builder