diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-01-03 23:50:36 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-01-03 23:50:36 +0000 |
commit | 9dcc8f1621984f40c1d3bba6e833c043f87aadb7 (patch) | |
tree | 7e49bcdbef47dfac3017ed67261819d56ac17cf3 /security | |
parent | d20e53d2e993bdb1a069e874f17770c0d03e50d6 (diff) | |
download | ports-9dcc8f1621984f40c1d3bba6e833c043f87aadb7.tar.gz ports-9dcc8f1621984f40c1d3bba6e833c043f87aadb7.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 08ada9b765a0..e5f9f2ed05fd 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -47,6 +47,42 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="810df820-3664-11e1-8fe3-00215c6a37bb"> + <topic>wordpress -- cross site scripting vulnerability</topic> + <affects> + <package> + <name>wordpress</name> + <range><lt>3.3.1,1</lt></range> + </package> + <package> + <name>de-wordpress</name> + <name>zh-wordpress-zh_CN</name> + <name>zh-wordpress-zh_TW</name> + <range><lt>3.3.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>WordPress development team reports:</p> + <blockquote cite="http://wordpress.org/news/2012/01/wordpress-3-3-1/"> + <p>WordPress 3.3.1 is now available. This maintenance release + fixes 15 issues with WordPress 3.3, as well as a fix for a + cross-site scripting vulnerability that affected version 3.3. + Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K. and + the Go Daddy security team for responsibly disclosing the bug + to our security team.</p> + </blockquote> + </body> + </description> + <references> + <url>http://threatpost.com/en_us/blogs/xss-bug-found-wordpress-33-010312</url> + </references> + <dates> + <discovery>2012-01-03</discovery> + <entry>2012-01-03</entry> + </dates> + </vuln> + <vuln vid="048c77df-3211-11e1-9583-14dae938ec40"> <topic>zabbix-frontend -- multiple XSS vulnerabilities</topic> <affects> |