]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/security.mdwn
check for invalid utf-8, and toss it back to avoid crashes
[git.ikiwiki.info.git] / doc / security.mdwn
index 52ef486e69f425751296a510f4350e8c33ab9051..403de81de8750ee0c465f674ecaac8343b206a8c 100644 (file)
@@ -408,3 +408,12 @@ discovered on 30 May 2008 and fixed the same day. ([[cve CVE-2008-0169]])
 
 I recommend upgrading to 2.48 immediatly if your wiki allows both password
 and openid logins.
+
+## Malformed UTF-8 DOS
+
+Feeding ikiwiki page sources containing certian forms of malformed UTF-8
+can cause it to crash. This can potentially be used for a denial of service
+attack.
+
+intrigeri discovered this problem on 12 Nov 2008 and a patch put in place
+later that day.