Invision Power Board (IP.Board) 1.0.3 - Attached File Cross-Site Scripting



EKU-ID: 31432 CVE: CVE-2005-2542;OSVDB-18709 OSVDB-ID:
Author: V[i]RuS Published: 2005-08-08 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


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

Invision Power Board is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.

An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks.

This issue is reported to affect Invision Power Board 1.0.3; other 1.x versions of the application may also be affected. However, the 2.x versions of the application are reported not vulnerable to this issue.

<html>
<body>
<script>alert('Css found By V[i]RuS');</script>
</body>
</html>