New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 653038 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 645150
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug-Security



Sign in to add a comment

Heap-buffer-overflow in v8::internal::Simulator::LoadStoreHelper

Project Member Reported by ClusterFuzz, Oct 5 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_arm64_dbg
Platform Id: linux

Crash Type: Heap-buffer-overflow READ 4
Crash Address: 0x6020000183d3
Crash State:
  v8::internal::Simulator::LoadStoreHelper
  v8::internal::Simulator::ExecuteInstruction
  v8::internal::Simulator::CheckPCSComplianceAndRun
  
Recommended Security Severity: Medium

Regressed: V8: r37469:37470

Minimized Testcase (0.40 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv945gp-ngHlAPrPr5xBjxH2BlnU65SVoL5jqzrqgmGBKwdcjoJ46J6EXk6xgLUWJNr3ouyrihiyeiUmuKQcugUdwZ10oZWY84cQ_fjK_B3n1SbjMvQxtmip-anPaVox1tAwsfQysROlsw8YK31ShlccJamawAA?testcase_id=6387905562148864
var __v_18 = {};
  __f_13();
function __f_70(expected, __f_87, __f_17) {
 __f_87(__v_18, __f_17, new ArrayBuffer(1)).__f_31();
}
function __f_13() {
  __f_70(0, __f_65);
}
( {
})();
function __f_65(__v_18, __v_46, buffer) {
  "use asm";
  var __v_17 = new __v_18.Int32Array(buffer);
  function __f_87() {
    var __v_51 = 0;
    __v_51 = __v_17[0] & -1;
    return __v_51 | 0;
  }
  return {__f_31: __f_87};
}


Issue manually filed by: titzer

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Cc: bradnelson@chromium.org
Owner: titzer@chromium.org
Project Member

Comment 2 by sheriffbot@chromium.org, Oct 5 2016

Labels: Pri-1
Project Member

Comment 3 by sheriffbot@chromium.org, Oct 5 2016

Status: Assigned (was: Untriaged)
Labels: Security_Impact-Beta
Impacts beta per v8 regression range.
Looks like this is a case of reading off the end of a non-word-size array buffer. Not sure why the other platforms with ASAN don't catch this, but this is definitely a bug.
Project Member

Comment 6 by sheriffbot@chromium.org, Oct 6 2016

Labels: M-54
Project Member

Comment 7 by sheriffbot@chromium.org, Oct 6 2016

Labels: ReleaseBlock-Stable
Project Member

Comment 8 by sheriffbot@chromium.org, Oct 7 2016

Labels: M-54
Labels: -ReleaseBlock-Stable
Project Member

Comment 10 by sheriffbot@chromium.org, Oct 11 2016

Labels: ReleaseBlock-Stable
Labels: -M-54 M-55
Moving to M55, per sheriffbot rules this will always get RBS as long the Security_Impact-Beta label is present.
Project Member

Comment 12 by sheriffbot@chromium.org, Oct 20 2016

titzer: Uh oh! This issue still open and hasn't been updated in the last 14 days. This is a serious vulnerability, and we want to ensure that there's progress. Could you please leave an update with the current status and any potential blockers?

If you're not the right owner for this issue, could you please remove yourself as soon as possible or help us find the right one?

If the issue is fixed or you can't reproduce it, please close the bug. If you've started working on a fix, please set the status to Started.

Thanks for your time! To disable nags, add the Disable-Nags label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
**** Bulk edit -  please ignore if not applicable ****

A friendly reminder that M55 Stable is launch is coming soon! Your bug is labelled as Stable ReleaseBlock, pls make sure to land the fix and get it merged into the release branch ASAP so it gets enough baking time in Beta (before Stable promotion). Thank you!
**** Bulk edit -  please ignore if not applicable ****

A friendly reminder that M55 Stable is launch is coming soon! Your bug is labelled as Stable ReleaseBlock, pls make sure to land the fix and get it merged into the release branch ASAP so it gets enough baking time in Beta (before Stable promotion). Thank you!


Mergedinto: 645150
Status: Duplicate (was: Assigned)
Labels: -ReleaseBlock-Stable
Project Member

Comment 17 by sheriffbot@chromium.org, Feb 10 2017

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