All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/wireshark: security bump to version 3.2.7
@ 2020-10-10 20:06 Fabrice Fontaine
  2020-10-11 17:00 ` Peter Korsgaard
  2020-10-12  7:20 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-10-10 20:06 UTC (permalink / raw)
  To: buildroot

- Fix CVE-2020-25862: In Wireshark 3.2.0 to 3.2.6, 3.0.0 to 3.0.13, and
  2.6.0 to 2.6.20, the TCP dissector could crash. This was addressed in
  epan/dissectors/packet-tcp.c by changing the handling of the invalid
  0xFFFF checksum.
- Fix CVE-2020-25863: In Wireshark 3.2.0 to 3.2.6, 3.0.0 to 3.0.13, and
  2.6.0 to 2.6.20, the MIME Multipart dissector could crash. This was
  addressed in epan/dissectors/packet-multipart.c by correcting the
  deallocation of invalid MIME parts.
- Fix CVE-2020-25866: In Wireshark 3.2.0 to 3.2.6 and 3.0.0 to 3.0.13,
  the BLIP protocol dissector has a NULL pointer dereference because a
  buffer was sized for compressed (not uncompressed) messages. This was
  addressed in epan/dissectors/packet-blip.c by allowing reasonable
  compression ratios and rejecting ZIP bombs.

https://www.wireshark.org/docs/relnotes/wireshark-3.2.7.html

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/wireshark/wireshark.hash | 6 +++---
 package/wireshark/wireshark.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/wireshark/wireshark.hash b/package/wireshark/wireshark.hash
index c9f62ad1a8..16866d96b4 100644
--- a/package/wireshark/wireshark.hash
+++ b/package/wireshark/wireshark.hash
@@ -1,6 +1,6 @@
-# From https://www.wireshark.org/download/src/all-versions/SIGNATURES-3.2.6.txt
-sha1  e8f3e6cb9072670c8bdbbff7e5fe3ccd5203d35e  wireshark-3.2.6.tar.xz
-sha256  ebb1eebe39bcecee02195dc328dd25f6862fc9e9dea4c2e29eae50537d5eb4f2  wireshark-3.2.6.tar.xz
+# From https://www.wireshark.org/download/src/all-versions/SIGNATURES-3.2.7.txt
+sha1  b564c2e729066cb7c952463fef6163e23a5fea1e  wireshark-3.2.7.tar.xz
+sha256  be832fb86d9c455c5be8b225a755cdc77cb0e92356bdfc1fe4b000d93f7d70da  wireshark-3.2.7.tar.xz
 
 # Locally calculated
 sha256  7cdbed2b697efaa45576a033f1ac0e73cd045644a91c79bbf41d4a7d81dac7bf  COPYING
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index 04e3e13ff1..354f008250 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WIRESHARK_VERSION = 3.2.6
+WIRESHARK_VERSION = 3.2.7
 WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.xz
 WIRESHARK_SITE = https://www.wireshark.org/download/src/all-versions
 WIRESHARK_LICENSE = wireshark license
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/wireshark: security bump to version 3.2.7
  2020-10-10 20:06 [Buildroot] [PATCH 1/1] package/wireshark: security bump to version 3.2.7 Fabrice Fontaine
@ 2020-10-11 17:00 ` Peter Korsgaard
  2020-10-12  7:20 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-10-11 17:00 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - Fix CVE-2020-25862: In Wireshark 3.2.0 to 3.2.6, 3.0.0 to 3.0.13, and
 >   2.6.0 to 2.6.20, the TCP dissector could crash. This was addressed in
 >   epan/dissectors/packet-tcp.c by changing the handling of the invalid
 >   0xFFFF checksum.
 > - Fix CVE-2020-25863: In Wireshark 3.2.0 to 3.2.6, 3.0.0 to 3.0.13, and
 >   2.6.0 to 2.6.20, the MIME Multipart dissector could crash. This was
 >   addressed in epan/dissectors/packet-multipart.c by correcting the
 >   deallocation of invalid MIME parts.
 > - Fix CVE-2020-25866: In Wireshark 3.2.0 to 3.2.6 and 3.0.0 to 3.0.13,
 >   the BLIP protocol dissector has a NULL pointer dereference because a
 >   buffer was sized for compressed (not uncompressed) messages. This was
 >   addressed in epan/dissectors/packet-blip.c by allowing reasonable
 >   compression ratios and rejecting ZIP bombs.

 > https://www.wireshark.org/docs/relnotes/wireshark-3.2.7.html

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/wireshark: security bump to version 3.2.7
  2020-10-10 20:06 [Buildroot] [PATCH 1/1] package/wireshark: security bump to version 3.2.7 Fabrice Fontaine
  2020-10-11 17:00 ` Peter Korsgaard
@ 2020-10-12  7:20 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-10-12  7:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - Fix CVE-2020-25862: In Wireshark 3.2.0 to 3.2.6, 3.0.0 to 3.0.13, and
 >   2.6.0 to 2.6.20, the TCP dissector could crash. This was addressed in
 >   epan/dissectors/packet-tcp.c by changing the handling of the invalid
 >   0xFFFF checksum.
 > - Fix CVE-2020-25863: In Wireshark 3.2.0 to 3.2.6, 3.0.0 to 3.0.13, and
 >   2.6.0 to 2.6.20, the MIME Multipart dissector could crash. This was
 >   addressed in epan/dissectors/packet-multipart.c by correcting the
 >   deallocation of invalid MIME parts.
 > - Fix CVE-2020-25866: In Wireshark 3.2.0 to 3.2.6 and 3.0.0 to 3.0.13,
 >   the BLIP protocol dissector has a NULL pointer dereference because a
 >   buffer was sized for compressed (not uncompressed) messages. This was
 >   addressed in epan/dissectors/packet-blip.c by allowing reasonable
 >   compression ratios and rejecting ZIP bombs.

 > https://www.wireshark.org/docs/relnotes/wireshark-3.2.7.html

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x, 2020.05.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-12  7:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-10 20:06 [Buildroot] [PATCH 1/1] package/wireshark: security bump to version 3.2.7 Fabrice Fontaine
2020-10-11 17:00 ` Peter Korsgaard
2020-10-12  7:20 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.