Lucene search
+L

1425 matches found

Vulnrichment
Vulnrichment
added 2025/09/18 1:58 p.m.3 views

CVE-2023-53405 USB: gadget: gr_udc: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: grudc: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove...

6.2AI score0.00145EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/09/18 1:58 p.m.17 views

CVE-2023-53405

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: grudc: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.9 views

PT-2025-38394

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the USB gadget functionality related to the bcm63xx udc driver when using the debugfs lookup function. Failing to call dput on the result of debugfs lookup leads ...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References23
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.7 views

PT-2025-38389

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the USB gadget pxa27x udc driver when using the debugfs lookup function. The dput function was not called on the result of debugfs lookup, leading to a memory lea...

5.5CVSS6.3AI score0.00145EPSS
SaveExploits0References23
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.7 views

PT-2025-38400

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a memory leak in the USB gadget functionality related to the lpc32xx udc driver. The issue occurs when using the debugfs lookup function without properly...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References23
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.7 views

PT-2025-38388

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the USB gadget pxa25x udc driver when using the debugfs lookup function. Failing to call dput on the result of debugfs lookup leads to a memory leak over time. Th...

6.1AI score0.00145EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.7 views

PT-2025-38387

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the USB gadget gr udc driver when using the debugfs lookup function. Failing to call dput on the result of debugfs lookup leads to a memory leak over time. The...

6.1AI score0.00145EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2025/09/17 6:13 p.m.7 views

CVE-2023-53356

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Add null pointer check in gserialsuspend Consider a case where gserialdisconnect has already cleared gser-ioport. And if gserialsuspend gets called afterwards, it will lead to accessing of gser-ioport and th...

5.5CVSS5.7AI score0.00184EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/17 3:15 p.m.10 views

CVE-2023-53356

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Add null pointer check in gserialsuspend Consider a case where gserialdisconnect has already cleared gser-ioport. And if gserialsuspend gets called afterwards, it will lead to accessing of gser-ioport and th...

5.5CVSS0.00184EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/17 3:15 p.m.6 views

DEBIAN-CVE-2023-53356

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Add null pointer check in gserialsuspend Consider a case where gserialdisconnect has already cleared gser-ioport. And if gserialsuspend gets called afterwards, it will lead to accessing of gser-ioport and th...

5.5CVSS5.3AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/17 3:15 p.m.9 views

UBUNTU-CVE-2023-53356

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Add null pointer check in gserialsuspend Consider a case where gserialdisconnect has already cleared gser-ioport. And if gserialsuspend gets called afterwards, it will lead to accessing of gser-ioport and th...

5.5CVSS5.8AI score0.00184EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.3 views

CVE-2023-53356 usb: gadget: u_serial: Add null pointer check in gserial_suspend

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Add null pointer check in gserialsuspend Consider a case where gserialdisconnect has already cleared gser-ioport. And if gserialsuspend gets called afterwards, it will lead to accessing of gser-ioport and th...

6AI score0.00184EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/17 2:56 p.m.54 views

CVE-2023-53356

CVE-2023-53356 affects the Linux kernel’s USB gadget stack (usb: gadget: u_serial). The issue is a potential null pointer dereference in gserial_suspend if gserial_disconnect has cleared gser->ioport and suspend is invoked afterwards. The fix adds a null pointer check in gserial_suspend and in...

5.5CVSS6AI score0.00184EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/09/17 2:56 p.m.10 views

CVE-2023-53356 usb: gadget: u_serial: Add null pointer check in gserial_suspend

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Add null pointer check in gserialsuspend Consider a case where gserialdisconnect has already cleared gser-ioport. And if gserialsuspend gets called afterwards, it will lead to accessing of gser-ioport and th...

5.5CVSS4.8AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.9 views

PT-2025-44383

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's USB gadget functionality, specifically within the f ecm module. After a bind/unbind cycle, the ecm-notify req variable can become stale. A subsequent...

4.6CVSS7.3AI score0.00144EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.9 views

PT-2025-44384

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw related to USB gadget functionality, specifically within the f acm module. A NULL pointer dereference can occur after a bind/unbind cycle, potentially...

4.3CVSS5.8AI score0.00144EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.14 views

PT-2025-44382

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's USB gadget functionality, specifically within the f ncm module. After a bind/unbind cycle, the ncm-notify req variable can become stale. A subsequent...

4.6CVSS5.8AI score0.00144EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.10 views

PT-2025-44385

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s USB gadget functionality, specifically within the f rndis component. After a bind/unbind cycle, the rndis-notify req pointer can become stale. A...

4.6CVSS7.3AI score0.00144EPSS
SaveExploits0
OSV
OSV
added 2025/09/15 12:36 p.m.8 views

CVE-2025-39801 usb: dwc3: Remove WARN_ON for device endpoint command timeouts

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: Remove WARNON for device endpoint command timeouts This commit addresses a rarely observed endpoint command timeout which causes kernel panic due to warn when 'paniconwarn' is enabled and unnecessary call trace prints...

6.3AI score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/09/13 12:00 a.m.11 views

SUSE SLES12: cluster-md-kmp-default / dlm-kmp-default / gfs2-kmp-default / etc (SUSE-SU-2025:03204-1)

The remote SUSE Linux SLES12 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2025:03204-1 advisory. The SUSE Linux Enterprise 12 SP5 kernel was updated to receive various security bugfixes. The following security bugs were fixed: -...

9.8CVSS7.2AI score0.01278EPSS
SaveExploits8References188
Rows per page
Query Builder