header-logo
Suggest Exploit
vendor:
MyServer
by:
Unknown
5.5
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: MyServer
Affected Version From: 2000.8.9
Affected Version To: Unknown
Patch Exists: NO
Related CWE: Unknown
CPE: a:myserver:myserver:0.8.9
Metasploit:
Other Scripts:
Platforms Tested: Unknown
Unknown

Cross-Site Scripting Vulnerability in MyServer

The application fails to properly sanitize user-supplied input, allowing an attacker to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can be used to steal authentication credentials and launch further attacks.

Mitigation:

Proper input validation and output encoding should be implemented to prevent XSS attacks. Sanitize user-supplied input to remove any potentially malicious code.
Source

Exploit-DB raw data:

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

MyServer is prone to a cross-site scripting vulnerability because the application 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 help the attacker steal cookie-based authentication credentials and launch other attacks.

MyServer 0.8.9 is vulnerable; other versions may also be affected. 

http://localhost/cgi-bin/post.mscgi Post:<script>alert('xss');</script>