From owner-svn-ports-all@freebsd.org Thu Sep 8 20:52:40 2016 Return-Path: Delivered-To: svn-ports-all@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 4B3D7BD0B02; Thu, 8 Sep 2016 20:52:40 +0000 (UTC) (envelope-from madpilot@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 26CEA5E0; Thu, 8 Sep 2016 20:52:40 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u88Kqdnb020542; Thu, 8 Sep 2016 20:52:39 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u88Kqd75020540; Thu, 8 Sep 2016 20:52:39 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201609082052.u88Kqd75020540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 8 Sep 2016 20:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421580 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 20:52:40 -0000 Author: madpilot Date: Thu Sep 8 20:52:39 2016 New Revision: 421580 URL: https://svnweb.freebsd.org/changeset/ports/421580 Log: Document asterisk vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Sep 8 20:45:46 2016 (r421579) +++ head/security/vuxml/vuln.xml Thu Sep 8 20:52:39 2016 (r421580) @@ -58,6 +58,81 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + asterisk -- RTP Resource Exhaustion + + + asterisk11 + 11.23.1 + + + asterisk13 + 13.11.1 + + + + +

The Asterisk project reports:

+
+

The overlap dialing feature in chan_sip allows chan_sip + to report to a device that the number that has been dialed + is incomplete and more digits are required. If this + functionality is used with a device that has performed + username/password authentication RTP resources are leaked. + This occurs because the code fails to release the old RTP + resources before allocating new ones in this scenario. + If all resources are used then RTP port exhaustion will + occur and no RTP sessions are able to be set up.

+

If overlap dialing support is not needed the "allowoverlap" + option can be set to no. This will stop any usage of the + scenario which causes the resource exhaustion.

+
+ +
+ + http://downloads.asterisk.org/pub/security/AST-2016-007.html + + + 2016-08-05 + 2016-09-08 + +
+ + + asterisk -- Crash on ACK from unknown endpoint + + + asterisk13 + 13.10.013.11.1 + + + + +

The Asterisk project reports:

+
+

Asterisk can be crashed remotely by sending an ACK to + it from an endpoint username that Asterisk does not + recognize. Most SIP request types result in an "artificial" + endpoint being looked up, but ACKs bypass this lookup. + The resulting NULL pointer results in a crash when + attempting to determine if ACLs should be applied.

+

This issue was introduced in the Asterisk 13.10 release + and only affects that release.

+

This issue only affects users using the PJSIP stack + with Asterisk. Those users that use chan_sip are + unaffected.

+
+ +
+ + http://downloads.asterisk.org/pub/security/AST-2016-006.html + + + 2016-08-03 + 2016-09-08 + +
+ inspircd -- authentication bypass vulnerability