Lucene search
+L

158 matches found

OSV
OSV
added 2025/10/07 3:19 p.m.5 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...

5.5CVSS6.4AI score0.00146EPSS
SaveExploits0References11
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2005-3055

Malware in sbrugna...

2.1CVSS6AI score0.00452EPSS
SaveExploits0References34
CVE
CVE
added 2025/10/04 3:16 p.m.22 views

CVE-2022-50484

CVE-2022-50484 affects the Linux kernel ALSA USB audio driver. The vulnerability is a memory leak when -ENOMEM occurs during URB/buffer allocation inside the sync EP URB loop, where ep->nurbs remained 0 and partially allocated URBs could be left unreleased. The fix initializes ep->nurbs ear...

5.5CVSS6.1AI score0.00149EPSS
SaveExploits0References9Affected Software1
SUSE CVE
SUSE CVE
added 2025/09/22 11:28 p.m.4 views

SUSE CVE-2025-22050

In the Linux kernel, the following vulnerability has been resolved: usbnet:fix NPE during rxcomplete Missing usbnetgoingaway Check in Critical Path. The usbsubmiturb function lacks a usbnetgoingaway validation, whereas usbnetqueueskb includes this check. This inconsistency creates a race conditio...

5.5CVSS6.1AI score0.00179EPSS
SaveExploits0References17
OSV
OSV
added 2025/08/19 5:15 p.m.7 views

AZL-66449 CVE-2025-38604 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Kill URBs before clearing tx status queue In rtl8187stop move the call of usbkillanchoredurbs before clearing btxstatus.queue. This change prevents callbacks from using already freed skb due to anchor was not kille...

5.5CVSS5.6AI score0.00159EPSS
SaveExploits0References1
CVE
CVE
added 2025/08/19 5:3 p.m.63 views

CVE-2025-38604

CVE-2025-38604 affects the Linux kernel RTL8187 family via a race in rtl8187_stop() where usb_kill_anchored_urbs() must be invoked before clearing b_tx_status.queue to avoid callbacks using freed skbs. The upstream fix changes the sequence to kill URBs prior to freeing the tx-status skb, addressi...

5.5CVSS6.7AI score0.00159EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2025/08/19 5:3 p.m.8 views

CVE-2025-38604

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Kill URBs before clearing tx status queue In rtl8187stop move the call of usbkillanchoredurbs before clearing btxstatus.queue. This change prevents callbacks from using already freed skb due to anchor was not kille...

5.5CVSS5.3AI score0.00159EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/08/19 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel, which stems from wifi: rtl818x module does not terminate URBs before clearing the tx status queue...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References11
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:0 a.m.8 views

media: streamzap: fix race between device disconnection and urb callback

...

4.7CVSS6.8AI score0.00144EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/06/18 12:0 a.m.13 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from bcd2000 failing to kill urb on the wrong path, which could lead to reuse after release...

7.8CVSS6.3AI score0.00204EPSS
SaveExploits0References10
OSV
OSV
added 2025/02/27 3:15 a.m.9 views

UBUNTU-CVE-2025-21742

In the Linux kernel, the following vulnerability has been resolved: usbnet: ipheth: use static NDP16 location in URB Original code allowed for the start of NDP16 to be anywhere within the URB based on the wNdpIndex value in NTH16. Only the start position of NDP16 was checked, so it was possible f...

7.1CVSS6.5AI score0.0021EPSS
SaveExploits0References19
Vulnrichment
Vulnrichment
added 2025/02/27 2:12 a.m.8 views

CVE-2025-21742 usbnet: ipheth: use static NDP16 location in URB

In the Linux kernel, the following vulnerability has been resolved: usbnet: ipheth: use static NDP16 location in URB Original code allowed for the start of NDP16 to be anywhere within the URB based on the wNdpIndex value in NTH16. Only the start position of NDP16 was checked, so it was possible f...

7.4AI score0.0021EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/26 7:1 a.m.16 views

CVE-2022-49661

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbopen/close: fix memory leak The gsusb driver appears to suffer from a malady common to many USB CAN adapter drivers in that it performs usballoccoherent to allocate a number of USB request blocks URBs for RX, and...

5.5CVSS0.00253EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:1 a.m.3 views

UBUNTU-CVE-2022-49661

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbopen/close: fix memory leak The gsusb driver appears to suffer from a malady common to many USB CAN adapter drivers in that it performs usballoccoherent to allocate a number of USB request blocks URBs for RX, and...

5.5CVSS6.1AI score0.00253EPSS
SaveExploits0References11
CVE
CVE
added 2025/02/26 2:23 a.m.103 views

CVE-2022-49661

Affected component: Linux kernel, gs_usb driver (USB CAN adapter). Issue: memory leak in gs_usb_open/close where RX URBs allocated with usb_alloc_coherent() were not freed by usb_kill_anchored_urbs() and DMA memory leaked. Root cause: improper freeing pattern; the fix explicitly frees RX URBs and...

5.5CVSS5.4AI score0.00253EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2025/02/13 12:0 a.m.16 views

PT-2025-16667

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition in the Linux kernel's streamzap driver can cause a general protection fault due to a NULL pointer dereference of the dev-raw pointer. This occurs because rc unregister...

4.7CVSS5.5AI score0.00144EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.8 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fixed race between aiocancel and AIO request complete FFS-based applications can utilize the aiocancel callback to dequeue pending USB requests submitted to the UDC. There is a scenario where the FFS application...

5.6CVSS6.3AI score0.00291EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/11/05 5:7 p.m.3 views

CVE-2024-50100 USB: gadget: dummy-hcd: Fix "task hung" problem

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: dummy-hcd: Fix "task hung" problem The syzbot fuzzer has been encountering "task hung" problems ever since the dummy-hcd driver was changed to use hrtimers instead of regular timers. It turns out that the problems ar...

7.6AI score0.00233EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/07/29 12:0 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel, which stems from a vulnerability due to incomplete USB endpoint checking that could result in the wrong endpoint type being use...

5.5CVSS6.4AI score0.00234EPSS
SaveExploits0References9
OSV
OSV
added 2024/07/16 1:15 p.m.2 views

DEBIAN-CVE-2022-48857

In the Linux kernel, the following vulnerability has been resolved: NFC: port100: fix use-after-free in port100sendcomplete Syzbot reported UAF in port100sendcomplete. The root case is in missing usbkillurb calls on error handling path of -probe function. port100sendcomplete accesses devm allocat...

5.5CVSS5.7AI score0.00205EPSS
SaveExploits0References1
Rows per page
Query Builder