diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-07-24 08:00:32 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-07-24 08:00:32 +0000 |
commit | 7cdfd867bfa96f8e4b6f1ce1742b21ac407b80fc (patch) | |
tree | 2d2348773eb2a84dd6a73abb9ec6090658caac76 /security/vuxml/vuln.xml | |
parent | 3c620094560e0ba8777c40bb7983f9526f611a60 (diff) | |
download | ports-7cdfd867bfa96f8e4b6f1ce1742b21ac407b80fc.tar.gz ports-7cdfd867bfa96f8e4b6f1ce1742b21ac407b80fc.zip |
Notes
Diffstat (limited to 'security/vuxml/vuln.xml')
-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 b91ff8a0b8c4..a69634456eb1 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,43 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="cddde37a-39b5-11dc-b3da-001921ab2fa4"> + <topic>dokuwiki -- XSS vulnerability in spellchecker backend</topic> + <affects> + <package> + <name>dokuwiki</name> + <range><lt>20070626_1</lt></range> + </package> + <package> + <name>dokuwiki-devel</name> + <range><lt>20070524_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>DokuWiki reports:</p> + <blockquote cite="http://bugs.splitbrain.org/index.php?do=details&task_id=1195"> + <p>The spellchecker tests the UTF-8 capabilities of the used browser by + sending an UTF-8 string to the backend, which will send it back unfiltered. + By comparing string length the spellchecker can work around broken + implementations. An attacker could construct a form to let users send + JavaScript to the spellchecker backend, resulting in malicious JavaScript + being executed in their browser.</p> + <p>Affected are all versions up to and including 2007-06-26 even when the + spell checker is disabled.</p> + </blockquote> + </body> + </description> + <references> + <url>http://xforce.iss.net/xforce/xfdb/35501</url> + <cvename>CVE-2007-3930</cvename> + </references> + <dates> + <discovery>2007-06-26</discovery> + <entry>2007-07-24</entry> + </dates> + </vuln> + <vuln vid="fc9c217e-3791-11dc-bb1a-000fea449b8a"> <topic>lighttpd -- multiple vulnerabilities</topic> <affects> |