public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 4b9b85215fed1ea4af23100ec51827a059021c1c
@ 2022-06-22 18:12 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2022-06-22 18:12 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 4541 bytes --]

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  4b9b85215fed1ea4af23100ec51827a059021c1c (commit)
       via  34798dcd50451bd7d5993964385e47f6270468b1 (commit)
      from  765da09d4162766f9c63e48c27af748ea2e65afb (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 4b9b85215fed1ea4af23100ec51827a059021c1c
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date:   Wed Jun 22 18:11:56 2022 +0000

    Core Update 169: Ship vulnerabilities.cgi
    
    Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>

commit 34798dcd50451bd7d5993964385e47f6270468b1
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date:   Wed Jun 22 18:11:11 2022 +0000

    vulnerabilities.cgi: Add MMIO Stale Data
    
    Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/core/169/filelists/files | 1 +
 html/cgi-bin/vulnerabilities.cgi          | 3 ++-
 langs/de/cgi-bin/de.pl                    | 1 +
 langs/en/cgi-bin/en.pl                    | 1 +
 4 files changed, 5 insertions(+), 1 deletion(-)

Difference in files:
diff --git a/config/rootfiles/core/169/filelists/files b/config/rootfiles/core/169/filelists/files
index e4ae9beb5..96d993bb1 100644
--- a/config/rootfiles/core/169/filelists/files
+++ b/config/rootfiles/core/169/filelists/files
@@ -215,6 +215,7 @@ lib/firmware/rtl_bt/rtl8852cu_fw.bin
 lib/firmware/rtw89/rtw8852c_fw.bin
 opt/pakfire/etc/pakfire.conf
 srv/web/ipfire/cgi-bin/ovpnmain.cgi
+srv/web/ipfire/cgi-bin/vulnerabilities.cgi
 srv/web/ipfire/html/images/qr-code.png
 srv/web/ipfire/html/images/qr-code.svg
 srv/web/ipfire/html/themes/ipfire/include/functions.pl
diff --git a/html/cgi-bin/vulnerabilities.cgi b/html/cgi-bin/vulnerabilities.cgi
index 5dfd344f2..61b69210e 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-2020  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2022  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -34,6 +34,7 @@ my %VULNERABILITIES = (
 	"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)",
+	"mmio_stale_data" => "$Lang::tr{'mmio stale data'} (CVE-2022-21123, CVE-2022-21125, CVE-2022-21127, CVE-2022-21166)",
 	"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)",
diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
index 1799d8c74..734fa5f28 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -1727,6 +1727,7 @@
 'missing dat' => 'Verschlüsseltes Archiv wurde nicht gefunden',
 'missing gz' => 'Nichtverschlüsseltes Archiv wurde nicht gefunden',
 'mitigated' => 'Entschärft',
+'mmio stale data' => 'MMIO Stale Data',
 'mode' => 'Modus',
 'model' => 'Modell',
 'modem' => 'Modem',
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index 9cc2fde05..b4c24a535 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -1775,6 +1775,7 @@
 'missing dat' => 'Encrypted archive not found',
 'missing gz' => 'Unencrypted archive not found',
 'mitigated' => 'Mitigated',
+'mmio stale data' => 'MMIO Stale Data',
 'mode' => 'Mode',
 'model' => 'Model',
 'modem' => 'Modem',


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-22 18:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 18:12 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 4b9b85215fed1ea4af23100ec51827a059021c1c Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox