#VU92723 Observable discrepancy in Linux kernel - CVE-2024-0564

 

#VU92723 Observable discrepancy in Linux kernel - CVE-2024-0564

Published: June 20, 2024


Vulnerability identifier: #VU92723
Vulnerability risk: Low
CVSSv4.0: CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2024-0564
CWE-ID: CWE-203
Exploitation vector: Adjecent network
Exploit availability: No public exploit available
Vulnerable software:
Linux kernel
Software vendor:
Linux Foundation

Description

The vulnerability allows a remote non-authenticated attacker to gain access to sensitive information.

A flaw was found in the Linux kernel's memory deduplication mechanism. The max page sharing of Kernel Samepage Merging (KSM), added in Linux kernel version 4.4.0-96.119, can create a side channel. When the attacker and the victim share the same host and the default setting of KSM is 'max page sharing=256', it is possible for the attacker to time the unmap to merge with the victim's page. The unmapping time depends on whether it merges with the victim's page and additional physical pages are created beyond the KSM's 'max page share'. Through these operations, the attacker can leak the victim's page.


Remediation

Install update from vendor's repository.

External links