Lucene search
+L

1817 matches found

OSV
OSV
added 2025/09/17 3:15 p.m.14 views

AZL-71909 CVE-2023-53355 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: staging: pi433: 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.00174EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/17 3:15 p.m.5 views

DEBIAN-CVE-2023-53355

In the Linux kernel, the following vulnerability has been resolved: staging: pi433: 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.3AI score0.00174EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/17 3:15 p.m.13 views

CVE-2023-53346

In the Linux kernel, the following vulnerability has been resolved: kernel/failfunction: 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.5CVSS0.00185EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/17 3:15 p.m.7 views

DEBIAN-CVE-2023-53346

In the Linux kernel, the following vulnerability has been resolved: kernel/failfunction: 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.00185EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/17 3:15 p.m.7 views

UBUNTU-CVE-2023-53355

In the Linux kernel, the following vulnerability has been resolved: staging: pi433: 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.00174EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/17 3:15 p.m.14 views

UBUNTU-CVE-2023-53346

In the Linux kernel, the following vulnerability has been resolved: kernel/failfunction: 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.9AI score0.00185EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/17 3:15 p.m.5 views

UBUNTU-CVE-2023-53359

In the Linux kernel, the following vulnerability has been resolved: USB: 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.7AI score0.00176EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.0 views

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

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

6.1AI score0.00176EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/09/17 2:56 p.m.15 views

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

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

0.00176EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/17 2:56 p.m.37 views

CVE-2023-53359

CVE-2023-53359 affects the Linux kernel and fixes a memory-leak in debugfs_lookup(). The issue occurs when the result of debugfs_lookup() is not paired with a dput(), allowing memory to leak over time. The workaround introduced in the patch is to call debugfs_lookup_and_remove(), which handles al...

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

CVE-2023-53355 staging: pi433: fix memory leak with using debugfs_lookup()

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

0.00174EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.7 views

CVE-2023-53355

In the Linux kernel, the following vulnerability has been resolved: staging: pi433: 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.2AI score0.00174EPSS
SaveExploits0
CVE
CVE
added 2025/09/17 2:56 p.m.33 views

CVE-2023-53355

The CVE-2023-53355 entry concerns the Linux kernel (staging: pi433) where a memory leak occurs when using debugfs_lookup() because the returned object is not paired with dput(). The recommended fix is to use debugfs_lookup_and_remove(), which handles the necessary dput() logic and related cleanup...

5.5CVSS6.1AI score0.00174EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.4 views

CVE-2023-53355 staging: pi433: fix memory leak with using debugfs_lookup()

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

6.1AI score0.00174EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.27 views

CVE-2023-53346

In the Linux kernel, the following vulnerability has been resolved: kernel/failfunction: 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.00185EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.0 views

CVE-2023-53346 kernel/fail_function: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: kernel/failfunction: 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.00185EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/17 2:56 p.m.21 views

CVE-2023-53346 kernel/fail_function: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: kernel/failfunction: 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.00185EPSS
SaveExploits0References6
CVE
CVE
added 2025/09/17 2:56 p.m.33 views

CVE-2023-53346

The CVE-2023-53346 entry concerns a memory-leak in the Linux kernel’s kernel/fail_function logic. The issue occurs when using debugfs_lookup(): the returned object must be released with dput(), otherwise memory leaks accrue over time. The associated advisories indicate a straightforward remediati...

5.5CVSS6.2AI score0.00185EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/09/17 2:56 p.m.6 views

CVE-2023-53346 kernel/fail_function: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: kernel/failfunction: 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.5CVSS5AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/09/17 12:0 a.m.6 views

PT-2025-38196

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak exists in the kernel/fail function module when using the debugfs lookup function. Failing to call dput on the result of debugfs lookup leads to a memory leak over time. T...

6AI score0.00185EPSS
SaveExploits0References8
Rows per page
Query Builder