From owner-svn-ports-head@freebsd.org Fri Aug 14 16:34:31 2015 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 97A819BAA89; Fri, 14 Aug 2015 16:34:31 +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 886E01950; Fri, 14 Aug 2015 16:34:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EGYVJG034286; Fri, 14 Aug 2015 16:34:31 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EGYVwd034284; Fri, 14 Aug 2015 16:34:31 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201508141634.t7EGYVwd034284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 14 Aug 2015 16:34:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394230 - 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.20 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, 14 Aug 2015 16:34:31 -0000 Author: feld Date: Fri Aug 14 16:34:30 2015 New Revision: 394230 URL: https://svnweb.freebsd.org/changeset/ports/394230 Log: Document freeradius3 vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Aug 14 16:33:39 2015 (r394229) +++ head/security/vuxml/vuln.xml Fri Aug 14 16:34:30 2015 (r394230) @@ -58,6 +58,34 @@ Notes: --> + + freeradius3 -- insufficient validation on packets + + + freeradius3 + 3.0.8 + + + + +

Jouni Malinen reports:

+
+

The EAP-PWD module performed insufficient validation on + packets received from an EAP peer. This module is not enabled in the + default configuration. Administrators must manually enable it for their + server to be vulnerable. Only versions 3.0 up to 3.0.8 are affected.

+
+ +
+ + http://freeradius.org/security.html#eap-pwd-2015 + + + 2015-04-04 + 2015-08-14 + +
+ gnutls -- double free in certificate DN decoding