Commit Graph

3745 Commits

Author SHA1 Message Date
Peter Müller
f502e53c83 Core Update 174: Ship logwatch
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-03-05 14:53:20 +00:00
Peter Müller
0695b748d4 Core Update 174: Ship changes related to bug #11742
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-03-05 14:52:01 +00:00
Peter Müller
7902b83cca Core Update 174: Ship tzdata
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-03-04 14:07:29 +00:00
Peter Müller
9a86a1b89e Core Update 174: Ship mail.cgi
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-03-04 14:06:14 +00:00
Peter Müller
8818834d0f Core Update 174: Ship log.dat
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-03-04 14:04:05 +00:00
Peter Müller
3ceda453ca Core Update 174: Ship efivar
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-03-04 14:03:06 +00:00
Peter Müller
5a58f29fe9 Core Update 174: Ship lsof
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-03-04 13:54:15 +00:00
Peter Müller
b5185d54fd Core Update 174: Ship all changes related to bug #10629
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-03-04 13:43:19 +00:00
Peter Müller
fb7fed2a6d Core Update 174: Ship and restart Squid
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-03-04 13:40:45 +00:00
Michael Tremer
4469d30322 core174: Ship all changes so far
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-02-10 09:39:00 +00:00
Michael Tremer
668164608a Start Core Update 174
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-02-10 09:33:36 +00:00
Michael Tremer
0bc46effda core173: Ship services.cgi
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-02-09 16:39:58 +00:00
Michael Tremer
7eaef905a8 openssl: Update to 1.1.1t
*) Fixed X.400 address type confusion in X.509 GeneralName.

     There is a type confusion vulnerability relating to X.400 address processing
     inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING
     but subsequently interpreted by GENERAL_NAME_cmp as an ASN1_TYPE. This
     vulnerability may allow an attacker who can provide a certificate chain and
     CRL (neither of which need have a valid signature) to pass arbitrary
     pointers to a memcmp call, creating a possible read primitive, subject to
     some constraints. Refer to the advisory for more information. Thanks to
     David Benjamin for discovering this issue. (CVE-2023-0286)

     This issue has been fixed by changing the public header file definition of
     GENERAL_NAME so that x400Address reflects the implementation. It was not
     possible for any existing application to successfully use the existing
     definition; however, if any application references the x400Address field
     (e.g. in dead code), note that the type of this field has changed. There is
     no ABI change.
     [Hugo Landau]

  *) Fixed Use-after-free following BIO_new_NDEF.

     The public API function BIO_new_NDEF is a helper function used for
     streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL
     to support the SMIME, CMS and PKCS7 streaming capabilities, but may also
     be called directly by end user applications.

     The function receives a BIO from the caller, prepends a new BIO_f_asn1
     filter BIO onto the front of it to form a BIO chain, and then returns
     the new head of the BIO chain to the caller. Under certain conditions,
     for example if a CMS recipient public key is invalid, the new filter BIO
     is freed and the function returns a NULL result indicating a failure.
     However, in this case, the BIO chain is not properly cleaned up and the
     BIO passed by the caller still retains internal pointers to the previously
     freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO
     then a use-after-free will occur. This will most likely result in a crash.
     (CVE-2023-0215)
     [Viktor Dukhovni, Matt Caswell]

  *) Fixed Double free after calling PEM_read_bio_ex.

     The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and
     decodes the "name" (e.g. "CERTIFICATE"), any header data and the payload
     data. If the function succeeds then the "name_out", "header" and "data"
     arguments are populated with pointers to buffers containing the relevant
     decoded data. The caller is responsible for freeing those buffers. It is
     possible to construct a PEM file that results in 0 bytes of payload data.
     In this case PEM_read_bio_ex() will return a failure code but will populate
     the header argument with a pointer to a buffer that has already been freed.
     If the caller also frees this buffer then a double free will occur. This
     will most likely lead to a crash.

     The functions PEM_read_bio() and PEM_read() are simple wrappers around
     PEM_read_bio_ex() and therefore these functions are also directly affected.

     These functions are also called indirectly by a number of other OpenSSL
     functions including PEM_X509_INFO_read_bio_ex() and
     SSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL
     internal uses of these functions are not vulnerable because the caller does
     not free the header argument if PEM_read_bio_ex() returns a failure code.
     (CVE-2022-4450)
     [Kurt Roeckx, Matt Caswell]

  *) Fixed Timing Oracle in RSA Decryption.

     A timing based side channel exists in the OpenSSL RSA Decryption
     implementation which could be sufficient to recover a plaintext across
     a network in a Bleichenbacher style attack. To achieve a successful
     decryption an attacker would have to be able to send a very large number
     of trial messages for decryption. The vulnerability affects all RSA padding
     modes: PKCS#1 v1.5, RSA-OEAP and RSASVE.
     (CVE-2022-4304)
     [Dmitry Belyavsky, Hubert Kario]

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-02-08 11:16:44 +00:00
Peter Müller
7b7a1aac71 Core Update 173: Ship forgotten proxy.cgi
Reported-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-02-07 11:35:54 +00:00
Peter Müller
6ee5ecc865 Core Update 173: Ship OpenVPN entirely
See: #12963
Reported-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-02-07 11:33:22 +00:00
Peter Müller
e6c97353cc Core Update 173: Ship and restart Suricata
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-02-07 11:31:17 +00:00
Peter Müller
fa2f6cb6df Core Update 173: Ship and restart OpenSSH
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-02-03 16:07:55 +00:00
Peter Müller
a5005cf4d7 Core Update 173: Ship lsof
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-02-03 16:02:50 +00:00
Peter Müller
f5acea32b9 Core Update 173: Ship libtirpc
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-02-03 16:02:31 +00:00
Peter Müller
0c3913630d Core Update 173: Ship libloc
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-31 12:46:45 +00:00
Peter Müller
a947d81feb Core Update 173: Ship squid-asnbl
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-30 18:48:39 +00:00
Peter Müller
7237ad60c1 Core Update 173: Delete orphaned pixman library
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-26 23:20:01 +00:00
Peter Müller
9bc35e3f47 Core Update 173: Ship lz4
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-26 23:18:02 +00:00
Peter Müller
6581c1d48e Core Update 173: Delete orphaned Bind libraries
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-26 23:16:36 +00:00
Peter Müller
bf16f55e7a Core Update 173: Ship libtool
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-26 23:14:04 +00:00
Peter Müller
37530abdb3 Core Update 173: Ship shadow
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-26 22:48:57 +00:00
Peter Müller
42d73d0174 Core Update 173: Ship fontconfig
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-26 22:44:05 +00:00
Peter Müller
6c2d379a10 Core Update 173: Ship and restart Apache
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-23 15:22:38 +00:00
Peter Müller
edbeccfc13 Core Update 173: Ship ethtool
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-23 15:20:45 +00:00
Peter Müller
7d6a51d9b8 Core Update 173: Ship fuse
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-23 15:20:15 +00:00
Peter Müller
3e6cdc70d7 Core Update 173: Ship sudo
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-19 21:36:01 +00:00
Peter Müller
42341a7403 Core Update 173: Ship general-functions.pl
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-18 23:31:50 +00:00
Peter Müller
510e7a38cc Core Update 173: Ship hdparm
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-18 23:30:23 +00:00
Peter Müller
ff5f67ef7a Core Update 173: Ship grep
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-18 23:29:57 +00:00
Peter Müller
ecce5c44d2 Core Update 173: Ship iana-etc
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-18 23:29:05 +00:00
Peter Müller
2aec5531e1 Core Update 173: Ship rules.pl
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-18 23:27:51 +00:00
Peter Müller
4eed0341c4 Core Update 173: Ship iptables
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-18 23:24:53 +00:00
Peter Müller
48ff1200ad Core Update 173: Ship and restart strongSwan
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-18 23:21:15 +00:00
Peter Müller
fe4018625b Core Update 173: Ship libtiff
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-18 23:19:35 +00:00
Peter Müller
9d98647d6a Core Update 173: Remove spandsp add-on, if installed
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-18 23:14:27 +00:00
Peter Müller
309ff65ec6 Postfix: Bump package version
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-18 22:34:27 +00:00
Peter Müller
67fbf575ee Core Update 173: Ship xfsprogs
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-09 18:44:23 +00:00
Peter Müller
9db9e597b8 Core Update 173: Ship poppler
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-09 18:43:50 +00:00
Peter Müller
b920abbf05 Core Update 173: Ship file
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-09 18:37:16 +00:00
Peter Müller
7826a8a0bf Core Update 173: Ship sqlite
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-09 18:36:51 +00:00
Peter Müller
ad983254d1 Core Update 173: Ship keyutils
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-09 18:36:22 +00:00
Peter Müller
75c2504117 Core Update 173: Ship knot
Note to self: Does filesystem-cleanup catch this correctly?

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-09 18:35:35 +00:00
Peter Müller
e0684cd512 Core Update 173: Ship lcms2
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-09 18:34:54 +00:00
Peter Müller
e4fe03287f Core Update 173: Ship less
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-09 18:34:22 +00:00
Peter Müller
75650f7b32 Core Update 173: Ship openvpn-authenticator and restart OpenVPN
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-07 21:03:05 +00:00