New issue
Advanced search Search tips

Issue 640238 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 631027
Owner:
Closed: Aug 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: ----
Type: Bug-Security



Sign in to add a comment

Crash in v8::internal::Invoke

Project Member Reported by ClusterFuzz, Aug 23 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_v8_d8_be
Platform Id: linux

Crash Type: UNKNOWN READ
Crash Address: 0x000300000000
Crash State:
  v8::internal::Invoke
  v8::internal::Execution::Call
  v8::Script::Run
  
Regressed: V8: r37458:37466

Minimized Testcase (0.28 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv942KDJW9y4HiYly6-fjLTKnlsMhr5upHpuOMkH4p6e5xlWoH7GroV51CbYeEKl4XItDmAPucfL-Ce62b4zXSFlrFzUuyHyyZapUUCh_p28bsVMYqgPxRsdMCuMdLNUn-J2AdbQaalZoijLFmgteui3WICoqqQ?testcase_id=5126879606734848
MjsUnitAssertionError.prototype.toString = function () { return this.message; };
function __f_2() {
}
try {
async function __f_4() {
}
async function __f_5() {
    await __f_4();
}
} catch(e) {; }
try {
(function() {
})();
} catch(e) {; }
  for (var __v_10 = 0; __v_10 < 2; __v_10++) {
  }


Issue manually filed by: inferno

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Components: Blink>JavaScript
Owner: jarin@chromium.org
Status: Assigned (was: Untriaged)
Labels: Security_Impact-Head

Comment 3 by jarin@chromium.org, Aug 24 2016

Labels: -Security_Impact-Head -Security_Severity-High Security_Impact-None
This is a Turbofan escape analysis bug, escape analysis is off by default.

Comment 4 by jarin@chromium.org, Aug 24 2016

Mergedinto: 631027
Status: Duplicate (was: Assigned)
Project Member

Comment 5 by ClusterFuzz, Aug 29 2016

ClusterFuzz has detected this issue as fixed in range 38961:38963.

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_v8_d8_be
Platform Id: linux

Crash Type: UNKNOWN READ
Crash Address: 0x000300000000
Crash State:
  v8::internal::Invoke
  v8::internal::Execution::Call
  v8::Script::Run
  
Regressed: V8: r37458:37466
Fixed: V8: r38961:38963

Minimized Testcase (0.28 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv942KDJW9y4HiYly6-fjLTKnlsMhr5upHpuOMkH4p6e5xlWoH7GroV51CbYeEKl4XItDmAPucfL-Ce62b4zXSFlrFzUuyHyyZapUUCh_p28bsVMYqgPxRsdMCuMdLNUn-J2AdbQaalZoijLFmgteui3WICoqqQ?testcase_id=5126879606734848
MjsUnitAssertionError.prototype.toString = function () { return this.message; };
function __f_2() {
}
try {
async function __f_4() {
}
async function __f_5() {
    await __f_4();
}
} catch(e) {; }
try {
(function() {
})();
} catch(e) {; }
  for (var __v_10 = 0; __v_10 < 2; __v_10++) {
  }


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 6 by sheriffbot@chromium.org, Nov 30 2016

Labels: -Restrict-View-SecurityTeam allpublic
This bug has been closed for more than 14 weeks. Removing security view restrictions.

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

Sign in to add a comment