From d7da44f6da765263051e69c4b3924d2da43e7442 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Fri, 10 Apr 2026 14:56:48 +0200 Subject: [PATCH] package/wireshark: security bump to v4.4.14 For more information on the version bump, see: - https://www.wireshark.org/docs/relnotes/wireshark-4.4.14.html Fixes the following vulnerabilities: - CVE-2026-3201: USB HID dissector memory exhaustion in Wireshark 4.4.0 to 4.4.13 and 4.6.0 to 4.6.3 allows denial of service https://www.cve.org/CVERecord?id=CVE-2026-3201 - CVE-2026-3203: RF4CE Profile dissector crash in Wireshark 4.4.0 to 4.4.13 and 4.6.0 to 4.6.3 allows denial of service https://www.cve.org/CVERecord?id=CVE-2026-3203 Signed-off-by: Giulio Benetti Signed-off-by: Marcus Hoffmann (cherry picked from commit 9639bb44c783e19691ebe2aaf94263006a720f7b) Signed-off-by: Thomas Perale --- 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 87d5781eed..7572ea8b52 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-4.4.13.txt -sha1 2e85bc1231775283d3e1593ce700566e0dc4efb9 wireshark-4.4.13.tar.xz -sha256 cdaaf455954b45990651ba334ddcc691ee446fcfb332e78d27b0a8451f22dc0f wireshark-4.4.13.tar.xz +# From https://www.wireshark.org/download/src/all-versions/SIGNATURES-4.4.14.txt +sha1 41536d8ba1fc977d0832b509af6ea65056c6fe1d wireshark-4.4.14.tar.xz +sha256 c9113130bd2b37919fdcf575f710469ce391960baaff31911e3288469e6a8e8d wireshark-4.4.14.tar.xz # Locally calculated sha256 edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6 COPYING diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk index 196ac63271..d58fa7a6c5 100644 --- a/package/wireshark/wireshark.mk +++ b/package/wireshark/wireshark.mk @@ -4,7 +4,7 @@ # ################################################################################ -WIRESHARK_VERSION = 4.4.13 +WIRESHARK_VERSION = 4.4.14 WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.xz WIRESHARK_SITE = https://www.wireshark.org/download/src/all-versions WIRESHARK_LICENSE = wireshark license