exploit-db-mirror/platforms/java/webapps/34345.txt
Offensive Security 6b6daa5f97 Updated 08_17_2014
2014-08-17 04:41:15 +00:00

7 lines
No EOL
519 B
Text
Executable file

source: http://www.securityfocus.com/bid/41748/info
jCore is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
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 let the attacker steal cookie-based authentication credentials and launch other attacks.
http://www.example.com/modules/search?search=</a><input value="xss" onclick="alert(1)" type="submit">