Lucene search
+L

86 matches found

CVE
CVE
added 2025/02/26 2:10 a.m.125 views

CVE-2022-49299

CVE-2022-49299 entry is rejected/not used and does not represent an active vulnerability.

5.2AI score
SaveExploits0
CNNVD
CNNVD
added 2025/02/26 12:0 a.m.9 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 dwc2 not properly handling HCD memory releases during initialization, which could lead to a memory leak...

5.5CVSS5.9AI score0.0028EPSS
SaveExploits0References9
BDU FSTEC
BDU FSTEC
added 2024/11/13 12:0 a.m.20 views

The vulnerability of the dwc2 component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the dwc2 component in the Linux operating system’s kernel is related to improper validation of input data in the dwc2cmplhostisocdmadesc function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00247EPSS
SaveExploits0References27Affected Software5
Redos
Redos
added 2024/11/01 12:0 a.m.26 views

ROS-20241101-01

A vulnerability in the sysfs component of the Linux operating system kernel is related to excessive output in the sysfsbreakactiveprotection function in fs/sysfs/file.c. Exploitation of the vulnerability could allow an attacker to gain access to sensitive information Vulnerability in the clk...

7.8CVSS7.6AI score0.0044EPSS
SaveExploits0
Oracle linux
Oracle linux
added 2024/06/12 12:0 a.m.284 views

Unbreakable Enterprise kernel security update

5.15.0-207.156.6 - uek-container: Add advanced routing options Boris Ostrovsky Orabug: 36691279 - slub: use countpartialfreeapprox in slaboutofmemory Jianfeng Wang Orabug: 36655468 - slub: introduce countpartialfreeapprox Jianfeng Wang Orabug: 36655468 - Revert 'lockd: introduce safe async lock o...

6.5CVSS7.8AI score0.04831EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/29 2:18 p.m.8 views

SUSE CVE-2023-52855

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency In dwc2hcdurbenqueue, "urb-hcpriv = NULL" is executed without holding the lock "hsotg-lock". In dwc2hcdurbdequeue: spinlockirqsave&hsotg-lock, flags;...

5.5CVSS6.6AI score0.00245EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2024/05/28 3:34 a.m.3 views

SUSE CVE-2021-47409

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

5.5CVSS6.5AI score0.00244EPSS
SaveExploits0References13
OSV
OSV
added 2024/05/21 4:15 p.m.2 views

DEBIAN-CVE-2023-52855

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency In dwc2hcdurbenqueue, "urb-hcpriv = NULL" is executed without holding the lock "hsotg-lock". In dwc2hcdurbdequeue: spinlockirqsave&hsotg-lock, flags;...

5.5CVSS5.2AI score0.00245EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.33 views

CVE-2023-52855

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency In dwc2hcdurbenqueue, "urb-hcpriv = NULL" is executed without holding the lock "hsotg-lock". In dwc2hcdurbdequeue: spinlockirqsave&hsotg-lock, flags;...

5.5CVSS5.8AI score0.00245EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.37 views

CVE-2023-52855 usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency In dwc2hcdurbenqueue, "urb-hcpriv = NULL" is executed without holding the lock "hsotg-lock". In dwc2hcdurbdequeue: spinlockirqsave&hsotg-lock, flags;...

6.6AI score0.00245EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 3:31 p.m.20 views

CVE-2023-52855 usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency In dwc2hcdurbenqueue, "urb-hcpriv = NULL" is executed without holding the lock "hsotg-lock". In dwc2hcdurbdequeue: spinlockirqsave&hsotg-lock, flags;...

5.5CVSS5.9AI score
SaveExploits0References12
CVE
CVE
added 2024/05/21 3:31 p.m.115 views

CVE-2023-52855

CVE-2023-52855: Linux kernel USB-DWC2 driver race condition. When _dwc2_hcd_urb_enqueue() and _dwc2_hcd_urb_dequeue() run concurrently, urb->hcpriv can be NULL-checked before urb->hcpriv is assigned NULL, enabling a NULL dereference in dwc2_hcd_urb_dequeue. The connected documents confirm t...

5.5CVSS7.2AI score0.00245EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.69 views

CVE-2023-52855

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency In dwc2hcdurbenqueue, "urb-hcpriv = NULL" is executed without holding the lock "hsotg-lock". In dwc2hcdurbdequeue: spinlockirqsave&hsotg-lock, flags;...

5.5CVSS7.2AI score0.00245EPSS
SaveExploits0
NVD
NVD
added 2024/05/21 3:15 p.m.22 views

CVE-2021-47409

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

5.5CVSS6.5AI score0.00244EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 3:15 p.m.5 views

UBUNTU-CVE-2021-47409

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

5.5CVSS5.8AI score0.00244EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/21 3:4 p.m.11 views

CVE-2021-47409 usb: dwc2: check return value after calling platform_get_resource()

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

6.8AI score0.00244EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/21 3:4 p.m.103 views

CVE-2021-47409

CVE-2021-47409 concerns a Linux kernel vulnerability in the USB: dwc2 subsystem where a NULL return from platform_get_resource() could lead to a NULL pointer dereference. The issue is triggered when the return value is not checked, as described in the CVE entry and echoed in connected advisories ...

5.5CVSS6.7AI score0.00244EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:4 p.m.33 views

CVE-2021-47409 usb: dwc2: check return value after calling platform_get_resource()

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

6.5AI score0.00244EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/21 3:4 p.m.42 views

CVE-2021-47409

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

5.5CVSS6.7AI score0.00244EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/05/21 12:0 a.m.12 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 Linux kernel that originates from the USB:dwc2 module checking the return value after calling platformgetresource...

5.5CVSS6.4AI score0.00244EPSS
SaveExploits0References7
Rows per page
Query Builder