From owner-svn-ports-branches@freebsd.org Thu Jul 23 16:24:26 2015 Return-Path: Delivered-To: svn-ports-branches@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 393A89A90A0; Thu, 23 Jul 2015 16:24:26 +0000 (UTC) (envelope-from girgen@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 14CDB2940; Thu, 23 Jul 2015 16:24:26 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NGOPfm039748; Thu, 23 Jul 2015 16:24:25 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NGOPAZ039747; Thu, 23 Jul 2015 16:24:25 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201507231624.t6NGOPAZ039747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 23 Jul 2015 16:24:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392739 - branches/2015Q2/security/vuxml X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2015 16:24:26 -0000 Author: girgen Date: Thu Jul 23 16:24:25 2015 New Revision: 392739 URL: https://svnweb.freebsd.org/changeset/ports/392739 Log: Shibboleth SP software crashes on well-formed but invalid XML. The Service Provider software contains a code path with an uncaught exception that can be triggered by an unauthenticated attacker by supplying well-formed but schema-invalid XML in the form of SAML metadata or SAML protocol messages. The result is a crash and so causes a denial of service. You must rebuild opensaml and shibboleth with xmltooling-1.5.5 or later. The easiest way to do so is to update the whole chain including shibboleth-2.5.5 an opensaml2.5.5. URL: http://shibboleth.net/community/advisories/secadv_20150721.txt Security: CVE-2015-2684 Approved by: ports-secteam Modified: branches/2015Q2/security/vuxml/vuln.xml Modified: branches/2015Q2/security/vuxml/vuln.xml ============================================================================== --- branches/2015Q2/security/vuxml/vuln.xml Thu Jul 23 16:22:28 2015 (r392738) +++ branches/2015Q2/security/vuxml/vuln.xml Thu Jul 23 16:24:25 2015 (r392739) @@ -57,6 +57,54 @@ Notes: --> + + shibboleth-sp -- DoS vulnerability + + + xmltooling + 1.5.5 + + + opensaml2 + 2.5.5 + + + shibboleth-sp + 2.5.5 + + + + +

Shibboleth consortium reports:

+
+

+ Shibboleth SP software crashes on well-formed but invalid XML. +

+

+ The Service Provider software contains a code path with an uncaught + exception that can be triggered by an unauthenticated attacker by + supplying well-formed but schema-invalid XML in the form of SAML + metadata or SAML protocol messages. The result is a crash and so + causes a denial of service. +

+

+ You must rebuild opensaml and shibboleth with xmltooling-1.5.5 or + later. The easiest way to do so is to update the whole chain including + shibboleth-2.5.5 an opensaml2.5.5. +

+
+ +
+ + http://shibboleth.net/community/advisories/secadv_20150721.txt + CVE-2015-2684 + + + 2015-07-21 + 2015-07-23 + +
+ subversion -- DoS vulnerabilities