E107 Website System 0.6 - Attached File Cross-Site Scripting



EKU-ID: 31433 CVE: OSVDB-ID:
Author: edward11 Published: 2005-08-08 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


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

e107 Website System 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.

<html>
<body>
<script>alert('VULN');</script>
</body>
</html>