Zwiki 0.10/0.36.2 - Cross-Site Scripting

EDB-ID:

24772




Platform:

PHP

Date:

2004-11-24


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

It is reported that Zwiki is susceptible to a cross-site scripting vulnerability. This issue is due to a failure of the application to properly sanitize user-supplied URI input prior to including it in dynamic web page content.

This issue could permit a remote attacker to create a malicious URI link that includes hostile HTML and script code. If this link were to be followed, the hostile code may be rendered in the web browser of the victim user.

http://www.example.com/<img src=javascript:alert('hi')>