From owner-svn-ports-all@freebsd.org Thu Nov 9 10:12:11 2017 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 4F325E70D01; Thu, 9 Nov 2017 10:12:11 +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 263BC801C4; Thu, 9 Nov 2017 10:12:11 +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 vA9ACAPP007903; Thu, 9 Nov 2017 10:12:10 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA9AC98w007900; Thu, 9 Nov 2017 10:12:09 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201711091012.vA9AC98w007900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 9 Nov 2017 10:12:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453804 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 453804 X-SVN-Commit-Repository: ports 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, 09 Nov 2017 10:12:11 -0000 Author: madpilot Date: Thu Nov 9 10:12:09 2017 New Revision: 453804 URL: https://svnweb.freebsd.org/changeset/ports/453804 Log: Document Asterisk vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 9 09:16:25 2017 (r453803) +++ head/security/vuxml/vuln.xml Thu Nov 9 10:12:09 2017 (r453804) @@ -58,6 +58,94 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + asterisk -- Memory/File Descriptor/RTP leak in pjsip session resource + + + asterisk13 + 13.5.013.18.1 + + + + +

The Asterisk project reports:

+
+

A memory leak occurs when an Asterisk pjsip session + object is created and that call gets rejected before the + session itself is fully established. When this happens + the session object never gets destroyed. This then leads + to file descriptors and RTP ports being leaked as well.

+
+ +
+ + https://downloads.asterisk.org/pub/security/AST-2017-011.html + + + 2017-10-15 + 2017-11-09 + +
+ + + asterisk -- Buffer overflow in CDR's set user + + + aasterisk13 + 13.18.1 + + + + +

The Asterisk project reports:

+
+

No size checking is done when setting the user field + for Party B on a CDR. Thus, it is possible for someone + to use an arbitrarily large string and write past the end + of the user field storage buffer. The earlier AST-2017-001 + advisory for the CDR user field overflow was for the Party + A buffer.

+
+ +
+ + https://downloads.asterisk.org/pub/security/AST-2017-010.html + + + 2017-10-09 + 2017-11-09 + +
+ + + asterisk -- Buffer overflow in pjproject header parsing can cause crash in Asterisk + + + assterisk13 + 13.18.1 + + + + +

The Asterisk project reports:

+
+

By carefully crafting invalid values in the Cseq and + the Via header port, pjprojects packet parsing code can + create strings larger than the buffer allocated to hold + them. This will usually cause Asterisk to crash immediately. + The packets do not have to be authenticated.

+
+ +
+ + https://downloads.asterisk.org/pub/security/AST-2017-009.html + + + 2017-10-05 + 2017-11-09 + +
+ OpenSSL -- Multiple vulnerabilities