]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
vulnerabilities.cgi add indirect target selection
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 3 Jul 2025 12:22:06 +0000 (14:22 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 3 Jul 2025 12:22:06 +0000 (14:22 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/core/196/filelists/files
html/cgi-bin/vulnerabilities.cgi
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl

index 8e1fc096d6096e434c6a84d9cf246e8397299beb..e383a991da96127133a86126e89e4fd033787451 100644 (file)
@@ -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
index 030c824aa520b18667c15f18c6b6da0094295f83..a98eb7b0041e98a6f428a56ae4b47cdfe1d44b3c 100644 (file)
@@ -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)",
index 53d6903aeb969c1bc496ea72996e0628e0b3bb08..4df95fdaf6022f7d5b618323b397f97223796dab 100644 (file)
 '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:',
index ef7d75ce75cb43d31c57280d2c2179a2a333136e..647fcc8da64f19c6ebfec4ac0cb4eeb7bc9add97 100644 (file)
 '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',