Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2022-48698
HistoryMay 03, 2024 - 3:11 p.m.

CVE-2022-48698 drm/amd/display: fix memory leak when using debugfs_lookup()

2024-05-0315:11:37
Linux
github.com
2
linux kernel
cve-2022-48698
memory leak

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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().

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial