From: Arne Fitzenreiter Date: Tue, 22 Jul 2025 06:04:09 +0000 (+0200) Subject: vulnarabilities: add transient sheduler attacks X-Git-Tag: v2.29-core197~25^2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5bbca89e6a79c428fd81ae916960d5402a286e2;p=ipfire-2.x.git vulnarabilities: add transient sheduler attacks Signed-off-by: Arne Fitzenreiter --- diff --git a/html/cgi-bin/vulnerabilities.cgi b/html/cgi-bin/vulnerabilities.cgi index cab38d8de..d307881b1 100644 --- a/html/cgi-bin/vulnerabilities.cgi +++ b/html/cgi-bin/vulnerabilities.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -44,6 +44,7 @@ my %VULNERABILITIES = ( "spectre_v1" => "$Lang::tr{'spectre variant 1'} (CVE-2017-5753)", "spectre_v2" => "$Lang::tr{'spectre variant 2'} (CVE-2017-5715)", "srbds" => "$Lang::tr{'srbds'} (CVE-2020-0543)", + "tsa" => "$Lang::tr{'transient sheduler attacks'} (CVE-2024-36350,36357,36348,36349)", "tsx_async_abort" => "$Lang::tr{'taa zombieload2'} (CVE-2019-11135)", ); diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 4df95fdaf..210a701ff 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -2544,6 +2544,7 @@ 'trafficto' => 'Nach', 'transfer limits' => 'Transferbeschränkungen', 'transfers' => 'Datenübertragungen', +'transient sheduler attacks' => 'Transient sheduler attacks', 'transparent on' => 'Transparent auf', 'transport mode does not support vti' => 'VTI wird im Transport-Modus nicht unterstützt', 'tripwire' => 'Tripwire', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 22ab0bad1..57ccaa701 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2649,6 +2649,7 @@ 'trafficto' => 'To', 'transfer limits' => 'Transfer limits', 'transfers' => 'Transfers', +'transient sheduler attacks' => 'Transient sheduler attacks', 'transparent on' => 'Transparent on', 'transport mode does not support vti' => 'VTI is not support in transport mode', 'tripwire' => 'Tripwire',