CVE-2022-50110: watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resource
In the Linux kernel, the following vulnerability has been resolved:
watchdog: sp5100tco: Fix a memory leak of EFCH MMIO resource
Unlike releasememregion(), a call to releaseresource() does not free the resource, so it has to be freed explicitly to avoid a memory leak.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2022-50110?
CVE-2022-50110 is categorized as a low-severity vulnerability due to its specific impact on memory management.
How do I fix CVE-2022-50110?
To fix CVE-2022-50110, ensure to update the Linux kernel to the latest version where the memory leak has been resolved.
What is the main issue addressed by CVE-2022-50110?
CVE-2022-50110 addresses a memory leak in the sp5100_tco driver related to the handling of the EFCH MMIO resource.
Which Linux kernel versions are affected by CVE-2022-50110?
CVE-2022-50110 affects certain versions of the Linux kernel prior to the patch that resolves the memory leak.
Is CVE-2022-50110 related to system stability?
Yes, CVE-2022-50110 can potentially impact system stability due to the memory leak in the kernel driver.