5 matches found
CVE-2023-53202
creationtimestamp| type| source ---|---|--- 2025-09-29 10:57:04+00:00| seen| Telegram/slTRd9pVdNdmZO9EdRA-v7gdauqwj-nb5m9zBDFhvRq11ss...
BELL-CVE-2023-53202
Bulletin has no description...
Linux Distros Unpatched Vulnerability : CVE-2023-53202
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PM: domains: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over tim...
CVE-2023-53202
In the Linux kernel, the following vulnerability has been resolved: PM: domains: 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...
CVE-2023-53202
CVE-2023-53202 concerns the Linux kernel memory-leak issue from using debugfs_lookup() without releasing the acquired object. The mitigation implemented across connected advisories is to use debugfs_lookup_and_remove() (which handles the look-up and cleanup in one step) or to ensure dput() is cal...