Lucene search
K

1703 matches found

Cvelist
Cvelist
added 2025/09/18 1:58 p.m.5 views

CVE-2023-53407 USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup()

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

0.00136EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/09/18 1:58 p.m.8 views

CVE-2023-53406 USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()

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...

0.00135EPSS
Exploits0References4
CVE
CVE
added 2025/09/18 1:58 p.m.19 views

CVE-2023-53407

CVE-2023-53407 refers to a Linux kernel issue in USB gadget support for pxa27x_udc where memory leaks occur if debugfs_lookup() results are not released (dput). The resolution, as described in multiple sources, is to call debugfs_lookup_and_remove() which handles the lookup and cleanup in one ste...

5.5CVSS6.2AI score0.00136EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2025/09/18 1:58 p.m.3 views

CVE-2023-53406 USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()

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.5CVSS6.2AI score0.00135EPSS
Exploits0References7
OSV
OSV
added 2025/09/18 1:58 p.m.3 views

CVE-2023-53407 USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: pxa27xudc: 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.5CVSS6.2AI score0.00136EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2025/09/18 1:58 p.m.5 views

CVE-2023-53407

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: pxa27xudc: 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.4AI score0.00136EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/09/18 1:58 p.m.7 views

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.4AI score0.00135EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2025/09/18 1:58 p.m.1 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.00135EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/09/18 1:58 p.m.6 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...

0.00135EPSS
Exploits0References4
CVE
CVE
added 2025/09/18 1:58 p.m.20 views

CVE-2023-53405

CVE-2023-53405 concerns the Linux kernel USB gadget gr_udc: a memory leak that occurs when debugfs_lookup() is used without proper cleanup. The vulnerability arises because the result of debugfs_lookup() must be released with dput(), else memory leaks accumulate over time. The fixed approach in t...

5.5CVSS6.2AI score0.00135EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/09/18 1:58 p.m.4 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.00135EPSS
Exploits0
OSV
OSV
added 2025/09/18 1:58 p.m.5 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...

5.5CVSS6.2AI score0.00135EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2025/09/18 1:58 p.m.1 views

CVE-2023-53404 USB: fotg210: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: fotg210: 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.00135EPSS
Exploits0References4
CVE
CVE
added 2025/09/18 1:58 p.m.24 views

CVE-2023-53404

CVE-2023-53404 relates to the Linux kernel USBFotg210 driver where a memory leak can occur when using debugfs_lookup() without releasing the result. The memory must be released with dput(), but the patch replaces this with debugfs_lookup_and_remove(), which handles the lookup and cleanup in one s...

5.5CVSS6.2AI score0.00135EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/09/18 1:58 p.m.8 views

CVE-2023-53404 USB: fotg210: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: fotg210: 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.00135EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/09/18 1:58 p.m.6 views

CVE-2023-53403 time/debug: Fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: time/debug: 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.00135EPSS
Exploits0References4
OSV
OSV
added 2025/09/18 1:58 p.m.5 views

CVE-2023-53404 USB: fotg210: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: USB: fotg210: 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 score0.00135EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2025/09/18 1:58 p.m.2 views

CVE-2023-53403 time/debug: Fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: time/debug: 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.00135EPSS
Exploits0References4
CVE
CVE
added 2025/09/18 1:58 p.m.16 views

CVE-2023-53403

CVE-2023-53403: Linux kernel vulnerability in time/debug causing potential memory leak when using debugfs_lookup(). The issue arises because the result of debugfs_lookup() must be dput()-ed; if not, memory leaks occur over time. The documented mitigation is to replace the call with debugfs_lookup...

5.5CVSS6.2AI score0.00135EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2025/09/18 1:58 p.m.3 views

CVE-2023-53403 time/debug: Fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: time/debug: 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 score0.00135EPSS
Exploits0References7
Rows per page
Query Builder