From owner-svn-ports-head@freebsd.org Fri Sep 6 07:53:14 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D0EC4EBBF5; Fri, 6 Sep 2019 07:53:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46PqYQ54Qzz41Jy; Fri, 6 Sep 2019 07:53:14 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9280D19A73; Fri, 6 Sep 2019 07:53:14 +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 x867rE6T044416; Fri, 6 Sep 2019 07:53:14 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x867rE6r044413; Fri, 6 Sep 2019 07:53:14 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201909060753.x867rE6r044413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 6 Sep 2019 07:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511284 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 511284 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.29 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: Fri, 06 Sep 2019 07:53:14 -0000 Author: madpilot Date: Fri Sep 6 07:53:13 2019 New Revision: 511284 URL: https://svnweb.freebsd.org/changeset/ports/511284 Log: Document asterisk vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Sep 6 07:39:45 2019 (r511283) +++ head/security/vuxml/vuln.xml Fri Sep 6 07:53:13 2019 (r511284) @@ -58,6 +58,89 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + asterisk -- Remote Crash Vulnerability in audio transcoding + + + asterisk13 + 13.28.1 + + + asterisk16 + 16.5.1 + + + + +

The Asterisk project reports:

+
+

When audio frames are given to the audio transcoding + support in Asterisk the number of samples are examined + and as part of this a message is output to indicate that + no samples are present. A change was done to suppress + this message for a particular scenario in which the message + was not relevant. This change assumed that information + about the origin of a frame will always exist when in + reality it may not.

+

This issue presented itself when an RTP packet containing + no audio (and thus no samples) was received. In a particular + transcoding scenario this audio frame would get turned + into a frame with no origin information. If this new frame + was then given to the audio transcoding support a crash + would occur as no samples and no origin information would + be present. The transcoding scenario requires the genericplc + option to be set to enabled (the default) and a transcoding + path from the source format into signed linear and then + from signed linear into another format.

+

Note that there may be other scenarios that have not + been found which can cause an audio frame with no origin + to be given to the audio transcoding support and thus + cause a crash.

+
+ +
+ + https://downloads.asterisk.org/pub/security/AST-2019-005.html + CVE-2019-15639 + + + 2019-08-07 + 2019-09-06 + +
+ + + asterisk -- Crash when negotiating for T.38 with a declined stream + + + asterisk15 + 15.7.4 + + + asterisk16 + 16.5.1 + + + + +

The Asterisk project reports:

+
+

When Asterisk sends a re-invite initiating T.38 faxing, + and the endpoint responds with a declined media stream a + crash will then occur in Asterisk.

+
+ +
+ + https://downloads.asterisk.org/pub/security/AST-2019-004.html + CVE-2019-15297 + + + 2019-08-05 + 2019-09-06 + +
+ samba -- combination of parameters and permissions can allow user to escape from the share path definition