New issue
Advanced search Search tips

Issue 610273 link

Starred by 0 users

Issue metadata

Status: Verified
Owner:
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

ASSERTION FAILED: frame()->isRemoteFrame() || !activeOrigin->canAccessCheckSubor

Project Member Reported by ClusterFuzz, May 9 2016

Issue description

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5714629291933696

Fuzzer: inferno_twister
Job Type: linux_debug_content_shell_drt
Platform Id: linux

Crash Type: ASSERT
Crash Address: 
Crash State:
  ASSERTION FAILED: frame()->isRemoteFrame() || !activeOrigin->canAccessCheckSubor
  blink::DOMWindow::crossDomainAccessErrorMessage
  blink::V8WrapperInstantiationScope::convertException
  

Minimized Testcase (0.25 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv96NVDT2Dc5p4RGQoZv9sZTR4Qd7O9VVFoowj2WBGZdaIHUN0bGTm4Yw7S2c4X5bl6y8WCNO5Y8yqRtCgdnHpEH9Hw20kd9bYL4vPPJK9EIsueNLQhNvkpdK5lVCpsdfuZ-G7CqL2FTtGSBTVhzBq8QdurP_4w
 list-style-position: outside;<script>
var iframe = document.body.appendChild(document.createElement("iframe"));
    var win = iframe.contentWindow;
    function recurse() {
        try { recurse(); } catch(e) {}
 win.location; 
    }
    recurse();
</script>


Filer: rnimmagadda

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Components: Blink>JavaScript Tools>Test>FindIt>CorrectResult
Labels: -Pri-1 findit-for-crash Te-Logged M-51 Pri-2
Owner: jochen@chromium.org
Status: Assigned (was: Available)
Author: jochen@chromium.org
Project: chromium
Changelist: https://chromium.googlesource.com/chromium/src//+/051023a269e548c5da19246c7db6e9870dac2f69
Time: Mon Sep 14 18:02:36 2015
The CL last changed line 126 of file V8DOMWrapper.cpp, which is stack frame 1.

@jochen: Could you please look into this issue.

Thank you.
Cc: jochen@chromium.org
Owner: dcheng@chromium.org
Daniel, this hits your assert :)
Project Member

Comment 3 by ClusterFuzz, Aug 9 2016

ClusterFuzz has detected this issue as fixed in range 410349:410400.

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=5714629291933696

Fuzzer: inferno_twister
Job Type: linux_debug_content_shell_drt
Platform Id: linux

Crash Type: ASSERT
Crash Address: 
Crash State:
  frame()->isRemoteFrame() || !activeOrigin->canAccessCheckSuborigins(targetOrigin
  blink::DOMWindow::crossDomainAccessErrorMessage
  blink::V8WrapperInstantiationScope::convertException
  
Regressed: https://cluster-fuzz.appspot.com/revisions?job=linux_debug_content_shell_drt&range=348655:348681
Fixed: https://cluster-fuzz.appspot.com/revisions?job=linux_debug_content_shell_drt&range=410349:410400

Minimized Testcase (0.25 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv96K1vcss2j5N8j-BnIUNMdZD5AkqxrUux6U9Elf3cDsYIBS01iNl20AuqV_X9Iqbx1GaAzAZAMX02yJ-l3BF8_7b5Ls5GJLfoA3AX9woeTC9SpXk08_AGLwhdYaHDJ-nL3PUB0_1OGO4fl7UxJ76W9U0P7SMw?testcase_id=5714629291933696
 list-style-position: outside;<script>
var iframe = document.body.appendChild(document.createElement("iframe"));
    var win = iframe.contentWindow;
    function recurse() {
        try { recurse(); } catch(e) {}
 win.location; 
    }
    recurse();
</script>


See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.

If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
Project Member

Comment 4 by ClusterFuzz, Aug 9 2016

Labels: ClusterFuzz-Verified
Status: Verified (was: Assigned)
ClusterFuzz testcase is verified as fixed, closing issue.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.

Comment 5 by dcheng@chromium.org, Aug 10 2016

FWIW I'm a bit suspicious of clusterfuzz's methodology here. I don't see anything in the fixed range that suggests it would have affected this behavior...
Project Member

Comment 6 by sheriffbot@chromium.org, Nov 22 2016

Labels: -Restrict-View-EditIssue
Removing EditIssue view restrictions from ClusterFuzz filed bugs. If you believe that this issue should still be restricted, please reapply the label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment