Lucene search
+L

1437 matches found

OSV
OSV
added 2025/02/26 2:24 a.m.20 views

CVE-2022-49712 usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe

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.5CVSS5.2AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/02/26 2:10 a.m.18 views

CVE-2022-49299

...

SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 2:10 a.m.20 views

CVE-2022-49299

Removed by vendor...

6.1AI score
SaveExploits0
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: USB: Gadget: uaudio: Fixed a race condition related to the use of controls after freeing memory during the gadget unbinding process. It is recommended to use control IDs instead of pointers, as these are handled correctly using...

7.8CVSS5.8AI score0.00181EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: Prevent OOB read/write in usbstringcopy The string ‘s’ provided by the user space could easily have a length of zero. If this is left unchecked, it will first result in an OOB read in the form of if str0 - ...

7.8CVSS6.2AI score0.00241EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: core: Check for unset descriptor Ensure that the descriptor has been set before checking maxpacket. This fixes a null pointer panic in this case. This issue may occur if the gadget does not properly set up the endpoi...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Fixed the issue where gsstartio crashed due to accessing a null pointer. In some extreme cases, when the uSerial driver is accessed by multiple threads, Thread A executes the open operation and calls gsOpen...

5.5CVSS6.1AI score0.00224EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/01/20 4:51 a.m.8 views

CVE-2024-57915

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Disable ep before setting port to null to fix the crash caused by port being null Considering that in some extreme cases, when performing the unbinding operation, gserialdisconnect has cleared gser-ioport,...

5.5CVSS6.8AI score
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/20 3:48 a.m.7 views

SUSE CVE-2024-57913

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Remove WARNON in functionfsbind This commit addresses an issue related to below kernel panic where paniconwarn is enabled. It is caused by the unnecessary use of WARNON in functionsfsbind, which easily leads to...

7.5AI score0.00185EPSS
SaveExploits0References13
NVD
NVD
added 2025/01/19 12:15 p.m.13 views

CVE-2024-57913

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Remove WARNON in functionfsbind This commit addresses an issue related to below kernel panic where paniconwarn is enabled. It is caused by the unnecessary use of WARNON in functionsfsbind, which easily leads to...

4.7CVSS0.00185EPSS
SaveExploits0References10
NVD
NVD
added 2025/01/19 12:15 p.m.11 views

CVE-2024-57915

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
CVE
CVE
added 2025/01/19 11:52 a.m.2457 views

CVE-2024-57915

CVE-2024-57915 is rejected by the CVENA and is not an active vulnerability entry.

6.5AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/01/19 11:52 a.m.16 views

CVE-2024-57915

Removed by vendor...

7.3AI score
SaveExploits0
Cvelist
Cvelist
added 2025/01/19 11:52 a.m.16 views

CVE-2024-57915

...

SaveExploits0
Cvelist
Cvelist
added 2025/01/19 11:52 a.m.40 views

CVE-2024-57913 usb: gadget: f_fs: Remove WARN_ON in functionfs_bind

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Remove WARNON in functionfsbind This commit addresses an issue related to below kernel panic where paniconwarn is enabled. It is caused by the unnecessary use of WARNON in functionsfsbind, which easily leads to...

0.00185EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/01/19 11:52 a.m.2 views

CVE-2024-57913 usb: gadget: f_fs: Remove WARN_ON in functionfs_bind

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Remove WARNON in functionfsbind This commit addresses an issue related to below kernel panic where paniconwarn is enabled. It is caused by the unnecessary use of WARNON in functionsfsbind, which easily leads to...

6AI score0.00185EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/01/19 11:52 a.m.11 views

CVE-2024-57913

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Remove WARNON in functionfsbind This commit addresses an issue related to below kernel panic where paniconwarn is enabled. It is caused by the unnecessary use of WARNON in functionsfsbind, which easily leads to...

4.7CVSS5.5AI score0.00185EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/01/09 12:21 a.m.6 views

SUSE CVE-2024-56670

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Fix the issue that gsstartio crashed due to accessing null pointer Considering that in some extreme cases, when userial driver is accessed by multiple threads, Thread A is executing the open operation and...

4.7CVSS7.7AI score0.00224EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/12/29 2:54 p.m.13 views

CVE-2024-56687

In the Linux kernel, the following vulnerability has been resolved: usb: musb: Fix hardware lockup on first Rx endpoint request There is a possibility that a request's callback could be invoked from usbepqueue call trace below, supplemented with missing calls: req-complete from...

5.5CVSS6.7AI score0.00161EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/28 10:15 a.m.9 views

UBUNTU-CVE-2024-56687

In the Linux kernel, the following vulnerability has been resolved: usb: musb: Fix hardware lockup on first Rx endpoint request There is a possibility that a request's callback could be invoked from usbepqueue call trace below, supplemented with missing calls: req-complete from...

5.5CVSS6.5AI score0.00161EPSS
SaveExploits0References20
Rows per page
Query Builder