Linux · Linux Kernel · CVE-2021-47110
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue is related to the Linux kernel, where the `kvmclock` is not properly disabled on all CPUs during shutdown, which can lead to memory corruption when restoring from hibernate. Currently, `kvmclock` is disabled from the `machine shutdown()` hook, but this only happens for the boot CPU. To prevent memory corruption, it is necessary to disable `kvmclock` on all CPUs. Writing '0' to `kvmclock` MSR does not clear the memory location but prevents the hypervisor from updating it, allowing the clock to remain usable for a short period.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.