From owner-svn-ports-all@freebsd.org Thu Feb 18 20:41:01 2021 Return-Path: Delivered-To: svn-ports-all@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 7B2D154DC17; Thu, 18 Feb 2021 20:41:01 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhRSF37CQz3jqM; Thu, 18 Feb 2021 20:41:01 +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 5E2211EFD2; Thu, 18 Feb 2021 20:41:01 +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 11IKf15S095954; Thu, 18 Feb 2021 20:41:01 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11IKf1HT095953; Thu, 18 Feb 2021 20:41:01 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202102182041.11IKf1HT095953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 18 Feb 2021 20:41:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565978 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 565978 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.34 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, 18 Feb 2021 20:41:01 -0000 Author: madpilot Date: Thu Feb 18 20:41:00 2021 New Revision: 565978 URL: https://svnweb.freebsd.org/changeset/ports/565978 Log: Report new asterisk vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 18 20:22:35 2021 (r565977) +++ head/security/vuxml/vuln.xml Thu Feb 18 20:41:00 2021 (r565978) @@ -77,6 +77,186 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + asterisk -- Remote Crash Vulnerability in PJSIP channel driver + + + asterisk13 + 13.38.2 + + + asterisk16 + 16.16.1 + + + asterisk18 + 18.2.1 + + + + +

The Asterisk project reports:

+
+

Given a scenario where an outgoing call is placed from + Asterisk to a remote SIP server it is possible for a crash + to occur.

+
+ +
+ + CVE-2021-26906 + https://downloads.asterisk.org/pub/security/AST-2021-005.html + + + 2021-02-08 + 2021-02-18 + +
+ + + asterisk -- An unsuspecting user could crash Asterisk with multiple hold/unhold requests + + + asterisk16 + 16.16.016.16.1 + + + asterisk18 + 18.2.018.2.1 + + + + +

The Asterisk project reports:

+
+

Due to a signedness comparison mismatch, an authenticated + WebRTC client could cause a stack overflow and Asterisk + crash by sending multiple hold/unhold requests in quick + succession.

+
+ +
+ + CVE-2021-26714 + https://downloads.asterisk.org/pub/security/AST-2021-004.html + + + 2021-02-11 + 2021-02-18 + +
+ + + asterisk -- Remote attacker could prematurely tear down SRTP calls + + + asterisk13 + 13.38.113.38.2 + + + asterisk16 + 16.16.016.16.1 + + + asterisk18 + 18.2.018.2.1 + + + + +

The Asterisk project reports:

+
+

An unauthenticated remote attacker could replay SRTP + packets which could cause an Asterisk instance configured + without strict RTP validation to tear down calls + prematurely.

+
+ +
+ + CVE-2021-26712 + https://downloads.asterisk.org/pub/security/AST-2021-003.html + + + 2021-02-18 + 2021-02-18 + +
+ + + asterisk -- Remote crash possible when negotiating T.38 + + + asterisk16 + 16.15.016.16.1 + + + asterisk18 + 18.1.018.2.1 + + + + +

The Asterisk project reports:

+
+

When re-negotiating for T.38 if the initial remote + response was delayed just enough Asterisk would send both + audio and T.38 in the SDP. If this happened, and the + remote responded with a declined T.38 stream then Asterisk + would crash.

+
+ +
+ + CVE-2021-26717 + https://downloads.asterisk.org/pub/security/AST-2021-002.html + + + 2021-02-05 + 2021-02-18 + +
+ + + asterisk -- Remote crash in res_pjsip_diversion + + + asterisk13 + 13.38.113.38.2 + + + asterisk16 + 16.15.116.16.1 + + + asterisk18 + 18.1.118.2.1 + + + + +

The Asterisk project reports:

+
+

If a registered user is tricked into dialing a malicious + number that sends lots of 181 responses to Asterisk, each + one will cause a 181 to be sent back to the original + caller with an increasing number of entries in the + "Supported" header. Eventually the number of entries in + the header exceeds the size of the entry array and causes + a crash.

+
+ +
+ + CVE-2020-35776 + https://downloads.asterisk.org/pub/security/AST-2021-001.html + + + 2021-01-04 + 2021-02-18 + +
+ Rails -- multiple vulnerabilities