Lucene search
+L

157 matches found

CNNVD
CNNVD
added 2025/02/26 12:00 a.m.10 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 lpc32xxudc not handling node reference counting correctly during probing, which could lead to a memory leak...

5.5CVSS5.4AI score0.00253EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.12 views

kernel: usb: udc: remove warning when queue disabled ep

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep The Linux kernel CVE team has assigned CVE-2024-35822 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051744-CVE-2024-35822-410b@gregkh/T...

5.5CVSS6.8AI score0.0023EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/09/28 2:51 a.m.8 views

SUSE CVE-2024-46836

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeedudc: validate endpoint index for ast udc We should verify the bound of the array to assure that host may not manipulate the index to point past endpoint array. Found by static analysis...

5.5CVSS6.4AI score0.00244EPSS
SaveExploits0References13
OSV
OSV
added 2024/09/27 1:15 p.m.3 views

DEBIAN-CVE-2024-46836

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeedudc: validate endpoint index for ast udc We should verify the bound of the array to assure that host may not manipulate the index to point past endpoint array. Found by static analysis...

7.8CVSS6.1AI score0.00244EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/27 1:15 p.m.9 views

UBUNTU-CVE-2024-46836

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeedudc: validate endpoint index for ast udc We should verify the bound of the array to assure that host may not manipulate the index to point past endpoint array. Found by static analysis...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0References12
OSV
OSV
added 2024/07/16 1:15 p.m.5 views

DEBIAN-CVE-2022-48838

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: Fix use-after-free bug by not setting udc-dev.driver The syzbot fuzzer found a use-after-free bug: BUG: KASAN: use-after-free in devuevent+0x712/0x780 drivers/base/core.c:2320 Read of size 8 at addr ffff88802b934098 ...

5.5CVSS5.4AI score0.00233EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/07/16 12:25 p.m.15 views

CVE-2022-48838 usb: gadget: Fix use-after-free bug by not setting udc->dev.driver

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: Fix use-after-free bug by not setting udc-dev.driver The syzbot fuzzer found a use-after-free bug: BUG: KASAN: use-after-free in devuevent+0x712/0x780 drivers/base/core.c:2320 Read of size 8 at addr ffff88802b934098 ...

6.7AI score0.00233EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2024/06/27 12:00 a.m.15 views

PT-2024-7181

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the ast udc getstatus function in the aspeed udc module of the Linux kernel's USB gadget driver. It involves incorrect index calculation, which could allow an...

7.8CVSS5.5AI score0.00244EPSS
SaveExploits0
NVD
NVD
added 2024/05/21 3:15 p.m.26 views

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.3AI score0.00222EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.30 views

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.8AI score0.00222EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/05/17 11:41 p.m.27 views

CVE-2024-35822

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usbepqueue+0x7c/0x104 pc :...

5.5CVSS6.5AI score0.0023EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/17 2:15 p.m.17 views

CVE-2024-35822

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usbepqueue+0x7c/0x104 pc :...

5.5CVSS7.4AI score0.0023EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.40 views

CVE-2024-35822 usb: udc: remove warning when queue disabled ep

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usbepqueue+0x7c/0x104 pc :...

7.4AI score0.0023EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/17 1:23 p.m.204 views

CVE-2024-35822

The connected documents confirm CVE-2024-35822 affects the Linux kernel USB gadget mass storage path (usb_udc) where a thread may disable an endpoint while the main thread queues a request. Root cause: a warning in usb_ep_queue() was triggered instead of a functional failure. Fix: replacing WARN_...

5.5CVSS6.6AI score0.0023EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2024/05/17 1:23 p.m.49 views

CVE-2024-35822

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usbepqueue+0x7c/0x104 pc :...

5.5CVSS7.4AI score0.0023EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/17 1:23 p.m.17 views

CVE-2024-35822 usb: udc: remove warning when queue disabled ep

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usbepqueue+0x7c/0x104 pc :...

6.7AI score0.0023EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/17 1:23 p.m.13 views

CVE-2024-35822 usb: udc: remove warning when queue disabled ep

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usbepqueue+0x7c/0x104 pc :...

6.1AI score
SaveExploits0References14
NVD
NVD
added 2024/01/03 9:15 p.m.29 views

CVE-2023-6338

Uncontrolled search path vulnerabilities were reported in the Lenovo Universal Device Client UDC that could allow an attacker with local access to execute code with elevated privileges...

7.8CVSS7.8AI score0.0021EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/01/03 9:00 p.m.31 views

CVE-2023-6338

Uncontrolled search path vulnerabilities were reported in the Lenovo Universal Device Client UDC that could allow an attacker with local access to execute code with elevated privileges...

7.8CVSS8AI score0.0021EPSS
SaveExploits0References1
CVE
CVE
added 2024/01/03 9:00 p.m.50 views

CVE-2023-6338

The CVE-2023-6338 entry concerns Lenovo Universal Device Client (UDC) with an Uncontrolled search path vulnerability that could let a local attacker run code with elevated privileges. Affected software is Lenovo UDC; the root cause and specific vulnerable components/files are not detailed in the ...

7.8CVSS7.8AI score0.0021EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder