I was wondering if anyone could comment on this as I'm by no means a security expert.
I've run a free PCI scan using Hackerguardian as we're about apply for a merchant account, and keep getting this “warning”.
"Non-persistent Cross-Site Scripting Vulnerability"
"CGI abuses : XSS "
"Medium Priority"
The following CGI script seem to be vulnerable to XSS non-persistent hole : /qcodo-
0.4.10/www/assets/php/_core/error_already_rendered_page.php
Unsafe arguments : strHtml
Unsafe URLs : /qcodo-0.4.10/www/assets/php/_core/error_already_rendered_page.php
POST data: strHtml=%3c%2fscript%3e%3cscript%3ealert(12345)%3c%2fscript%3e (XSS
pattern: < /script> < script> alert(12345)< /script> )
An attacker may exploit this flaws to steal user's cookies
Solution : Modify the relevant CGIs so that they filter metacharacters, convert < and > to escape
sequences
Risk factor : Medium / CVSS Base Score : 4.3
Is this a real error, or just the scanner being stupid? Thanks!