3 matches found
SUSE CVE-2023-53390
In the Linux kernel, the following vulnerability has been resolved: drivers: base: dd: 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...
PT-2025-38383
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The greybus audio helper code contains debugfs file handling logic that can lead to memory leaks and potentially remove all debugfs entries from the system. This occurs because the greyb...
kernel: 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...