17877 matches found
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993259)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993259 advisory. In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices A bogus device c...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992766)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992766 advisory. In the Linux kernel, the following vulnerability has been resolved: gadgetfs: epio - wait until IRQ finishes after usbepqueue if waitforcompletioninterruptible is...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992705)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992705 advisory. In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Drop sndBUGON from sndusbmidioutputopen sndusbmidioutputopen has a check of the...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992794)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992794 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix of node refcount leak in tcpciregisterport I got the following report whil...
Linux Distros Unpatched Vulnerability : CVE-2022-50829
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - wifi: ath9k: hifusb: Fix use-after-free in ath9khifusbregincb It is possible that skb is freed in ath9khtcrxmsg, then usbsubmiturb fails and we try to free skb...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992746)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992746 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: check that event count does not exceed event buffer length The event count is...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992939)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992939 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: aspeed-vhub: Fix refcount leak bug in astvhubinitdesc We should call ofnodeput for the...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993200)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993200 advisory. In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992993)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992993 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: don't let userspace block driver unbind In the unbind callback for fuac1 and...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993257)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993257 advisory. In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: clean up skbs if ath9khifusbrxstream fails Syzkaller detected a memory leak ...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993304)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993304 advisory. In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Limit packet length to skb-len Packet length retrieved from skb data may be...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993039)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993039 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: change place of 'privep' assignment in cdns3gadgetepdequeue, cdns3gadgetepenable If...
EUVD-2023-60375
In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: m920x: Fix a potential memory leak in m920xi2cxfer 'read' is freed when it is known to be NULL, but not when a read error occurs. Revert the logic to avoid a small leak, should a m920xread call fail...
EUVD-2023-60527
In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: Fix endpoint check The syzbot fuzzer detected a problem in the udlfb driver, caused by an endpoint not having the expected type: usb 1-1: Read EDID byte 0 failed: -71 usb 1-1: Unable to get valid EDID from...
EUVD-2023-60428
In the Linux kernel, the following vulnerability has been resolved: USB: sisusbvga: Add endpoint checks The syzbot fuzzer was able to provoke a WARNING from the sisusbvga driver: ------------ cut here ------------ usb 1-1: BOGUS urb xfer, pipe 3 != type 1 WARNING: CPU: 1 PID: 26 at...
EUVD-2022-55915
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: Fix use-after-free in ath9khifusbdisconnect This patch fixes a use-after-free in ath9k that occurs in ath9khifusbdisconnect when ath9kdestroywmi is trying to access 'drvpriv' that has already been freed by...
EUVD-2022-55869
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: Fix use-after-free in ath9khifusbregincb It is possible that skb is freed in ath9khtcrxmsg, then usbsubmiturb fails and we try to free skb again. It causes use-after-free bug. Moreover, if allocskb fails,...
EUVD-2022-55889
In the Linux kernel, the following vulnerability has been resolved: xhci: dbc: Fix memory leak in xhciallocdbc If DbC is already in use, then the allocated memory for the xhcidbc struct doesn't get freed before returning NULL, which leads to a memleak...
CVE-2023-54299
In the Linux kernel, the following vulnerability has been resolved: usb: typec: bus: verify partner exists in typecaltmodeattention Some usb hubs will negotiate DisplayPort Alt mode with the device but will then negotiate a data role swap after entering the alt mode. The data role swap causes the...
CVE-2023-54266
In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: m920x: Fix a potential memory leak in m920xi2cxfer 'read' is freed when it is known to be NULL, but not when a read error occurs. Revert the logic to avoid a small leak, should a m920xread call fail...