diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-25 23:47:57 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-25 23:47:57 +0000 |
commit | 30f46fb6dd0e3274076055378a60865cd414d4a4 (patch) | |
tree | f25ba43371336658ce86598a0b343e8565b292fc | |
parent | - Back out last commit, return to 1.9.1.1 (diff) |
Document OpenSAML2 issue
Notes
Notes:
svn path=/head/; revision=278334
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index abe19aa37bbc..05cdb21a6472 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,35 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="9f14cb36-b6fc-11e0-a044-445c73746d79"> + <topic>opensaml2 -- unauthenticated login</topic> + <affects> + <package> + <name>opensaml2</name> + <range><gt>0</gt><lt>2.4.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>OpenSAML developer reports:</p> + <blockquote cite="https://groups.google.com/a/shibboleth.net/group/announce/browse_thread/thread/cf3e0d76afbb57d9"> + <p>The Shibboleth software relies on the OpenSAML libraries to perform + verification of signed XML messages such as attribute queries or + SAML assertions. Both the Java and C++ versions are vulnerable to a + so-called "wrapping attack" that allows a remote, unauthenticated + attacker to craft specially formed messages that can be successfully + verified, but contain arbitrary content.</p> + </blockquote> + </body> + </description> + <references> + <mlist msgid="CA530061.113D6%cantor.2@osu.edu">https://groups.google.com/a/shibboleth.net/group/announce/browse_thread/thread/cf3e0d76afbb57d9</mlist> + </references> + <dates> + <discovery>2011-07-25</discovery> + <entry>2011-07-25</entry> + </dates> + </vuln> <vuln vid="9a777c23-b310-11e0-832d-00215c6a37bb"> <topic>rsync -- incremental recursion memory corruption vulnerability</topic> <affects> |