Lucene search
+L

475 matches found

UbuntuCve
UbuntuCve
added 2024/08/07 4:15 p.m.22 views

CVE-2024-42236

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: Prevent OOB read/write in usbstringcopy Userspace provided string 's' could trivially have the length zero. Left unchecked this will firstly result in an OOB read in the form if str0 - 1 == '\n' followed...

7.8CVSS6.4AI score0.00241EPSS
SaveExploits0References32
OSV
OSV
added 2024/08/07 4:15 p.m.10 views

UBUNTU-CVE-2024-42236

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: Prevent OOB read/write in usbstringcopy Userspace provided string 's' could trivially have the length zero. Left unchecked this will firstly result in an OOB read in the form if str0 - 1 == '\n' followed...

7.8CVSS6.2AI score0.00241EPSS
SaveExploits0References33
Cvelist
Cvelist
added 2024/08/07 3:14 p.m.38 views

CVE-2024-42236 usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: Prevent OOB read/write in usbstringcopy Userspace provided string 's' could trivially have the length zero. Left unchecked this will firstly result in an OOB read in the form if str0 - 1 == '\n' followed...

7.8CVSS0.00241EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/07 3:14 p.m.143 views

CVE-2024-42236

In CVE-2024-42236, the Linux kernel vulnerability affects usb: gadget: configfs, specifically usb_string_copy(), where an userspace string with length zero can bypass validation, causing an OOB read (str[0-1] before check) followed by an OOB write (str[0-1] = '\0'). The issue is caused by insuffi...

7.8CVSS6.4AI score0.00241EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/07/05 11:07 a.m.15 views

OESA-2024-1794 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change While PLL CPUX clock rate change when CPU is running from it works in vast majority of cases, now an...

5.5CVSS6.6AI score0.00271EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/06/24 11:17 p.m.10 views

SUSE CVE-2024-36478

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix null-ptr-dereference while configuring 'power' and 'submitqueues' Writing 'power' and 'submitqueues' concurrently will trigger kernel panic: Test script: modprobe nullblk nrdevices=0 mkdir -p...

4.1CVSS6.1AI score0.00269EPSS
SaveExploits0References13
OSV
OSV
added 2024/06/21 11:15 a.m.2 views

DEBIAN-CVE-2024-36478

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix null-ptr-dereference while configuring 'power' and 'submitqueues' Writing 'power' and 'submitqueues' concurrently will trigger kernel panic: Test script: modprobe nullblk nrdevices=0 mkdir -p...

5.5CVSS5.5AI score0.00269EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/21 11:15 a.m.16 views

AZL-48948 CVE-2024-36478 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: nullblk: fix null-ptr-dereference while configuring 'power' and 'submitqueues' Writing 'power' and 'submitqueues' concurrently will trigger kernel panic: Test script: modprobe nullblk nrdevices=0 mkdir -p...

5.5CVSS6.8AI score0.00269EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/06/03 1:32 p.m.45 views

CVE-2024-36895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

4.4CVSS6.7AI score0.00234EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/06/01 2:23 a.m.3 views

SUSE CVE-2024-36895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

3.3CVSS6.9AI score0.00234EPSS
SaveExploits0References13
NVD
NVD
added 2024/05/30 4:15 p.m.18 views

CVE-2024-36895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

7.8CVSS6.7AI score0.00234EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/30 4:15 p.m.4 views

DEBIAN-CVE-2024-36895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

7.8CVSS5.7AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/30 4:15 p.m.8 views

UBUNTU-CVE-2024-36895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

7.8CVSS6.7AI score0.00234EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.55 views

CVE-2024-36895 usb: gadget: uvc: use correct buffer size when parsing configfs lists

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

6.6AI score0.00234EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.36 views

CVE-2024-36895 usb: gadget: uvc: use correct buffer size when parsing configfs lists

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

7AI score0.00234EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/30 3:29 p.m.22 views

CVE-2024-36895 usb: gadget: uvc: use correct buffer size when parsing configfs lists

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: use correct buffer size when parsing configfs lists This commit fixes uvc gadget support on 32-bit platforms. Commit 0df28607c5cb "usb: gadget: uvc: Generalise helper functions for reuse" introduced a helper...

6.1AI score
SaveExploits0References6
CNNVD
CNNVD
added 2024/05/30 12:00 a.m.8 views

Linux kernel security vulnerabilities

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 that stems from the USB gadget UVC module using incorrect buffer sizes when parsing the configfs list...

7.8CVSS6.7AI score0.00234EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/05/23 3:05 a.m.10 views

SUSE CVE-2021-47272

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Bail from dwc3gadgetexit if dwc-gadget is NULL There exists a possible scenario in which dwc3gadgetinit can fail: during during host - peripheral mode switch in dwc3setmode, and a pending gadget driver fails to...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.12 views

kernel: null_blk: Always check queue mode setting from configfs

A missing validation flaw was found in the Linux kernel nullblk driver's configuration handling. A local user with access to configfs can configure a nullblk device with queuemode set to 1 legacy I/O path, which is no longer supported, causing the driver to proceed without proper validation and...

5.5CVSS7.2AI score0.00135EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:15 p.m.3 views

DEBIAN-CVE-2021-47272

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Bail from dwc3gadgetexit if dwc-gadget is NULL There exists a possible scenario in which dwc3gadgetinit can fail: during during host - peripheral mode switch in dwc3setmode, and a pending gadget driver fails to...

5.5CVSS5.1AI score0.00222EPSS
SaveExploits0References1
Rows per page
Query Builder