Kaynağa Gözat

package/squid: security bump to version 4.13

Fixes the following security issues:

CVE-2020-15810: HTTP(S) Request Smuggling
Due to incorrect data validation Squid is vulnerable to HTTP Request
Smuggling attacks against HTTP and HTTPS traffic.  This leads to cache
poisoning.
https://github.com/squid-cache/squid/security/advisories/GHSA-3365-q9qx-f98m

CVE-2020-15811: HTTP(S) Request Splitting
Due to incorrect data validation Squid is vulnerable to HTTP Request
Splitting attacks against HTTP and HTTPS traffic.  This leads to cache
poisoning.
https://github.com/squid-cache/squid/security/advisories/GHSA-c7p8-xqhm-49wv

CVE-2020-24606: Denial of Service processing Cache Digest Response
Due to Improper Input Validation Squid is vulnerable to a Denial of Service
attack against the machine operating Squid.
https://github.com/squid-cache/squid/security/advisories/GHSA-vvj7-xjgq-g2jg

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Peter Korsgaard 5 yıl önce
ebeveyn
işleme
71ac106bb3
2 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. 4 4
      package/squid/squid.hash
  2. 1 1
      package/squid/squid.mk

+ 4 - 4
package/squid/squid.hash

@@ -1,6 +1,6 @@
-# From http://www.squid-cache.org/Versions/v4/squid-4.12.tar.xz.asc
-md5  ad7a4a8a0031cae3435717a759173829  squid-4.12.tar.xz
-sha1  316b8a343aa542b5e7469d33b9d726bee00679c6  squid-4.12.tar.xz
+# From http://www.squid-cache.org/Versions/v4/squid-4.13.tar.xz.asc
+md5  492e54afc15821141ff1d1d9903854d6  squid-4.13.tar.xz
+sha1  cac95c18789e9ecd6620c2f278fc3900498c065b  squid-4.13.tar.xz
 # Locally calculated
-sha256  f42a03c8b3dc020722c88bf1a87da8cb0c087b2f66b41d8256c77ee1b527e317  squid-4.12.tar.xz
+sha256  6891a0f540e60779b4f24f1802a302f813c6f473ec7336a474ed68c3e2e53ee0  squid-4.13.tar.xz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING

+ 1 - 1
package/squid/squid.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SQUID_VERSION = 4.12
+SQUID_VERSION = 4.13
 SQUID_SOURCE = squid-$(SQUID_VERSION).tar.xz
 SQUID_SITE = http://www.squid-cache.org/Versions/v4
 SQUID_LICENSE = GPL-2.0+