CVEbaza.plCWE DictionaryCWE-1303
Common Weakness Enumeration

CWE-1303

Non-Transparent Sharing of Microarchitectural Resources

Category: BaseCVE: 3
Description

Hardware structures shared across execution contexts (e.g., caches and branch predictors) can violate the expected architecture isolation between contexts.

CVE vulnerabilities with CWE-1303 (3)
5.6
CVSS
MEDIUM
CVE-2023-1998

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.

pub. 2023-04-21
5.5
CVSS
MEDIUM
CVE-2023-38575

Non-transparent sharing of return predictor targets between contexts in some Intel(R) Processors may allow an authorized user to potentially enable information disclosure via local access.

pub. 2024-03-14
4.1
CVSS
MEDIUM
CVE-2023-40540

Non-Transparent Sharing of Microarchitectural Resources in some Intel(R) NUC BIOS firmware may allow a privileged user to potentially enable information disclosure via local access.

pub. 2023-11-14
Information
ID: CWE-1303
Type: Base
Vulnerabilities: 3
MITRE CWE ↗
← CWE Dictionary