Files
spectre-meltdown-checker/src/vulns/CVE-2018-12126.sh
2026-04-02 21:03:29 +02:00

8 lines
212 B
Bash

# vim: set ts=4 sw=4 sts=4 et:
###############################
# CVE-2018-12126, MSBDS, Fallout, Microarchitectural Store Buffer Data Sampling
check_CVE_2018_12126() {
check_cve 'CVE-2018-12126' check_mds
}