NA

CVE-2022-42336

Published: 17/05/2023 Updated: 07/11/2023
CVSS v3 Base Score: 3.3 | Impact Score: 1.4 | Exploitability Score: 1.8
VMScore: 0

Vulnerability Summary

Mishandling of guest SSBD selection on AMD hardware The current logic to set SSBD on AMD Family 17h and Hygon Family 18h processors requires that the setting of SSBD is coordinated at a core level, as the setting is shared between threads. Logic was introduced to keep track of how many threads require SSBD active in order to coordinate it, such logic relies on using a per-core counter of threads that have SSBD active. When running on the mentioned hardware, it's possible for a guest to under or overflow the thread counter, because each write to VIRT_SPEC_CTRL.SSBD by the guest gets propagated to the helper that does the per-core active accounting. Underflowing the counter causes the value to get saturated, and thus attempts for guests running on the same core to set SSBD won't have effect because the hypervisor assumes it's already active.

Vulnerable Product Search on Vulmon Subscribe to Product

xen xen 4.17

Vendor Advisories

Debian Bug report logs - #1036298 xen: CVE-2022-42336: XSA-431: Mishandling of guest SSBD selection on AMD hardware Package: src:xen; Maintainer for src:xen is Debian Xen Team <pkg-xen-devel@listsaliothdebianorg>; Reported by: Salvatore Bonaccorso <carnil@debianorg> Date: Thu, 18 May 2023 20:12:02 UTC Severity: g ...

Github Repositories

Vulnerable SoC Benchmarks This repository hosts several SoC Benchmarks that have "system" vulnerability in them exploitable through application software (aka software exploitable vulnerabilities) It is inspired by similar benchmarks in hardware security: Trust-Hub and ISCAS for hardware trojans and logic locking respectively Unlike the benchmark circuits provided i