CVE-2024-26655: Fix memory leak in posix_clock_open()
In the Linux kernel, the following vulnerability has been resolved:
Fix memory leak in posixclockopen()
If the clk ops.open() function returns an error, we don't release the pccontext we allocated for this clock.
Re-organize the code slightly to make it all more obvious.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-26655?
The severity of CVE-2024-26655 is classified as moderate due to the potential for a memory leak in the Linux kernel.
How do I fix CVE-2024-26655?
To fix CVE-2024-26655, upgrade to the patched versions of the Linux kernel specified in the vulnerability report.
Which versions of the Linux kernel are affected by CVE-2024-26655?
CVE-2024-26655 affects Linux kernel versions between 6.7 and 6.8 as well as 6.9-rc1.
Is there a workaround for CVE-2024-26655?
There are no known workarounds for CVE-2024-26655; updating the kernel is the recommended solution.
What systems are impacted by CVE-2024-26655?
CVE-2024-26655 impacts any systems running the affected versions of the Linux kernel, which may include servers and desktop environments.