svn commit: r392739 - branches/2015Q2/security/vuxml

Palle Girgensohn girgen at FreeBSD.org
Thu Jul 23 16:24:26 UTC 2015


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:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="b202e4ce-3114-11e5-aa32-0026551a22dc">
+    <topic>shibboleth-sp -- DoS vulnerability</topic>
+    <affects>
+      <package>
+	<name>xmltooling</name>
+	<range><lt>1.5.5</lt></range>
+      </package>
+      <package>
+	<name>opensaml2</name>
+	<range><lt>2.5.5</lt></range>
+      </package>
+      <package>
+	<name>shibboleth-sp</name>
+	<range><lt>2.5.5</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Shibboleth consortium reports:</p>
+	<blockquote cite="http://shibboleth.net/community/advisories/secadv_20150721.txt">
+	  <p>
+	    Shibboleth SP software crashes on well-formed but invalid XML.
+	  </p>
+	  <p>
+	    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.
+	  </p>
+	  <p>
+	    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.
+	  </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://shibboleth.net/community/advisories/secadv_20150721.txt</url>
+      <cvename>CVE-2015-2684</cvename>
+    </references>
+    <dates>
+      <discovery>2015-07-21</discovery>
+      <entry>2015-07-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="8e887b71-d769-11e4-b1c2-20cf30e32f6d">
     <topic>subversion -- DoS vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list