mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-24 17:43:20 +02:00
chore: add proper header to all src/vulns/* files
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
# vim: set ts=4 sw=4 sts=4 et:
|
||||
####################
|
||||
# Zenbleed section
|
||||
###############################
|
||||
# CVE-2023-20593, Zenbleed, Cross-Process Information Leak
|
||||
|
||||
# CVE-2023-20593 Zenbleed (cross-process information leak via AVX2) - entry point
|
||||
check_CVE_2023_20593() {
|
||||
check_cve 'CVE-2023-20593'
|
||||
}
|
||||
|
||||
# CVE-2023-20593 Zenbleed (cross-process information leak via AVX2) - Linux mitigation check
|
||||
check_CVE_2023_20593_linux() {
|
||||
local status sys_interface_available msg kernel_zenbleed kernel_zenbleed_err fp_backup_fix ucode_zenbleed zenbleed_print_vuln ret
|
||||
status=UNK
|
||||
@@ -119,7 +117,6 @@ check_CVE_2023_20593_linux() {
|
||||
fi
|
||||
}
|
||||
|
||||
# CVE-2023-20593 Zenbleed (cross-process information leak via AVX2) - BSD mitigation check
|
||||
check_CVE_2023_20593_bsd() {
|
||||
local zenbleed_enable zenbleed_state kernel_zenbleed
|
||||
pr_info_nol "* Kernel supports Zenbleed mitigation (machdep.mitigations.zenbleed.enable): "
|
||||
|
||||
Reference in New Issue
Block a user