diff options
author | simon <simon@FreeBSD.org> | 2006-06-06 03:57:27 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-06-06 03:57:27 +0800 |
commit | 0c09c557141dbb9d0c99fd133ec2a4cf10880c25 (patch) | |
tree | 29ad02dd2611066d4dd953a5f8f395e49266d769 | |
parent | 5556ca60abdc8cb528c3112a682e98135fbd05fe (diff) | |
download | freebsd-ports-gnome-0c09c557141dbb9d0c99fd133ec2a4cf10880c25.tar.gz freebsd-ports-gnome-0c09c557141dbb9d0c99fd133ec2a4cf10880c25.tar.zst freebsd-ports-gnome-0c09c557141dbb9d0c99fd133ec2a4cf10880c25.zip |
Document dokuwiki -- spellchecker remote PHP code execution.
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index fba1aac3cea8..77845baa3459 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,41 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="af8dba15-f4cc-11da-87a1-000c6ec775d9"> + <topic>dokuwiki -- spellchecker remote PHP code execution</topic> + <affects> + <package> + <name>dokuwiki</name> + <range><lt>20060309_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Stefan Esser reports:</p> + <blockquote cite="http://www.hardened-php.net/advisory_042006.119.html"> + <p>During the evaluation of DokuWiki for a german/korean + wiki of mine a flaw in DokuWiki's spellchecker was + discovered, that allows injecting arbitrary PHP commands, + by requesting a spellcheck on PHP commands in 'complex + curly syntax'.</p> + <p>Because the spellchecker is written as part of the AJAX + functionality of DokuWiki, it can be directly called by + any website visitor, without the need for a wiki + account.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.hardened-php.net/advisory_042006.119.html</url> + <url>http://bugs.splitbrain.org/index.php?do=details&id=823</url> + <url>http://secunia.com/advisories/20429/</url> + </references> + <dates> + <discovery>2006-06-05</discovery> + <entry>2006-06-05</entry> + </dates> + </vuln> + <vuln vid="40a0185f-ec32-11da-be02-000c6ec775d9"> <topic>drupal -- multiple vulnerabilities</topic> <affects> |