jCore - 'search' Cross-Site Scripting

EDB-ID:

34345

CVE:

N/A




Platform:

Java

Date:

2009-12-17


source: https://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">