From 4a12f983c1eba12a337bd0cfcc592181ff6a174b Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 3 Jul 2025 14:22:06 +0200 Subject: [PATCH] vulnerabilities.cgi add indirect target selection Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/196/filelists/files | 1 + html/cgi-bin/vulnerabilities.cgi | 1 + langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 4 files changed, 4 insertions(+) diff --git a/config/rootfiles/core/196/filelists/files b/config/rootfiles/core/196/filelists/files index 8e1fc096d6..e383a991da 100644 --- a/config/rootfiles/core/196/filelists/files +++ b/config/rootfiles/core/196/filelists/files @@ -8,6 +8,7 @@ srv/web/ipfire/cgi-bin/netexternal.cgi srv/web/ipfire/cgi-bin/netovpnsrv.cgi srv/web/ipfire/cgi-bin/ovpnmain.cgi srv/web/ipfire/cgi-bin/pakfire.cgi +srv/web/ipfire/cgi-bin/vulnerabilities.cgi srv/web/ipfire/cgi-bin/wireguard.cgi usr/sbin/setup var/ipfire/backup/bin/backup.pl diff --git a/html/cgi-bin/vulnerabilities.cgi b/html/cgi-bin/vulnerabilities.cgi index 030c824aa5..a98eb7b004 100644 --- a/html/cgi-bin/vulnerabilities.cgi +++ b/html/cgi-bin/vulnerabilities.cgi @@ -31,6 +31,7 @@ require "${General::swroot}/header.pl"; my %VULNERABILITIES = ( "gather_data_sampling" => "$Lang::tr{'downfall gather data sampling'} (CVE-2022-40982)", + "indirect_target_selection" => "$Lang::tr{'indirect target selection'} (CVE-2024-28956)", "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)", diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 53d6903aeb..4df95fdaf6 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1444,6 +1444,7 @@ 'incoming overhead in bytes per second' => 'Eingehender Overhead', 'incoming traffic in bytes per second' => 'Eingehender Verkehr', 'incorrect password' => 'Fehlerhaftes Passwort', +'indirect target selection' => 'Indirect target selection', 'info' => 'Info', 'info messages' => 'Info', 'init string' => 'Initialisierung:', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index ef7d75ce75..647fcc8da6 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1500,6 +1500,7 @@ 'incoming overhead in bytes per second' => 'Incoming Overhead', 'incoming traffic in bytes per second' => 'Incoming Traffic', 'incorrect password' => 'Incorrect password', +'indirect target selection' => 'Indirect target selection', 'info' => 'Info', 'init string' => 'Init:', 'inodes' => 'Index-Nodes', -- 2.47.3