mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 18:03:06 +02:00
vulnearabilities.cgi: add tsx async abort and itlb_multihit
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -30,12 +30,14 @@ require "${General::swroot}/lang.pl";
|
||||
require "${General::swroot}/header.pl";
|
||||
|
||||
my %VULNERABILITIES = (
|
||||
"itlb_multihit" => "$Lang::tr{'itlb multihit'} (CVE-2018-12207)",
|
||||
"l1tf" => "$Lang::tr{'foreshadow'} (CVE-2018-3620)",
|
||||
"mds" => "$Lang::tr{'fallout zombieload ridl'} (CVE-2018-12126, CVE-2018-12130, CVE-2018-12127, CVE-2019-11091)",
|
||||
"meltdown" => "$Lang::tr{'meltdown'} (CVE-2017-5754)",
|
||||
"spec_store_bypass" => "$Lang::tr{'spectre variant 4'} (CVE-2018-3639)",
|
||||
"spectre_v1" => "$Lang::tr{'spectre variant 1'} (CVE-2017-5753)",
|
||||
"spectre_v2" => "$Lang::tr{'spectre variant 2'} (CVE-2017-5715)",
|
||||
"tsx_async_abort" => "$Lang::tr{'taa zombieload2'} (CVE-2019-11135)",
|
||||
);
|
||||
|
||||
my $errormessage = "";
|
||||
|
||||
Reference in New Issue
Block a user