Lucene search
+L

1906 matches found

OSV
OSV
added 2025/09/18 2:15 p.m.9 views

UBUNTU-CVE-2023-53402

In the Linux kernel, the following vulnerability has been resolved: kernel/printk/index.c: 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.7AI score0.00145EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/18 2:15 p.m.7 views

UBUNTU-CVE-2023-53411

In the Linux kernel, the following vulnerability has been resolved: PM: EM: 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 instead which...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/18 2:15 p.m.17 views

UBUNTU-CVE-2023-53418

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: lpc32xxudc: 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 debugfslookupandremo...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/18 2:15 p.m.8 views

UBUNTU-CVE-2023-53406

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: pxa25xudc: 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 debugfslookupandremov...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/18 2:15 p.m.6 views

UBUNTU-CVE-2023-53408

In the Linux kernel, the following vulnerability has been resolved: trace/blktrace: 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 instea...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References7
CVE
CVE
added 2025/09/18 1:58 p.m.39 views

CVE-2023-53418

The CVE-2023-53418 issue affects the Linux kernel USB gadget driver, specifically the lpc32xx_udc in the USB subsystem. The root cause was a memory leak when using debugfs_lookup() because the returned object was not paired with a dput(), leaving memory allocated over time. The provided fixes sim...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/09/18 1:58 p.m.12 views

CVE-2023-53418 USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: lpc32xxudc: 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 debugfslookupandremo...

5.5CVSS6.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/09/18 1:58 p.m.22 views

CVE-2023-53418 USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: lpc32xxudc: 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 debugfslookupandremo...

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

CVE-2023-53418 USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: lpc32xxudc: 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 debugfslookupandremo...

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

CVE-2023-53417 USB: sl811: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: sl811: 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 instead...

6.2AI score0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/18 1:58 p.m.9 views

CVE-2023-53417 USB: sl811: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: sl811: 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 instead...

5.5CVSS6.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/09/18 1:58 p.m.18 views

CVE-2023-53417 USB: sl811: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: sl811: 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 instead...

0.00145EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/18 1:58 p.m.44 views

CVE-2023-53417

CVE-2023-53417 affects the Linux kernel USB sl811 path. The issue is a memory leak that occurs when debugfs_lookup() is used without releasing the result with dput(). The published fix replaces this flow with debugfs_lookup_and_remove(), which handles the required cleanup in one step. The connect...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/18 1:58 p.m.2 views

CVE-2023-53416 USB: isp1362: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: isp1362: 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 instead...

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

CVE-2023-53416

CVE-2023-53416 affects the Linux kernel USB isp1362 driver. The issue is a memory leak caused by calling debugfs_lookup() without releasing the result with dput(), allowing leaked memory over time. The fix simplifies the handling by using debugfs_lookup_and_remove(), which performs the lookup and...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/09/18 1:58 p.m.17 views

CVE-2023-53416 USB: isp1362: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: isp1362: 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 instead...

0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/18 1:58 p.m.7 views

CVE-2023-53416 USB: isp1362: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: isp1362: 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 instead...

5.5CVSS6.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/09/18 1:58 p.m.21 views

CVE-2023-53414 scsi: snic: Fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: 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 instead...

0.00145EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/18 1:58 p.m.11 views

CVE-2023-53415 USB: dwc3: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: dwc3: 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 instead whi...

5.5CVSS6.1AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/09/18 1:58 p.m.2 views

CVE-2023-53415 USB: dwc3: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: dwc3: 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 instead whi...

6.1AI score0.00145EPSS
SaveExploits0References4
Rows per page
Query Builder