From owner-svn-ports-head@freebsd.org Fri Apr 28 09:23:32 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 28E16D537A8; Fri, 28 Apr 2017 09:23:32 +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 E84D1360; Fri, 28 Apr 2017 09:23:31 +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 v3S9NVnB068554; Fri, 28 Apr 2017 09:23:31 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3S9NUd9068552; Fri, 28 Apr 2017 09:23:30 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201704280923.v3S9NUd9068552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 28 Apr 2017 09:23:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439601 - 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: Fri, 28 Apr 2017 09:23:32 -0000 Author: brnrd Date: Fri Apr 28 09:23:30 2017 New Revision: 439601 URL: https://svnweb.freebsd.org/changeset/ports/439601 Log: security/vuxml: Document LibreSSL vulnerability - CVE-2017-8301 TLS verification vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Apr 28 09:10:37 2017 (r439600) +++ head/security/vuxml/vuln.xml Fri Apr 28 09:23:30 2017 (r439601) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + LibreSSL -- TLS verification vulnerability + + + libressl + 2.5.12.5.3_1 + + + + +

Jakub Jirutka reports:

+
+

LibreSSL 2.5.1 to 2.5.3 lacks TLS certificate verification if + SSL_get_verify_result is relied upon for a later check of a + verification result, in a use case where a user-provided verification + callback returns 1, as demonstrated by acceptance of invalid + certificates by nginx. +

+
+ +
+ + http://seclists.org/oss-sec/2017/q2/145 + https://github.com/libressl-portable/portable/issues/307 + CVE-2017-8301 + + + 2017-04-27 + 2017-04-28 + +
+ jenkins -- multiple vulnerabilities