Swiki 1.5 - HTML Injection / Cross-Site Scripting

EDB-ID:

31628




Platform:

PHP

Date:

2008-04-08


source: https://www.securityfocus.com/bid/28680/info

Swiki is prone to an HTML-injection vulnerability and a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.

An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials, control how the site is rendered to the user, or launch other attacks.

Swiki 1.5 is vulnerable; other versions may also be affected. 

http://www.example.com:8000/<script>alert("XSS");</script>