diff options
author | delphij <delphij@FreeBSD.org> | 2009-06-05 05:52:25 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-06-05 05:52:25 +0800 |
commit | d3943df2909d067ed0d4cb9af78b03c1254f4a55 (patch) | |
tree | 9421bdc917d5a47f951e4f1f5ff65428417f8c0b | |
parent | f10c5f1e1dfe11c402067c8758bb6b17163a14a7 (diff) | |
download | freebsd-ports-gnome-d3943df2909d067ed0d4cb9af78b03c1254f4a55.tar.gz freebsd-ports-gnome-d3943df2909d067ed0d4cb9af78b03c1254f4a55.tar.zst freebsd-ports-gnome-d3943df2909d067ed0d4cb9af78b03c1254f4a55.zip |
Document dokuwiki local File Inclusion with register_globals on vulnerability.
-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 33f84787cb8d..07045195b470 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="4f838b74-50a1-11de-b01f-001c2514716c"> + <topic>dokuwiki -- Local File Inclusion with register_globals on</topic> + <affects> + <package> + <name>dokuwiki</name> + <range><lt>20090214_2</lt></range> + </package> + <package> + <name>dokuwiki-devel</name> + <range><gt>0</gt></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=1700"> + <p>A security hole was discovered which allows an attacker + to include arbitrary files located on the attacked DokuWiki + installation. The included file is executed in the PHP context. + This can be escalated by introducing malicious code through + uploading file via the media manager or placing PHP code in + editable pages.</p> + </blockquote> + </body> + </description> + <references> + <url>http://bugs.splitbrain.org/index.php?do=details&task_id=1700</url> + </references> + <dates> + <discovery>2009-05-26</discovery> + <entry>2009-06-04</entry> + </dates> + </vuln> + <vuln vid="82b55df8-4d5a-11de-8811-0030843d3802"> <topic>openssl -- denial of service in DTLS implementation</topic> <affects> |