Lucene search
K

1669 matches found

RedhatCVE
RedhatCVE
added 2025/09/17 6:53 p.m.2 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.8AI score0.0002EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/09/17 6:43 p.m.2 views

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.8AI score0.00021EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/09/17 5:58 p.m.1 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.8AI score0.0002EPSS
Exploits0References4
OSV
OSV
added 2025/09/17 3:15 p.m.6 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.0002EPSS
Exploits0References1
OSV
OSV
added 2025/09/17 3:15 p.m.1 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.0002EPSS
Exploits0References1
NVD
NVD
added 2025/09/17 3:15 p.m.3 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.0002EPSS
Exploits0References6
OSV
OSV
added 2025/09/17 3:15 p.m.2 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.0002EPSS
Exploits0References1
OSV
OSV
added 2025/09/17 3:15 p.m.1 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.0002EPSS
Exploits0References9
OSV
OSV
added 2025/09/17 3:15 p.m.0 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.00021EPSS
Exploits0References7
OSV
OSV
added 2025/09/17 3:15 p.m.1 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.0002EPSS
Exploits0References6
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.00021EPSS
Exploits0References4
CVE
CVE
added 2025/09/17 2:56 p.m.19 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.00021EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/09/17 2:56 p.m.5 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.00021EPSS
Exploits0References4
CVE
CVE
added 2025/09/17 2:56 p.m.18 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.0002EPSS
Exploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.1 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.0002EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.3 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.0002EPSS
Exploits0
Cvelist
Cvelist
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...

0.0002EPSS
Exploits0References3
CVE
CVE
added 2025/09/17 2:56 p.m.14 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.0002EPSS
Exploits0References6Affected Software1
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.0002EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.4 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.0002EPSS
Exploits0
Rows per page
Query Builder