aboutsummaryrefslogtreecommitdiff
path: root/doc/security.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-05-16 19:54:41 -0400
committerJoey Hess <joey@kitenet.net>2012-05-16 19:54:41 -0400
commitfbfcea89f8e06426c73ab8ea369ca4cdc566db6f (patch)
tree74d5ea5f91937dad82e265170392ab832724632f /doc/security.mdwn
parent95a8b8868f1bbf73a9b8a4f36c5e21c2fcd0141b (diff)
downloadikiwiki-fbfcea89f8e06426c73ab8ea369ca4cdc566db6f.tar
ikiwiki-fbfcea89f8e06426c73ab8ea369ca4cdc566db6f.tar.gz
meta: Security fix; add missing sanitization of author and authorurl. Thanks, Raúl Benencia
Diffstat (limited to 'doc/security.mdwn')
-rw-r--r--doc/security.mdwn9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/security.mdwn b/doc/security.mdwn
index b573b5f23..99f40d3f1 100644
--- a/doc/security.mdwn
+++ b/doc/security.mdwn
@@ -482,9 +482,16 @@ Ludwig Nussel discovered a way for users to hijack root's tty when
ikiwiki-mass-rebuild was run. Additionally, there was some potential
for information disclosure via symlinks. ([[!cve CVE-2011-1408]])
-This hole was disconvered on 8 June 2011 and fixed the same day with
+This hole was discovered on 8 June 2011 and fixed the same day with
the release of ikiwiki 3.20110608. Note that the fix is dependant on
a version of su that has a similar hole fixed; [[!debbug 628843]]
tracks fixing the hole in Debian's su. An upgrade is a must for any
sites that have `ikiwiki-update-wikilist` installed suid (not the default),
and whose admins run `ikiwiki-mass-rebuild`.
+
+## javascript insertion via meta tags
+
+Raúl Benencia discovered an additional XSS exposure in the meta plugin.
+
+This hole was discovered on 16 May 2012 and fixed the same day with
+the release of ikiwiki 3.20120516.