VYPR

CWE-1303

Non-Transparent Sharing of Microarchitectural Resources

BaseDraft

Description

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

Hierarchy (View 1000)

Children

none

Related attack patterns (CAPEC)

CAPEC-663

CVEs mapped to this weakness (3)

  • CVE-2023-38575MedMar 14, 2024
    risk 0.36cvss 5.5epss 0.00

    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.

  • CVE-2023-40540MedNov 14, 2023
    risk 0.27cvss 4.1epss 0.00

    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.

  • CVE-2023-1998MedApr 21, 2023
    risk 0.03cvss 5.6epss 0.01

    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…