From owner-svn-ports-all@freebsd.org Mon Jul 13 04:21:15 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 E972E99BE15; Mon, 13 Jul 2015 04:21:15 +0000 (UTC) (envelope-from feld@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 C01F11DB8; Mon, 13 Jul 2015 04:21:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6D4LFL3052488; Mon, 13 Jul 2015 04:21:15 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6D4LFEm052389; Mon, 13 Jul 2015 04:21:15 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507130421.t6D4LFEm052389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 13 Jul 2015 04:21:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391877 - 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: Mon, 13 Jul 2015 04:21:16 -0000 Author: feld Date: Mon Jul 13 04:21:14 2015 New Revision: 391877 URL: https://svnweb.freebsd.org/changeset/ports/391877 Log: Document freeradius vulnerability PR: 201059 Security: CVE-2015-4680 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jul 13 04:08:32 2015 (r391876) +++ head/security/vuxml/vuln.xml Mon Jul 13 04:21:14 2015 (r391877) @@ -58,6 +58,50 @@ Notes: --> + + freeradius -- insufficent CRL application vulnerability + + + freeradius2 + 2.2.8 + + + freeradius3 + 3.0.9 + + + + +

oCERT reports:

+
+

The FreeRADIUS server relies on OpenSSL to perform certificate + validation, including Certificate Revocation List (CRL) checks. The + FreeRADIUS usage of OpenSSL, in CRL application, limits the checks + to leaf certificates, therefore not detecting revocation of + intermediate CA certificates.

+

An unexpired client certificate, issued by an intermediate CA with + a revoked certificate, is therefore accepted by FreeRADIUS.

+

Specifically sets the X509_V_FLAG_CRL_CHECK flag for leaf + certificate CRL checks, but does not use X509_V_FLAG_CRL_CHECK_ALL + for CRL checks on the complete trust chain.

+

The FreeRADIUS project advises that the recommended configuration + is to use self-signed CAs for all EAP-TLS methods.

+
+ +
+ + CVE-2015-4680 + ports/201058 + ports/201059 + http://www.ocert.org/advisories/ocert-2015-008.html + http://freeradius.org/security.html + + + 2015-06-22 + 2015-07-13 + +
+ xen-tools -- xl command line config handling stack overflow