CVE-2023-1998
MediumThe 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 score
5.6
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N
Weakness type
CWE-1303CVE-2023-1998 is classified as CWE-1303
See CWE-1303 on MITRE CWE for full details on this weakness type.
References
The following references provide additional information about CVE-2023-1998 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
Exploit Third Party Advisory
-
Not Applicable
-
Mailing List Third Party Advisory
-
Mailing List Third Party Advisory
-
PatchKernel patch commithttps://github.com/torvalds/linux/commit/6921ed9049bc7457f66c1596c5b78aec0dae4a9d
Frequently asked questions
-
What is CVE-2023-1998?
CVE-2023-1998 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.6 out of 10 . CVE-2023-1998 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2023-1998?
CVE-2023-1998 has a CVSS score of 5.6 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N. -
Is there a patch available for CVE-2023-1998?
No patch is currently available for CVE-2023-1998. Monitor the NIST NVD and your Linux distribution's security advisories for updates.
-
Is CVE-2023-1998 actively exploited?
No — CVE-2023-1998 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.