exploit-db-mirror/platforms/php/webapps/35571.txt
Offensive Security 2a1c991e8f Updated 12_20_2014
2014-12-20 04:52:36 +00:00

9 lines
No EOL
572 B
Text
Executable file

source: http://www.securityfocus.com/bid/47182/info
TextPattern 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 to launch other attacks.
TextPattern 4.2.0 is vulnerable; other versions may also be affected.
http://www.example.com/index.php?q=<script>alert(888)</script>