aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--doc/security.mdwn4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index c7e4b1d11..9a73f1084 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
ikiwiki (3.20120516) unstable; urgency=high
* meta: Security fix; add missing sanitization of author and authorurl.
- Thanks, Raúl Benencia
+ CVE-2012-0220 Thanks, Raúl Benencia
-- Joey Hess <joeyh@debian.org> Wed, 16 May 2012 19:51:27 -0400
diff --git a/doc/security.mdwn b/doc/security.mdwn
index 99f40d3f1..c221c8c6d 100644
--- a/doc/security.mdwn
+++ b/doc/security.mdwn
@@ -492,6 +492,8 @@ and whose admins run `ikiwiki-mass-rebuild`.
## javascript insertion via meta tags
Raúl Benencia discovered an additional XSS exposure in the meta plugin.
+([[!cvs CVE-2012-0220]])
This hole was discovered on 16 May 2012 and fixed the same day with
-the release of ikiwiki 3.20120516.
+the release of ikiwiki 3.20120516. A fix was backported to Debian squeeze,
+as version 3.20100815.9. An upgrade is recommended for all sites.