Lucene search
+L

17947 matches found

NVD
NVD
added 2025/10/07 4:15 p.m.10 views

CVE-2023-53641

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: fix memory leak of remainskbs hifdev-remainskb is allocated and used exclusively in ath9khifusbrxstream. It is implied that an allocated remainskb is processed and subsequently freed in error paths only durin...

5.5CVSS0.00156EPSS
SaveExploits0References8
NVD
NVD
added 2025/10/07 4:15 p.m.7 views

CVE-2022-50544

In the Linux kernel, the following vulnerability has been resolved: usb: host: xhci: Fix potential memory leak in xhciallocstreaminfo xhciallocstreaminfo allocates stream context array for streaminfo -streamctxarray with xhciallocstreamctx. When some error occurs, streaminfo-streamctxarray is not...

5.5CVSS0.00161EPSS
SaveExploits0References9
NVD
NVD
added 2025/10/07 4:15 p.m.18 views

CVE-2022-50514

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix refcount leak on error path When failing to allocate reportdesc, opts-refcnt has already been incremented so it needs to be decremented to avoid leaving the options structure permanently locked...

5.5CVSS0.00157EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/07 4:15 p.m.12 views

UBUNTU-CVE-2022-50551

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmffwallocrequest This patch fixes a shift-out-of-bounds in brcmfmac that occurs in BITchiprev when a 'chiprev' provided by the device is too large. It should also not be equ...

7.1CVSS5.8AI score0.0022EPSS
SaveExploits0References13
OSV
OSV
added 2025/10/07 4:15 p.m.11 views

UBUNTU-CVE-2022-50514

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix refcount leak on error path When failing to allocate reportdesc, opts-refcnt has already been incremented so it needs to be decremented to avoid leaving the options structure permanently locked...

5.5CVSS5.8AI score0.00157EPSS
SaveExploits0References10
OSV
OSV
added 2025/10/07 4:15 p.m.8 views

UBUNTU-CVE-2022-50544

In the Linux kernel, the following vulnerability has been resolved: usb: host: xhci: Fix potential memory leak in xhciallocstreaminfo xhciallocstreaminfo allocates stream context array for streaminfo -streamctxarray with xhciallocstreamctx. When some error occurs, streaminfo-streamctxarray is not...

5.5CVSS5.9AI score0.00161EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/07 4:15 p.m.10 views

UBUNTU-CVE-2022-50542

In the Linux kernel, the following vulnerability has been resolved: media: si470x: Fix use-after-free in si470xintincallback syzbot reported use-after-free in si470xintincallback 1. This indicates that urb-context, which contains struct si470xdevice object, is freed when si470xintincallback is...

7.8CVSS5.9AI score0.00163EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/07 4:15 p.m.8 views

UBUNTU-CVE-2023-53641

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: fix memory leak of remainskbs hifdev-remainskb is allocated and used exclusively in ath9khifusbrxstream. It is implied that an allocated remainskb is processed and subsequently freed in error paths only durin...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.5 views

CVE-2022-50544

In the Linux kernel, the following vulnerability has been resolved: usb: host: xhci: Fix potential memory leak in xhciallocstreaminfo xhciallocstreaminfo allocates stream context array for streaminfo -streamctxarray with xhciallocstreamctx. When some error occurs, streaminfo-streamctxarray is not...

5.5CVSS5.3AI score0.00161EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 3:21 p.m.8 views

EUVD-2025-32811

In the Linux kernel, the following vulnerability has been resolved: usb: host: xhci: Fix potential memory leak in xhciallocstreaminfo xhciallocstreaminfo allocates stream context array for streaminfo -streamctxarray with xhciallocstreamctx. When some error occurs, streaminfo-streamctxarray is not...

5.9AI score0.00161EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.12 views

CVE-2022-50544 usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()

In the Linux kernel, the following vulnerability has been resolved: usb: host: xhci: Fix potential memory leak in xhciallocstreaminfo xhciallocstreaminfo allocates stream context array for streaminfo -streamctxarray with xhciallocstreamctx. When some error occurs, streaminfo-streamctxarray is not...

0.00161EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 3:21 p.m.11 views

EUVD-2025-32808

In the Linux kernel, the following vulnerability has been resolved: media: si470x: Fix use-after-free in si470xintincallback syzbot reported use-after-free in si470xintincallback 1. This indicates that urb-context, which contains struct si470xdevice object, is freed when si470xintincallback is...

6.1AI score0.00163EPSS
SaveExploits0References10
OSV
OSV
added 2025/10/07 3:19 p.m.5 views

CVE-2023-53644 media: radio-shark: Add endpoint checks

In the Linux kernel, the following vulnerability has been resolved: media: radio-shark: Add endpoint checks The syzbot fuzzer was able to provoke a WARNING from the radio-shark2 driver: ------------ cut here ------------ usb 1-1: BOGUS urb xfer, pipe 1 != type 3 WARNING: CPU: 0 PID: 3271 at...

6.4AI score
SaveExploits0References11
CVE
CVE
added 2025/10/07 3:19 p.m.29 views

CVE-2023-53641

CVE-2023-53641 – Linux kernel (wifi: ath9k: hif_usb): The issue is a memory leak in remain_skb within ath9k_hif_usb_rx_stream(). remain_skb is allocated and only freed in the next rx_stream() call; if URBs are deallocated between calls (e.g., device deinit or suspend), the allocated skb can leak....

5.5CVSS6AI score0.00156EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.11 views

CVE-2023-53641

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: fix memory leak of remainskbs hifdev-remainskb is allocated and used exclusively in ath9khifusbrxstream. It is implied that an allocated remainskb is processed and subsequently freed in error paths only durin...

5.5CVSS5.3AI score0.00156EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 3:19 p.m.10 views

EUVD-2025-32794

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: fix memory leak of remainskbs hifdev-remainskb is allocated and used exclusively in ath9khifusbrxstream. It is implied that an allocated remainskb is processed and subsequently freed in error paths only durin...

5.9AI score0.00156EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/07 3:19 p.m.7 views

CVE-2023-53641 wifi: ath9k: hif_usb: fix memory leak of remain_skbs

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: fix memory leak of remainskbs hifdev-remainskb is allocated and used exclusively in ath9khifusbrxstream. It is implied that an allocated remainskb is processed and subsequently freed in error paths only durin...

6.4AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.18 views

CVE-2022-50514 usb: gadget: f_hid: fix refcount leak on error path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix refcount leak on error path When failing to allocate reportdesc, opts-refcnt has already been incremented so it needs to be decremented to avoid leaving the options structure permanently locked...

0.00157EPSS
SaveExploits0References7
CVE
CVE
added 2025/10/07 3:19 p.m.38 views

CVE-2022-50514

CVE-2022-50514 concerns the Linux kernel’s usb gadget f_hid path. The vulnerability arises from a refcount leak on the error path when report_desc allocation fails: opts->refcnt has already been incremented and must be decremented to avoid leaving the options structure permanently locked. The ...

5.5CVSS6.1AI score0.00157EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2019-11832

Malware in sbrugna...

4.3CVSS5.6AI score0.00139EPSS
SaveExploits0References2
Rows per page
Query Builder