Spectre v2 SMT mitigations problem in Linux kernel
33Vexday Risk Score
No sign of exploitation. It has a public proof of concept.
ssvc Attendcvss 5.6epss 1.4%
from disclosure to weapon0 days
Published on NVDApr 21
1st PoCApr 20
exploitation probability
1.4%top 31% of all CVEs
observed exploitation
nono source reports it
1 public exploit(s)
The Linux kernel allows userspace processes to enable mitigations by calling prctl with PR_SET_SPECULATION_CTRL which disables the speculation feature as well as by using seccomp. We had noticed that on VMs of at least one major cloud provider, the kernel still left the victim process exposed to attacks in some cases even after enabling the spectre-BTI mitigation with prctl. The same behavior can be observed on a bare-metal machine when forcing the mitigation to IBRS on boot command line.
This happened because when plain IBRS was enabled (not enhanced IBRS), the kernel had some logic that determined that STIBP was not needed. The IBRS bit implicitly protects against cross-thread branch target injection. However, with legacy IBRS, the IBRS bit was cleared on returning to userspace, due to performance reasons, which disabled the implicit STIBP and left userspace threads vulnerable to cross-thread branch target injection against which STIBP protects.
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N
Affected products
Linux · Linux Kernelpublic PoCs found — 1
exploitdbwww.exploit-db.com/exploits/51384unverified⚠ Public resources, to assess the exposure of systems you control or are authorized to test. Test only with authorization.
References
https://github.com/google/security-research/security/advisories/GHSA-mj4w-6495-6crxhttps://github.com/torvalds/linux/commit/6921ed9049bc7457f66c1596c5b78aec0dae4a9dhttps://kernel.dance/#6921ed9049bc7457f66c1596c5b78aec0dae4a9dhttps://lists.debian.org/debian-lts-announce/2023/05/msg00005.htmlhttps://lists.debian.org/debian-lts-announce/2023/05/msg00006.html