From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- metadata/glsa/glsa-200704-08.xml | 69 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 metadata/glsa/glsa-200704-08.xml (limited to 'metadata/glsa/glsa-200704-08.xml') diff --git a/metadata/glsa/glsa-200704-08.xml b/metadata/glsa/glsa-200704-08.xml new file mode 100644 index 000000000000..7bac7e3291d0 --- /dev/null +++ b/metadata/glsa/glsa-200704-08.xml @@ -0,0 +1,69 @@ + + + + DokuWiki: Cross-site scripting vulnerability + + DokuWiki is vulnerable to a cross-site scripting attack. + + dokuwiki + 2007-04-12 + 2007-04-12: 01 + 163781 + remote + + + 20061106 + 20061106 + + + +

+ DokuWiki is a simple to use wiki aimed at creating documentation. +

+
+ +

+ DokuWiki does not sanitize user input to the GET variable 'media' in + the fetch.php file. +

+
+ +

+ An attacker could entice a user to click a specially crafted link and + inject CRLF characters into the variable. This would allow the creation + of new lines or fields in the returned HTTP Response header, which + would permit the attacker to execute arbitrary scripts in the context + of the user's browser. +

+
+ +

+ Replace the following line in lib/exe/fetch.php: +

+ $MEDIA = getID('media',false); // no cleaning - maybe external +

+ with +

+ $MEDIA = preg_replace('/[\x00-\x1F]+/s','',getID('media',false)); +
+ +

+ All DokuWiki users should upgrade to the latest version: +

+ + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/dokuwiki-20061106" +
+ + CVE-2006-6965 + + + falco + + + aetius + + + falco + +
-- cgit v1.2.3