From owner-svn-ports-all@FreeBSD.ORG Tue Mar 4 22:17:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E36A157; Tue, 4 Mar 2014 22:17:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D4EC223F; Tue, 4 Mar 2014 22:17:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s24MHWOE040450; Tue, 4 Mar 2014 22:17:32 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s24MHWg7040448; Tue, 4 Mar 2014 22:17:32 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201403042217.s24MHWg7040448@svn.freebsd.org> From: Xin LI Date: Tue, 4 Mar 2014 22:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347076 - 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.17 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: Tue, 04 Mar 2014 22:17:33 -0000 Author: delphij Date: Tue Mar 4 22:17:32 2014 New Revision: 347076 URL: http://svnweb.freebsd.org/changeset/ports/347076 QAT: https://qat.redports.org/buildarchive/r347076/ Log: Document GnuTLS multiple certification verification issues. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Mar 4 22:08:17 2014 (r347075) +++ head/security/vuxml/vuln.xml Tue Mar 4 22:17:32 2014 (r347076) @@ -51,6 +51,50 @@ Note: Please add new entries to the beg --> + + gnutls -- multiple certificate verification issues + + + gnutls + gnutls-devel + gnutls3 + 3.1.22 + 3.2.03.2.12 + + + + +

GnuTLS project reports:

+
+

A vulnerability was discovered that affects the + certificate verification functions of all gnutls + versions. A specially crafted certificate could + bypass certificate validation checks. The + vulnerability was discovered during an audit of + GnuTLS for Red Hat.

+
+
+

Suman Jana reported a vulnerability that affects + the certificate verification functions of + gnutls 2.11.5 and later versions. A version 1 + intermediate certificate will be considered as + a CA certificate by default (something that + deviates from the documented behavior).

+
+ +
+ + CVE-2014-0092 + CVE-2014-1959 + http://www.gnutls.org/security.html#GNUTLS-SA-2014-1 + http://www.gnutls.org/security.html#GNUTLS-SA-2014-2 + + + 2014-03-03 + 2014-03-04 + +
+ file -- denial of service