diff options
author | delphij <delphij@FreeBSD.org> | 2010-01-19 01:45:54 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-01-19 01:45:54 +0800 |
commit | 68aaa37be131fb838859fa75789020dc74b9499a (patch) | |
tree | 03bcb1d977141a2c94b2f885f70be8240bb00930 /security/vuxml/vuln.xml | |
parent | bb92e30056c8b6d9ec059da2896f5c06a4e9956f (diff) | |
download | freebsd-ports-gnome-68aaa37be131fb838859fa75789020dc74b9499a.tar.gz freebsd-ports-gnome-68aaa37be131fb838859fa75789020dc74b9499a.tar.zst freebsd-ports-gnome-68aaa37be131fb838859fa75789020dc74b9499a.zip |
Document dokuwiki multiple vulnerabilities.
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 40b34a0fb1ca..ebe57f051bad 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,40 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="848539dc-0458-11df-8dd7-002170daae37"> + <topic>dokuwiki -- multiple vulnerabilities</topic> + <affects> + <package> + <name>dokuwiki</name> + <range><lt>20091225_2</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=1853"> + <p>The plugin does no checks against cross-site request + forgeries (CSRF) which can be exploited to e.g. change + the access control rules by tricking a logged in + administrator into visiting a malicious web site.</p> + </blockquote> + <blockquote cite="http://bugs.splitbrain.org/index.php?do=details&task_id=1847"> + <p>The bug allows listing the names of arbitrary file on + the webserver - not their contents. This could leak + private information about wiki pages and server structure.</p> + </blockquote> + </body> + </description> + <references> + <url>http://bugs.splitbrain.org/index.php?do=details&task_id=1847</url> + <url>http://bugs.splitbrain.org/index.php?do=details&task_id=1853</url> + </references> + <dates> + <discovery>2010-01-17</discovery> + <entry>2010-01-18</entry> + </dates> + </vuln> + <vuln vid="c9263916-006f-11df-94cb-0050568452ac"> <topic>Zend Framework -- multiple vulnerabilities</topic> <affects> |