Lucene search
+L

18279 matches found

SUSE CVE
SUSE CVE
added 2025/02/27 3:09 a.m.7 views

SUSE CVE-2022-49302

In the Linux kernel, the following vulnerability has been resolved: USB: host: isp116x: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

5.5CVSS7.9AI score0.00263EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/02/27 3:09 a.m.8 views

SUSE CVE-2022-49306

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: host: Stop setting the ACPI companion It is no longer needed. The sysdev pointer is now used when assigning the ACPI companions to the xHCI ports and USB devices. Assigning the ACPI companion here resulted in the...

5.5CVSS6.8AI score0.00253EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/02/27 3:09 a.m.7 views

SUSE CVE-2022-49310

In the Linux kernel, the following vulnerability has been resolved: char: xillybus: fix a refcount leak in cleanupdev usbgetdev is called in xillyusbprobe. So it is better to call usbputdev before xdev is released...

5.5CVSS6.4AI score0.00263EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:08 a.m.9 views

SUSE CVE-2022-49312

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix a potential memory leak in r871xudrvinit In r871xudrvinit, if r8712initdrvsw fails, then the memory allocated by r8712allocioqueue in r8712usbdvobjinit is not properly released as there is no action will be...

5.5CVSS6.4AI score0.00263EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:08 a.m.8 views

SUSE CVE-2022-49313

In the Linux kernel, the following vulnerability has been resolved: drivers: usb: host: Fix deadlock in oxubussuspend There is a deadlock in oxubussuspend, which is shown below: Thread 1 | Thread 2 | timeraction oxubussuspend | modtimer spinlockirq //1 | wait a time ... | oxuwatchdog deltimersync...

5.5CVSS7.7AI score0.00205EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:07 a.m.7 views

SUSE CVE-2022-49389

In the Linux kernel, the following vulnerability has been resolved: usb: usbip: fix a refcount leak in stubprobe usbgetdev is called in stubdevicealloc. When stubprobe fails after that, usbputdev needs to be called to release the reference. Fix this by moving usbputdev to sdevfree error path...

5.5CVSS7.8AI score0.00291EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:05 a.m.11 views

SUSE CVE-2022-49551

In the Linux kernel, the following vulnerability has been resolved: usb: isp1760: Fix out-of-bounds array access Running the driver through kasan gives an interesting splat: BUG: KASAN: global-out-of-bounds in isp1760register+0x180/0x70c Read of size 20 at addr f1db2e64 by task swapper/0/1...

5.5CVSS6.5AI score0.00263EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:02 a.m.10 views

SUSE CVE-2022-49686

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: fix list double add in uvcgvideopump A panic can occur if the endpoint becomes disabled and the uvcgvideopump adds the request back to the reqfree list after it has already been queued to the endpoint. The...

5.5CVSS6.7AI score0.00244EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/02/27 3:02 a.m.5 views

SUSE CVE-2022-49712

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: lpc32xxudc: Fix refcount leak in lpc32xxudcprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS7.5AI score0.00253EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/02/27 3:02 a.m.7 views

SUSE CVE-2022-49713

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: Fix memory leak in dwc2hcdinit usbcreatehcd will alloc memory for hcd, and we should call usbputhcd to free it when platformgetresource fails to prevent memory leak. goto error2 label instead error1 to fix this...

5.5CVSS7.8AI score0.0028EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:02 a.m.10 views

SUSE CVE-2022-49729

In the Linux kernel, the following vulnerability has been resolved: nfc: nfcmrvl: Fix memory leak in nfcmrvlplaydeferred Similar to the handling of playdeferred in commit 19cfe912c37b "Bluetooth: btusb: Fix memory leak in playdeferred", we thought a patch might be needed here as well. Currently...

3.3CVSS7.8AI score0.0026EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/02/27 2:18 a.m.16 views

CVE-2025-21794

In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: fix stack-out-of-bounds read in usbcheckintendpoints Syzbot1 has detected a stack-out-of-bounds read of the epaddr array from hid-thrustmaster driver. This array is passed to usbcheckintendpoints function...

7.1CVSS6.1AI score0.00228EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/27 2:18 a.m.9 views

CVE-2025-21794 HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()

In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: fix stack-out-of-bounds read in usbcheckintendpoints Syzbot1 has detected a stack-out-of-bounds read of the epaddr array from hid-thrustmaster driver. This array is passed to usbcheckintendpoints function...

6.6AI score0.00228EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/27 2:18 a.m.15 views

CVE-2025-21794 HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()

In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: fix stack-out-of-bounds read in usbcheckintendpoints Syzbot1 has detected a stack-out-of-bounds read of the epaddr array from hid-thrustmaster driver. This array is passed to usbcheckintendpoints function...

7.1CVSS6.5AI score
SaveExploits0References9
CVE
CVE
added 2025/02/27 2:18 a.m.223 views

CVE-2025-21776

CVE-2025-21776 affects the Linux kernel USB hub driver where non‑compliant hubs with more than one config/interface can trigger a crash (usb_hub_to_struct_hub dereference). A fix exists: the driver now refuses hubs violating USB spec (more than one configuration or interface). Connected advisorie...

5.5CVSS6.6AI score0.00239EPSS
SaveExploits0References12Affected Software1
Debian CVE
Debian CVE
added 2025/02/27 2:18 a.m.12 views

CVE-2025-21776

In the Linux kernel, the following vulnerability has been resolved: USB: hub: Ignore non-compliant devices with too many configs or interfaces Robert Morris created a test program which can cause usbhubtostructhub to dereference a NULL or inappropriate pointer: Oops: general protection fault,...

5.5CVSS5.5AI score0.00239EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/27 2:18 a.m.24 views

CVE-2025-21776 USB: hub: Ignore non-compliant devices with too many configs or interfaces

In the Linux kernel, the following vulnerability has been resolved: USB: hub: Ignore non-compliant devices with too many configs or interfaces Robert Morris created a test program which can cause usbhubtostructhub to dereference a NULL or inappropriate pointer: Oops: general protection fault,...

0.00239EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/27 2:18 a.m.17 views

CVE-2025-21776 USB: hub: Ignore non-compliant devices with too many configs or interfaces

In the Linux kernel, the following vulnerability has been resolved: USB: hub: Ignore non-compliant devices with too many configs or interfaces Robert Morris created a test program which can cause usbhubtostructhub to dereference a NULL or inappropriate pointer: Oops: general protection fault,...

5.9AI score
SaveExploits0References15
Debian CVE
Debian CVE
added 2025/02/27 2:18 a.m.15 views

CVE-2025-21773

In the Linux kernel, the following vulnerability has been resolved: can: etases58x: fix potential NULL pointer dereference on udev-serial The driver assumed that es58xdev-udev-serial could never be NULL. While this is true on commercially available devices, an attacker could spoof the device...

5.5CVSS5.5AI score0.00217EPSS
SaveExploits0
NVD
NVD
added 2025/02/27 2:15 a.m.21 views

CVE-2025-21708

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: enable basic endpoint checking Syzkaller reports 1 encountering a common issue of utilizing a wrong usb endpoint type during URB submitting stage. This, in turn, triggers a warning shown below. For now, enable...

5.5CVSS0.00223EPSS
SaveExploits0References10
Rows per page
Query Builder