From owner-svn-ports-all@freebsd.org Thu Jul 9 23:13:28 2015 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 B98AF3C5F; Thu, 9 Jul 2015 23:13:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 8D81A3E5; Thu, 9 Jul 2015 23:13:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69NDSin051423; Thu, 9 Jul 2015 23:13:28 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69NDSKh051422; Thu, 9 Jul 2015 23:13:28 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507092313.t69NDSKh051422@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Thu, 9 Jul 2015 23:13:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391683 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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 Jul 2015 23:13:28 -0000 Author: delphij Date: Thu Jul 9 23:13:27 2015 New Revision: 391683 URL: https://svnweb.freebsd.org/changeset/ports/391683 Log: Document OpenSSL alternative chains certificate forgery vulnerability. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 9 21:12:03 2015 (r391682) +++ head/security/vuxml/vuln.xml Thu Jul 9 23:13:27 2015 (r391683) @@ -57,6 +57,42 @@ Notes: --> + + openssl -- alternate chains certificate forgery vulnerability + + + openssl + 1.0.2_21.0.2_4 + + + mingw32-openssl + 1.0.2b1.0.2d + + + + +

OpenSSL reports:

+
+

During certificate verification, OpenSSL (starting from version + 1.0.1n and 1.0.2b) will attempt to find an alternative certificate + chain if the first attempt to build such a chain fails. An error + in the implementation of this logic can mean that an attacker could + cause certain checks on untrusted certificates to be bypassed, + such as the CA flag, enabling them to use a valid leaf certificate + to act as a CA and "issue" an invalid certificate.

+
+ +
+ + CVE-2015-1793 + https://www.openssl.org/news/secadv_20150709.txt + + + 2015-07-09 + 2015-07-09 + +
+ django -- multiple vulnerabilities