From owner-svn-ports-head@freebsd.org Thu Feb 16 12:42:52 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 C6FEBCE0DFE; Thu, 16 Feb 2017 12:42:52 +0000 (UTC) (envelope-from brnrd@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 7D2921863; Thu, 16 Feb 2017 12:42:52 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1GCgpmU016601; Thu, 16 Feb 2017 12:42:51 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1GCgpbO016600; Thu, 16 Feb 2017 12:42:51 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702161242.v1GCgpbO016600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 16 Feb 2017 12:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434209 - 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-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: Thu, 16 Feb 2017 12:42:52 -0000 Author: brnrd Date: Thu Feb 16 12:42:51 2017 New Revision: 434209 URL: https://svnweb.freebsd.org/changeset/ports/434209 Log: security/vuxml: Document openssl-devel vulnerability - While here fix whitespace on 077bbadf-f2f4-11e6-92a7-902b34361349 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 16 12:31:16 2017 (r434208) +++ head/security/vuxml/vuln.xml Thu Feb 16 12:42:51 2017 (r434209) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + openssl -- crash on handshake + + + openssl-devel + 1.1.0e + + + + +

The OpenSSL project reports:

+
+

Severity: High
+ During a renegotiation handshake if the Encrypt-Then-Mac + extension is negotiated where it was not in the original + handshake (or vice-versa) then this can cause OpenSSL to + crash (dependent on ciphersuite). Both clients and servers + are affected.
+ This issue does not affect OpenSSL version 1.0.2. +

+
+ +
+ + https://www.openssl.org/news/secadv/20170216.txt + CVE-2017-3733 + + + 2017-02-16 + 2017-02-16 + +
+ diffoscope -- arbitrary file write @@ -71,8 +104,8 @@ Notes:

Ximin Luo reports:

[v67] introduced a security hole where diffoscope may write to - arbitrary locations on disk depending on the contents of an - untrusted archive.

+ arbitrary locations on disk depending on the contents of an + untrusted archive.