svn commit: r476594 - head/security/vuxml

Palle Girgensohn girgen at FreeBSD.org
Tue Aug 7 13:18:04 UTC 2018


Author: girgen
Date: Tue Aug  7 13:18:02 2018
New Revision: 476594
URL: https://svnweb.freebsd.org/changeset/ports/476594

Log:
  Add vulnerability information about apache-xml-security-c

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Aug  7 12:49:20 2018	(r476593)
+++ head/security/vuxml/vuln.xml	Tue Aug  7 13:18:02 2018	(r476594)
@@ -58,6 +58,43 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="5786185a-9a43-11e8-b34b-6cc21735f730">
+    <topic>xml-security-c -- crashes on malformed KeyInfo content</topic>
+    <affects>
+      <package>
+	<name>apache-xml-security-c</name>
+	<range><lt>2.0.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The shibboleth project reports:</p>
+	<blockquote cite="https://shibboleth.net/community/advisories/secadv_20180803.txt">
+	  <p>
+	    SAML messages, assertions, and metadata all commonly make use of the
+	    XML Signature KeyInfo construct, which expresses information about
+	    keys and certificates used in signing or encrypting XML.
+	  </p>
+	  <p>
+	    The Apache Santuario XML Security for C++ library contained code
+	    paths at risk of dereferencing null pointers when processing various
+	    kinds of malformed KeyInfo hints typically found in signed or
+	    encrypted XML.  The usual effect is a crash, and in the case of the
+	    Shibboleth SP software, a crash in the shibd daemon, which prevents
+	    access to protected resources until the daemon is restarted.
+	  </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://shibboleth.net/community/advisories/secadv_20180803.txt</url>
+    </references>
+    <dates>
+      <discovery>2018-08-03</discovery>
+      <entry>2018-08-07</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="3c2eea8c-99bf-11e8-8bee-a4badb2f4699">
     <topic>FreeBSD -- Resource exhaustion in TCP reassembly</topic>
     <affects>


More information about the svn-ports-all mailing list