As I have mentioned previously our server fails PCI compliance because the web server is prone to cross site scripting attacks. The only web server on this particular server is TSPlus ver 8.30 Is there anyway to fix this issue? I have shown the results of the cross site scripting test below.
Thanks,Description: Web Server Generic XSS
Synopsis: The remote web server is prone to cross-site scripting
attacks.
Impact: The remote host is running a web server that fails to adequately
sanitize request strings of malicious JavaScript. By leveraging this
issue, an attacker may be able to cause arbitrary HTML and script code
to be executed in a user's browser within the security context of the
affected site.
See also :
en.wikipedia.org/wiki/Cross- site_scripting
Data Received: The request string used to detect this flaw was :
/<script>cross_site_scripting plugin</script>.asp
The output was :
HTTP/1.1 404 Not Found\r Content-Type: text/plain; charset=UTF-8\r \r
Failure: 404 Not Found 1 /<script>cross_site_scripting
plugin</script>.asp
Note that this XSS attack may only work against web browsers that have
"content sniffing" enabled.
Simon