Closed (fixed)
Project:
Wikitools
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2008 at 15:57 UTC
Updated:
25 Mar 2011 at 21:41 UTC
Jump to comment: Most recent file
wikitools_decode_page_name() should really escape $page_name with check_plain() or something else, because it won't display characters like < or > properly. For example, I want to create a wiki for HTML. See what wikipath/
does to the website! (using Garland theme) I don't know if this can be a security problem though.| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 252218-2.patch | 768 bytes | jpmckinney |
Comments
Comment #1
Leonth commentedThe 2nd sentence should be: See what
wikipath/<iframe>does to the website! (using Garland theme)Comment #2
jpmckinney commentedIndeed a bug. Also, XSS vulnerability?
Comment #3
jpmckinney commented