diff options
-rw-r--r-- | security/vuxml/vuln.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a9291aceea1f..422c350ad710 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |