CVE-2023-1998

MEDIUM

Linux Kernel < 6.3 - Microarchitectural Resource Sharing via IBRS STIBP Bypass

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2023-1998. PoCs published by nu11secur1ty.

AI-analyzed exploit summary This exploit demonstrates a vulnerability in the Linux kernel (CVE-2023-1998) where userspace processes attempting to enable Spectre v2 mitigations via prctl or seccomp remain exposed to cross-thread branch target injection attacks due to incorrect handling of STIBP when IBRS is enabled. The PoC includes attacker and victim processes to measure misprediction rates and test mitigation effectiveness.

Description

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.

Exploits (1)

exploitdb WORKING POC
by nu11secur1ty · textlocallinux
https://www.exploit-db.com/exploits/51384

This exploit demonstrates a vulnerability in the Linux kernel (CVE-2023-1998) where userspace processes attempting to enable Spectre v2 mitigations via prctl or seccomp remain exposed to cross-thread branch target injection attacks due to incorrect handling of STIBP when IBRS is enabled. The PoC includes attacker and victim processes to measure misprediction rates and test mitigation effectiveness.

Classification
Working Poc 95%
Attack Type
Info Leak
Complexity
Moderate
Reliability
Reliable
Target: Linux Kernel 6.2
No auth needed
Prerequisites: Access to a vulnerable Linux kernel (6.2) with SMT enabled · Ability to compile and execute C code · Knowledge of target memory addresses for the attack
devstral-2 · analyzed Feb 16, 2026 Full analysis →

Scores

CVSS v3 5.6
EPSS 0.0138
EPSS Percentile 68.4%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact partial

Details

CWE
CWE-1303 CWE-203
Status published
Products (2)
debian/debian_linux 10.0
linux/linux_kernel < 6.3
Published Apr 21, 2023
Tracked Since Feb 18, 2026