CVE-2023-1998
Last modified
CVE-2023-1998 is a medium-severity vulnerability rated 5.6/10 on the CVSS scale. 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. EPSS estimates a 1.38% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 6.3 |
| Debian | Debian Linux | 10.0 |
References
- https://github.com/google/security-research/security/advisories/GHSA-mj4w-6495-6crxExploit, Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2023/05/msg00005.htmlMailing List, Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2023/05/msg00006.htmlMailing List, Third Party Advisory
- https://github.com/google/security-research/security/advisories/GHSA-mj4w-6495-6crxExploit, Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2023/05/msg00005.htmlMailing List, Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2023/05/msg00006.htmlMailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-1998?
How severe is CVE-2023-1998?
How do I fix CVE-2023-1998?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-1992RPCoRDMA dissector crash in Wireshark 4.0.0 to 4.0.4 and 3.6…7.5
- CVE-2023-1993LISP dissector large loop in Wireshark 4.0.0 to 4.0.4 and 3.…6.5
- CVE-2023-1994GQUIC dissector crash in Wireshark 4.0.0 to 4.0.4 and 3.6.0 …6.5
- CVE-2023-1995Insufficient Logging vulnerability in Hitachi HiRDB Server, …7.5
- CVE-2023-1996A reflected Cross-site Scripting (XSS) vulnerability in Rele…6.1
- CVE-2023-1997An OS Command Injection vulnerability exists in SIMULIA 3DOr…8.8
- CVE-2023-1999There exists a use after free/double free in libwebp. An att…7.5
- CVE-2023-2000Mattermost Desktop App fails to validate a mattermost server…5.4
- CVE-2023-20002A vulnerability in Cisco TelePresence CE and RoomOS Software…4.4
- CVE-2023-20003A vulnerability in the social login configuration option for…8.8
- CVE-2023-20004Three vulnerabilities in the CLI of Cisco TelePresence CE an…4.4
- CVE-2023-20005Multiple vulnerabilities in the web-based management interfa…6.1
Are you affected by CVE-2023-1998?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
