Lucene search
+L

7535 matches found

NVD
NVD
added 2026/01/31 12:16 p.m.8 views

CVE-2026-23021

In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: fix memory leak in updateethregsasync When asynchronously writing to the device registers and if usbsubmiturb fail, the code fail to release allocated to this point resources...

5.5CVSS0.00149EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/01/31 12:16 p.m.8 views

CVE-2026-23039

In the Linux kernel, the following vulnerability has been resolved: drm/gud: fix NULL fb and crtc dereferences on USB disconnect On disconnect drmatomichelperdisableall is called which sets both the fb and crtc for a plane to NULL before invoking a commit. This causes a kernel oops on every displ...

5.8AI score0.00194EPSS
SaveExploits0References4
OSV
OSV
added 2026/01/31 12:16 p.m.7 views

UBUNTU-CVE-2026-23039

In the Linux kernel, the following vulnerability has been resolved: drm/gud: fix NULL fb and crtc dereferences on USB disconnect On disconnect drmatomichelperdisableall is called which sets both the fb and crtc for a plane to NULL before invoking a commit. This causes a kernel oops on every displ...

5.7AI score0.00194EPSS
SaveExploits0References5
CVE
CVE
added 2026/01/31 11:42 a.m.29 views

CVE-2026-23039

The CVE-2026-23039 issue affects the Linux kernel DRM Gud (drm/gud) code path. On USB disconnect, drm_atomic_helper_disable_all() clears plane fb and crtc by setting them to NULL before a commit, which can trigger a kernel oops. The fix implements guards to prevent NULL dereferences when accessin...

5.8AI score0.00194EPSS
SaveExploits0References2
OSV
OSV
added 2026/01/31 11:42 a.m.10 views

CVE-2026-23039 drm/gud: fix NULL fb and crtc dereferences on USB disconnect

In the Linux kernel, the following vulnerability has been resolved: drm/gud: fix NULL fb and crtc dereferences on USB disconnect On disconnect drmatomichelperdisableall is called which sets both the fb and crtc for a plane to NULL before invoking a commit. This causes a kernel oops on every displ...

5.8AI score
SaveExploits0References5
EUVD
EUVD
added 2026/01/31 11:42 a.m.16 views

EUVD-2026-5057

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
SaveExploits0References4
EUVD
EUVD
added 2026/01/31 11:42 a.m.7 views

EUVD-2026-5063

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 score0.00197EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/01/31 11:42 a.m.44 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...

0.00197EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/31 11:42 a.m.18 views

EUVD-2026-5064

In the Linux kernel, the following vulnerability has been resolved: phy: rockchip: inno-usb2: Fix a double free bug in rockchipusb2phyprobe The foreachavailablechildofnode calls ofnodeput to release childnp in each success loop. After breaking from the loop with the childnp has been released, the...

5.8AI score0.00217EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/01/31 11:39 a.m.9 views

EUVD-2026-5073

In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: fix memory leak in updateethregsasync When asynchronously writing to the device registers and if usbsubmiturb fail, the code fail to release allocated to this point resources...

5.8AI score0.00149EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/01/31 11:39 a.m.7 views

CVE-2026-23021

In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: fix memory leak in updateethregsasync When asynchronously writing to the device registers and if usbsubmiturb fail, the code fail to release allocated to this point resources...

5.8AI score0.00149EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2026/01/31 11:39 a.m.9 views

CVE-2026-23021 net: usb: pegasus: fix memory leak in update_eth_regs_async()

In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: fix memory leak in updateethregsasync When asynchronously writing to the device registers and if usbsubmiturb fail, the code fail to release allocated to this point resources...

5.7AI score0.00149EPSS
SaveExploits0References7
CVE
CVE
added 2026/01/31 11:39 a.m.44 views

CVE-2026-23021

CVE-2026-23021 affects the Linux kernel component: net: usb: pegasus. The memory leak occurs in update_eth_regs_async() when usb_submit_urb() fails, failing to release resources allocated up to that point. Public advisories indicate upstream kernel fixes (e.g., 6.6.130 lineage and related patches...

5.5CVSS5.8AI score0.00149EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/01/31 11:38 a.m.39 views

CVE-2026-23015 gpio: mpsse: fix reference leak in gpio_mpsse_probe() error paths

In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: fix reference leak in gpiompsseprobe error paths The reference obtained by calling usbgetdev is not released in the gpiompsseprobe error paths. Fix that by using device managed helper functions. Also remove the...

0.00128EPSS
SaveExploits0References2
CVE
CVE
added 2026/01/31 11:38 a.m.36 views

CVE-2026-23015

CVE-2026-23015 relates to the Linux kernel gpio_mpsse driver: a reference leak in gpio_mpsse_probe() error paths due to usb_get_dev() not being released. The fix uses device-managed helper functions and removes the usb_put_dev() call in the disconnect path, allowing automatic release of the refer...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References2Affected Software1
GithubExploit
GithubExploit
added 2026/01/30 3:25 a.m.217 views

mtkclient

🚀 mtkclient - Easily Flash and Repair Mediatek Devices !Dow...

5.9AI score
SaveExploits0
OSV
OSV
added 2026/01/29 7:16 p.m.16 views

CVE-2025-15543

Improper link resolution in USB HTTP access path in VX800v v1.0 allows a crafted USB device to expose root filesystem contents, giving an attacker with physical access read‑only access to system files...

4.6CVSS5.8AI score0.00188EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/01/29 6:6 p.m.12 views

EUVD-2025-206534

Improper link resolution in USB HTTP access path in VX800v v1.0 allows a crafted USB device to expose root filesystem contents, giving an attacker with physical access read‑only access to system files...

5.1CVSS5.9AI score0.00188EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/01/29 6:6 p.m.3 views

CVE-2025-15543 Read-Only Root Access via USB Storage Device in TP-Link VX800v

Improper link resolution in USB HTTP access path in VX800v v1.0 allows a crafted USB device to expose root filesystem contents, giving an attacker with physical access read‑only access to system files...

5.1CVSS5.9AI score0.00188EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/01/29 6:6 p.m.43 views

CVE-2025-15543 Read-Only Root Access via USB Storage Device in TP-Link VX800v

Improper link resolution in USB HTTP access path in VX800v v1.0 allows a crafted USB device to expose root filesystem contents, giving an attacker with physical access read‑only access to system files...

5.1CVSS0.00188EPSS
SaveExploits0References2
Rows per page
Query Builder