From owner-svn-ports-head@freebsd.org Mon Oct 30 16:57:56 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 711EDE61D7B; Mon, 30 Oct 2017 16:57:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C8086A75C; Mon, 30 Oct 2017 16:57:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9UGvtOU064907; Mon, 30 Oct 2017 16:57:55 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9UGvtRv064905; Mon, 30 Oct 2017 16:57:55 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710301657.v9UGvtRv064905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 30 Oct 2017 16:57:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453196 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 453196 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2017 16:57:56 -0000 Author: swills Date: Mon Oct 30 16:57:55 2017 New Revision: 453196 URL: https://svnweb.freebsd.org/changeset/ports/453196 Log: Document wireshark issues Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 30 16:55:26 2017 (r453195) +++ head/security/vuxml/vuln.xml Mon Oct 30 16:57:55 2017 (r453196) @@ -58,6 +58,65 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + wireshark -- multiple security issues + + + wireshark + 2.2.02.2.9 + 2.4.02.4.1 + + + + +

wireshark developers reports:

+
+

In Wireshark 2.4.0 to 2.4.1, the DOCSIS dissector could go into an infinite loop. This was addressed in plugins/docsis/packet-docsis.c by adding decrements.

+

In Wireshark 2.4.0 to 2.4.1, the RTSP dissector could crash. This was addressed in epan/dissectors/packet-rtsp.c by correcting the scope of a variable.

+

In Wireshark 2.4.0 to 2.4.1, 2.2.0 to 2.2.9, and 2.0.0 to 2.0.15, the DMP dissector could crash. This was addressed in epan/dissectors/packet-dmp.c by validating a string length.

+

In Wireshark 2.4.0 to 2.4.1 and 2.2.0 to 2.2.9, the BT ATT dissector could crash. This was addressed in epan/dissectors/packet-btatt.c by considering a case where not all of the BTATT packets have the same encapsulation level.

+

In Wireshark 2.4.0 to 2.4.1 and 2.2.0 to 2.2.9, the MBIM dissector could crash or exhaust system memory. This was addressed in epan/dissectors/packet-mbim.c by changing the memory-allocation approach.

+
+ +
+ + http://www.securityfocus.com/bid/101227 + http://www.securityfocus.com/bid/101228 + http://www.securityfocus.com/bid/101229 + http://www.securityfocus.com/bid/101235 + http://www.securityfocus.com/bid/101240 + https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14049 + https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14056 + https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14068 + https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14077 + https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14080 + https://code.wireshark.org/review/23470 + https://code.wireshark.org/review/23537 + https://code.wireshark.org/review/23591 + https://code.wireshark.org/review/23635 + https://code.wireshark.org/review/23663 + https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3689dc1db36037436b1616715f9a3f888fc9a0f6 + https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=625bab309d9dd21db2d8ae2aa3511810d32842a8 + https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8dbb21dfde14221dab09b6b9c7719b9067c1f06e + https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=afb9ff7982971aba6e42472de0db4c1bedfc641b + https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e27870eaa6efa1c2dac08aa41a67fe9f0839e6e0 + https://www.wireshark.org/security/wnpa-sec-2017-42.html + https://www.wireshark.org/security/wnpa-sec-2017-43.html + https://www.wireshark.org/security/wnpa-sec-2017-44.html + https://www.wireshark.org/security/wnpa-sec-2017-45.html + https://www.wireshark.org/security/wnpa-sec-2017-46.html + CVE-2017-15189 + CVE-2017-15190 + CVE-2017-15191 + CVE-2017-15192 + CVE-2017-15193 + + + 2017-10-10 + 2017-10-30 + +
+ PHP -- denial of service attack