header-logo
Suggest Exploit
vendor:
Toms Gästebuch
by:
Unknown
4.3
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: Toms Gästebuch
Affected Version From: Toms Gästebuch versions prior to 1.01
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested: Unknown
Unknown

Toms Gästebuch Cross-Site Scripting Vulnerability

Toms Gästebuch is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to properly sanitize user-supplied input and implement input validation mechanisms. Input should be validated against a whitelist of allowed characters or sanitized to remove potentially malicious code.
Source

Exploit-DB raw data:

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

Toms Gästebuch is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.

An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

Toms Gästebuch versions prior to 1.01 are vulnerable. 

http://www.example.com/form.php?action=show&homepage=[XSS]&mail=[XSS]&name=[XSS]