]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
vulnearabilities.cgi: add tsx async abort and itlb_multihit
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 14 Nov 2019 21:10:04 +0000 (22:10 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 14 Nov 2019 21:22:49 +0000 (21:22 +0000)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
html/cgi-bin/vulnerabilities.cgi
langs/en/cgi-bin/en.pl

index a8746c30c89908a5ca1a576d2f132064420ecc5a..333b03399dbfa4c8ff0001a8183a176dfedb8e47 100644 (file)
@@ -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 = "";
index 8b7e63cb868c0e8ab465da0f4331d91ecbecca5c..b40ef93905cb96800e6636710419ef16ce4718bf 100644 (file)
 'isdn settings' => 'Additional ISDN settings:',
 'isdn1' => 'Single ISDN',
 'isdn2' => 'Dual ISDN',
+'itlb multihit' => 'iTLB MultiHit',
 'january' => 'January',
 'javascript menu error1' => 'If the drop down menus aren\'t working, disable javascript on the',
 'javascript menu error2' => 'page.',
 'system logs' => 'System Logs',
 'system status information' => 'System Status Information',
 'ta key' => 'TLS-Authentification-Key',
+'taa zombieload2' => 'TSX Async Abort / ZombieLoad v2',
 'tcp more reliable' => 'TCP (more reliable)',
 'telephone not set' => 'Telephone not set.',
 'template' => 'Preset',