fix: CVE-2018-3620: false 'VULN' status on kernels reporting CPU as unaffected and RDCL_NO can't be parsed

This commit is contained in:
Stéphane Lesimple
2026-04-01 00:41:32 +02:00
parent 4738e8f0ad
commit b4f4d11106

View File

@@ -14,6 +14,7 @@ check_CVE_2018_3620_linux() {
# this kernel has the /sys interface, trust it over everything # this kernel has the /sys interface, trust it over everything
sys_interface_available=1 sys_interface_available=1
status=$ret_sys_interface_check_status status=$ret_sys_interface_check_status
msg=$ret_sys_interface_check_fullmsg
fi fi
if [ "$opt_sysfs_only" != 1 ]; then if [ "$opt_sysfs_only" != 1 ]; then
pr_info_nol "* Kernel supports PTE inversion: " pr_info_nol "* Kernel supports PTE inversion: "