TinyMCPUK - 'test' Cross-Site Scripting



EKU-ID: 42514 CVE: OSVDB-88092 OSVDB-ID:
Author: eidelweiss Published: 2012-12-01 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


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

TinyMCPUK is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data.

An attacker may leverage this issue 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 and launch other attacks.

TinyMCPUK 0.3 is vulnerable; other versions may also be affected.

http://www.example.com/filemanager/connectors/php/connector.php?test=<h1>p0c</h1>&xss=<script>alert(document.cookie)</script>