Fixed
Created: May 5, 2025
Updated: Sep 1, 2025
Resolved Date: May 5, 2025
Found In Version: 10.25.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:
powerpc/iommu: fix memory leak with using debugfs_lookup()
When calling debugfs_lookup() the result must have dput() called on it,
otherwise the memory will leak over time. To make things simpler, just
call debugfs_lookup_and_remove() instead which handles all of the logic
at once.
CREATE(Triage):(User=admin) CVE-2023-53097 (https://nvd.nist.gov/vuln/detail/CVE-2023-53097)