谷歌 浏览器 XSS Filter 绕过 漏洞 (Google Chromium XSS Audit

来自:tetraph



"XSS auditor" is first published in 2010 by Google which is used to prevent reflected XSS Attacks.
However, we found the following string can bypass the filter.

<script>0,alert("XSS")</script>




The mechanism of the filter is very simple. It will checked whether the reflected codes contain the same  content sent out from the user.




If there are same content, chromium will check whether the same content is in some tag such as <script></script>
<img > ...



If so, chromium will remove the same content from the reflected codes.








From:
https://tetraph.com/security/xss-vulnerability/google-chromium-xss-auditor-bypass/

2015-06-29
热度-1

评论

热度(1)

©夜如墨 / Powered by LOFTER