diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2015-07-23 16:24:25 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2015-07-23 16:24:25 +0000 |
commit | 7d7c2271f6c957574221e8746e5a356435cd114f (patch) | |
tree | 62df5949bd48fd9ac402081c242b4bc0cddbabd5 | |
parent | MFH: r390784 (diff) |
Shibboleth SP software crashes on well-formed but invalid XML.2015Q2
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
Notes
Notes:
svn path=/branches/2015Q2/; revision=392739
-rw-r--r-- | security/vuxml/vuln.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a8e86fe8585d..f521a94211c6 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |