diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-05-06 10:56:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-05-06 10:56:38 +0000 |
commit | fb01ce77903f7fa9a3fea1e616da9d6095e5545a (patch) | |
tree | a07cb6222dd702f84412bbd98689fc7c393bebb6 | |
parent | - Upgrade to 1.2. (diff) |
Add www/fswiki vulnerability.
Notes
Notes:
svn path=/head/; revision=161482
-rw-r--r-- | security/vuxml/vuln.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 1af2982654bb..032385535ee9 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,31 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="a86f30e7-dce7-11da-bf3f-02e081235dab"> + <topic>fswiki -- XSS vulnerability</topic> + <affects> + <package> + <name>fswiki</name> + <range><lt>3.5.11</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>JVN reports:</p> + <blockquote cite="http://jvn.jp/jp/JVN%2335274905/"> + <p>FreeStyleWiki has XSS vulnerability.</p> + </blockquote> + </body> + </description> + <references> + <url>http://jvn.jp/jp/JVN%2335274905/</url> + </references> + <dates> + <discovery>2006-04-18</discovery> + <entry>2006-05-06</entry> + </dates> + </vuln> + <vuln vid="a8d8713e-dc83-11da-a22b-000c6ec775d9"> <topic>mysql50-server -- COM_TABLE_DUMP arbitrary code execution</topic> <affects> |