Lucene search

K
ubuntucveUbuntu.comUB:CVE-2023-1998
HistoryApr 13, 2023 - 12:00 a.m.

CVE-2023-1998

2023-04-1300:00:00
ubuntu.com
ubuntu.com
252
linux
kernel
process mitigations
attacks
vms
cloud provider
spectre-bti mitigation

5.6 Medium

CVSS3

Attack Vector

LOCAL

Attack Complexity

HIGH

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N

0.0004 Low

EPSS

Percentile

15.7%

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.

Bugs

Rows per page:
1-10 of 681

5.6 Medium

CVSS3

Attack Vector

LOCAL

Attack Complexity

HIGH

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N

0.0004 Low

EPSS

Percentile

15.7%