CVE-2022-48698
MediumIn 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().
CVSS 3.1 score
5.3
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Weakness type
CWE-401CVE-2022-48698 is a Memory Leak vulnerability
What is Memory Leak?
The product does not release memory after use, causing gradual resource exhaustion. Learn more on MITRE CWE
References
The following references provide additional information about CVE-2022-48698 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/3a6279d243cb035eaaff1450980b40cf19748f05
-
PatchKernel patch commithttps://git.kernel.org/stable/c/58acd2ebae034db3bacf38708f508fbd12ae2e54
-
PatchKernel patch commithttps://git.kernel.org/stable/c/cbfac7fa491651c57926c99edeb7495c6c1aeac2
Frequently asked questions
-
What is CVE-2022-48698?
CVE-2022-48698 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.3 out of 10 , classified as a Memory Leak flaw (CWE-401) . CVE-2022-48698 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2022-48698?
CVE-2022-48698 has a CVSS score of 5.3 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L. -
Is there a patch available for CVE-2022-48698?
No patch is currently available for CVE-2022-48698. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2022-48698 actively exploited?
No — CVE-2022-48698 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Memory Leak (CWE-401)?
The product does not release memory after use, causing gradual resource exhaustion. View CWE-401 on MITRE CWE →