Google Chrome < 44.0.2403.157 Bypass Anti-XSS filter Vulnerability
影响版本:Google Chrome〈 44.0.2403.157 已知Google Chrome具有XSS防护机制,防止执行XSS中的的JS代码。下面有一段PHP代码:?php // Echo the value of parameter one echo "This is text1:".$GET'text1'."brbr"; // Echo the value of parameter two echo "This is text2:".$GET'text2'."brbr"; ?...