Lucene search
+L

114 matches found

EUVD
EUVD
added 2026/02/04 4:8 p.m.19 views

EUVD-2026-5460

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbreceivebulkcallback: unanchor URL on usbsubmiturb error In commit 7352e1d5932a "can: gsusb: gsusbreceivebulkcallback: fix URB memory leak", the URB was re-anchored before usbsubmiturb in gsusbreceivebulkcallback ...

5.2AI score0.00123EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:8 p.m.7 views

CVE-2026-23080

In the Linux kernel, the following vulnerability has been resolved: can: mcbausb: mcbausbreadbulkcallback: fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a "can: gsusb: gsusbreceivebulkcallback: fix URB memory leak". In mcbausbprobe - mcbausbstart, the URBs for USB-in transfe...

5.1AI score0.00123EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/02/04 4:8 p.m.8 views

CVE-2026-23075 can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leak

In the Linux kernel, the following vulnerability has been resolved: can: esdusb: esdusbreadbulkcallback: fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a "can: gsusb: gsusbreceivebulkcallback: fix URB memory leak". In esdusbopen, the URBs for USB-in transfers are allocated,...

5.1AI score
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:7 p.m.6 views

CVE-2026-23061

In the Linux kernel, the following vulnerability has been resolved: can: kvaserusb: kvaserusbreadbulkcallback: fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a "can: gsusb: gsusbreceivebulkcallback: fix URB memory leak". In kvaserusbset,databittiming - kvaserusbsetuprxurbs, t...

5.1AI score0.00123EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2026/02/04 4:7 p.m.9 views

CVE-2026-23061

In the Linux kernel, the following vulnerability has been resolved: can: kvaserusb: kvaserusbreadbulkcallback: fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a "can: gsusb: gsusbreceivebulkcallback: fix URB memory leak". In kvaserusbset,databittiming - kvaserusbsetuprxurbs, t...

5.5CVSS5.1AI score0.00123EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:7 p.m.4 views

CVE-2026-23058

In the Linux kernel, the following vulnerability has been resolved: can: emsusb: emsusbreadbulkcallback: fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a "can: gsusb: gsusbreceivebulkcallback: fix URB memory leak". In emsusbopen, the URBs for USB-in transfers are allocated,...

5.1AI score0.00173EPSS
SaveExploits0References8Affected Software1
CNNVD
CNNVD
added 2026/02/04 12:0 a.m.15 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from an incorrect anchoring of URB, and it may lead to memory leaks...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/02/04 12:0 a.m.14 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the fact that URB does not get re-anchored during the callback process, potentially leading to...

5.8AI score0.00173EPSS
SaveExploits0References4
NVD
NVD
added 2026/01/31 12:16 p.m.19 views

CVE-2026-23031

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbreceivebulkcallback: fix URB memory leak In gscanopen, the URBs for USB-in transfers are allocated, added to the parent-rxsubmitted anchor and submitted. In the complete callback gsusbreceivebulkcallback, the URB...

0.00197EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/01/31 12:16 p.m.13 views

CVE-2026-23037

In the Linux kernel, the following vulnerability has been resolved: can: etases58x: allow partial RX URB allocation to succeed When es58xallocrxurbs fails to allocate the requested number of URBs but succeeds in allocating some, it returns an error code. This causes es58xopen to return early,...

5.3AI score0.00217EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2026/01/31 12:16 p.m.9 views

CVE-2026-23031

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbreceivebulkcallback: fix URB memory leak In gscanopen, the URBs for USB-in transfers are allocated, added to the parent-rxsubmitted anchor and submitted. In the complete callback gsusbreceivebulkcallback, the URB...

5.9AI score0.00197EPSS
SaveExploits0References31
OSV
OSV
added 2026/01/31 12:16 p.m.16 views

UBUNTU-CVE-2026-23037

In the Linux kernel, the following vulnerability has been resolved: can: etases58x: allow partial RX URB allocation to succeed When es58xallocrxurbs fails to allocate the requested number of URBs but succeeds in allocating some, it returns an error code. This causes es58xopen to return early,...

5.7AI score0.00217EPSS
SaveExploits0References34
CVE
CVE
added 2026/01/31 11:42 a.m.39 views

CVE-2026-23037

CVE-2026-23037 concerns the Linux kernel around the can: etas_es58x driver. When es58x_alloc_rx_urbs() fails to allocate all requested URBs but succeeds with some, returning an error previously caused es58x_open() to skip cleanup and leak anchored URBs. The fix restores intended behavior by retur...

5.7AI score0.00217EPSS
SaveExploits0References7
OSV
OSV
added 2026/01/31 11:42 a.m.33 views

CVE-2026-23037 can: etas_es58x: allow partial RX URB allocation to succeed

In the Linux kernel, the following vulnerability has been resolved: can: etases58x: allow partial RX URB allocation to succeed When es58xallocrxurbs fails to allocate the requested number of URBs but succeeds in allocating some, it returns an error code. This causes es58xopen to return early,...

5.7AI score
SaveExploits0References10
OSV
OSV
added 2026/01/31 11:42 a.m.10 views

CVE-2026-23031 can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbreceivebulkcallback: fix URB memory leak In gscanopen, the URBs for USB-in transfers are allocated, added to the parent-rxsubmitted anchor and submitted. In the complete callback gsusbreceivebulkcallback, the URB...

5.8AI score
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2026/01/24 12:25 a.m.12 views

SUSE CVE-2025-71154

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix memory leak on usbsubmiturb failure In asyncsetregisters, when usbsubmiturb fails, the allocated asyncreq structure and URB are not freed, causing a memory leak. The completion callback asyncsetregcb is...

4.7CVSS5.3AI score0.00114EPSS
SaveExploits0References20
OSV
OSV
added 2026/01/23 3:16 p.m.10 views

AZL-78431 CVE-2025-71154 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix memory leak on usbsubmiturb failure In asyncsetregisters, when usbsubmiturb fails, the allocated asyncreq structure and URB are not freed, causing a memory leak. The completion callback asyncsetregcb is...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/23 3:16 p.m.7 views

UBUNTU-CVE-2025-71154

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix memory leak on usbsubmiturb failure In asyncsetregisters, when usbsubmiturb fails, the allocated asyncreq structure and URB are not freed, causing a memory leak. The completion callback asyncsetregcb is...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References40
CVE
CVE
added 2026/01/23 2:25 p.m.48 views

CVE-2025-71154

CVE-2025-71154 concerns Linux kernel code for the rtl8150 USB driver. When usb_submit_urb() fails in async_set_registers(), the allocated async_req and URB are not freed, causing a memory leak. The completion callback async_set_reg_cb() frees these allocations only after a successful URB submissi...

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0References7Affected Software1
CNNVD
CNNVD
added 2026/01/23 12:0 a.m.12 views

Linux Kernel Security Vulnerabilities

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the asyncsetregisters function not releasing the URB and request structures when the usbsubmiturb...

5.5CVSS6AI score0.00114EPSS
SaveExploits0References8
Rows per page
Query Builder