From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bXwrt24wqz2yxl for ; Thu, 3 Jul 2025 12:22:54 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bXwrt1rYGz2xRX for ; Thu, 3 Jul 2025 12:22:54 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bXwrr6tGJz29R for ; Thu, 3 Jul 2025 12:22:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751545372; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=HRhrGJHDCw0ECP6rnv2lG8n79+nmgitVMrtIw0TymBU=; b=cND4WFdiXmjBnMXvvvZZPL2V4jbnDV1u8Y3NU4N74uInpAGoSWCvh7FUOvcxlbmRu8u8XD rgDcaetBWRJxOQDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751545372; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=HRhrGJHDCw0ECP6rnv2lG8n79+nmgitVMrtIw0TymBU=; b=wUIRPEIR6vgG1GfdJu1Q2G1fjFWMav7vj0nyMFmtpQl7dOcgdJe44aTJQKy6lEh2FzzHLj OmQ6rtWxojFTNi7sPUh9iy9+R1489lnhx2jmLPynuynm1/VnQDS+d9SWBuot0pep0xO1ZP e3Mjubt92FDv+Ss6hvTIMhluYcNuILrwnY7xTr4lThLtFf0yRW3lTJdAceSdVHwXSvTJjr RPcbGq3I36VcW/dyq1TqrvsaRAUgEPrcehTcd3TmUDHojoX9IIeMcdjgibkDTgxZ8bL2qb a8EtaSPuh2vwUtdhpDTOnjpaU4YDf2VuqqbRiOP6AvsJSEwz9rr8u6S9ymF88A== Received: by people01.haj.ipfire.org (Postfix, from userid 1001) id 4bXwrr20dSz2xcM; Thu, 3 Jul 2025 12:22:52 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 4a12f983c1eba12a337bd0cfcc592181ff6a174b X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: d329f1c2a51a59ade209f1a900c5b0d8f7c70409 X-Git-Newrev: 4a12f983c1eba12a337bd0cfcc592181ff6a174b Message-Id: <4bXwrr20dSz2xcM@people01.haj.ipfire.org> Date: Thu, 3 Jul 2025 12:22:52 +0000 (UTC) From: Arne Fitzenreiter Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 4a12f983c1eba12a337bd0cfcc592181ff6a174b (commit) from d329f1c2a51a59ade209f1a900c5b0d8f7c70409 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4a12f983c1eba12a337bd0cfcc592181ff6a174b Author: Arne Fitzenreiter Date: Thu Jul 3 14:22:06 2025 +0200 vulnerabilities.cgi add indirect target selection Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: 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(+) Difference in files: diff --git a/config/rootfiles/core/196/filelists/files b/config/rootfiles/core/196/filelists/files index 8e1fc096d..e383a991d 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 030c824aa..a98eb7b00 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 53d6903ae..4df95fdaf 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 ef7d75ce7..647fcc8da 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', hooks/post-receive -- IPFire 2.x development tree