Beveiligingsadvies

CVE-2022-48698

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2024-05-03 15:11:37
Laatst bijgewerkt 2026-05-11 18:45:14
Toegewezen door Linux
CVSS-score 5.3
Status PUBLISHED

Beschrijving

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix memory leak when using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. Fix this up by properly calling dput().