Chrome XSS Auditor Bypass.
Reported by
mishra.d...@gmail.com,
Feb 15 2017
|
|
Issue description
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0
Steps to reproduce the problem:
Code:
What is the expected behavior?
What went wrong?
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setXSSAuditorEnabled(true);
}
</script>
</head>
<body>
<img src="x" onerror="alert('bye');//!!!</html">
</body>
</html>
Please find attachment for reference.
Did this work before? N/A
Chrome version: 56.0.2924.87 (Official Build) (64-bit) Channel: stable
OS Version: 6.1 (Windows 7, Windows Server 2008 R2)
Flash Version: Shockwave Flash 24.0 r0
,
Feb 15 2017
No, we'd need to have the URL contain an encoded representation of the payload. There's nothing here pulled from an URL. |
|
►
Sign in to add a comment |
|
Comment 1 by och...@chromium.org
, Feb 15 2017Labels: -Type-Bug-Security -Restrict-View-SecurityTeam Type-Bug
Owner: tsepez@chromium.org
Status: WontFix (was: Unconfirmed)