Kshop 2.22 - 'kshop_search.php' Cross-Site Scripting



EKU-ID: 37116 CVE: CVE-2008-3560;OSVDB-47343 OSVDB-ID:
Author: Lostmon Published: 2008-08-06 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


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

Kshop is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied input 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 help the attacker steal cookie-based authentication credentials and launch other attacks.

Kshop 2.22 is vulnerable; other versions may also be affected.

<form action="http://www.example.com/modules/kshop/kshop_search.php" method="POST"> <input type="text" name="search" value="Put your XSS Here !!!"> </form