PS3 Hacked!!!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ruudvandan
    DK Veteran
    • Dec 2008
    • 1091

    #1

    PS3 Hacked!!!!

    source: BBC News - PlayStation 3 'hacked' by iPhone cracker

    A US hacker who gained notoriety for unlocking Apple's iPhone as a teenager has told BBC News that he has now hacked Sony's PlayStation 3 (PS3).

    George Hotz said the hack, which could allow people to run pirated games or homemade software, took him five weeks.

    He said he was still refining the technique but intended to post full details online soon.

    The PS3 is the only games console that has not been hacked, despite being on the market for three years.

    "It's supposed to be unhackable - but nothing is unhackable," Mr Hotz told BBC News.

    "I can now do whatever I want with the system. It's like I've got an awesome new power - I'm just not sure how to wield it."

    Sony said it was "investigating the report" and would "clarify the situation" when it had more information.

    'Open curiosity'

    Mr Hotz said that he had begun the hack last summer when he had spent three weeks analysing the hardware.

    After a long break, he spent a further two weeks cracking the console, which he described as a "very secure system".

    He said that he was not yet ready to reveal the full details of the hack but said that it was "5% hardware and 95% software".
    Playstation 3 (Sony)
    The hack could allow gamers to play pirated games

    "You can use hardware to inject an insecurity and then you can build on that," he said.

    He admitted that he had not managed to hack the whole system, including the protected memory, but had worked out ways to trick the console into doing what he wanted.

    Mr Hotz said that he was continuing to work on the hack and, once finished, would publish details online in a similar way to his previous iPhone exploits.

    In particular, he said, he would publish details of the console's "root key", a master code that once known would make it easier for others to decipher and hack other security features on the console.

    He said his motivation was "curiosity" and "opening up the platform".

    "To tell you the truth, I've never really played a PS3," he said. "I have one game, but I've never really played it."

    Opening the system could allow people to install other operating systems on their console and play homemade games, he said.

    In addition, he said, the hack would allow people to play older PS2 games on their consoles.

    Recent versions of the PS3 do not have the ability to play PS2 games after Sony controversially removed a piece of hardware.

    He admitted that it could also allow people to run pirated games.

    "I'm not going to personally have anything to do with that," he told BBC News.

    Gaming firms do not take the issue of game piracy and console modification lightly. Recently, Microsoft disconnected thousands of gamers from its online gaming service Xbox Live for modifying their consoles to play pirated games.

    Mr Hotz said that the nature of his PS3 hack means that Sony may have difficulty patching the exploit.

    "We are investigating the report and will clarify the situation once we have more information," said a Sony spokesman.

    Mr Hotz rose to fame in 2007 at the age of 17 when he unlocked the iPhone, which could only be used on the AT&T network in the US at launch.

    The hack allowed the popular handset to be used on any network.

    He has since released various other hacks, allowing people to unlock later versions of the popular handset.
    http://www.facebook.com/BoycottFIFASponsors
  • ruudvandan
    DK Veteran
    • Dec 2008
    • 1091

    #2
    A useable hack was just a matter of time, now there is light at the end of the tunnel. Party on!
    http://www.facebook.com/BoycottFIFASponsors

    Comment

    • ianmac
      DK Veteran
      • Oct 2008
      • 922

      #3
      Someone will have to get him onto the "NAG3", to hack/crack that...

      --- Ian ---

      Comment

      • sykes
        Member
        • Nov 2008
        • 67

        #4
        wish i could do stuff like that well done lad

        Comment

        • abb1
          Newbie
          • Dec 2008
          • 2

          #5
          check out his blog
          geohotps3.blogspot.com/
          some good stuff in there

          Comment

          • HoTTDubbER
            V.I.P. Member
            • Nov 2008
            • 778

            #6
            full exploit details

            info from
            http://geohotps3.blogspot.com/ by the hacker
            also eploit details which can be found here


            In the interest of openness, I've decided to release the exploit. Hopefully, this will ignite the PS3 scene, and you will organize and figure out how to use this to do practical things, like the iPhone when jailbreaks were first released. I have a life to get back to and can't keep working on this all day and night.

            Please document your findings on the psDevWiki. They have been a great resource so far, and with the power this exploit gives, opens tons of new stuff to document. I'd like to see the missing HV calls filled in, nice memory maps, the boot chain better documented, and progress on a 3D GPU driver. And of course, the search for a software exploit.

            This is the coveted PS3 exploit, gives full memory space access and therefore ring 0 access from OtherOS. Enjoy your hypervisor dumps. This is known to work with version 2.4.2 only, but I imagine it works on all current versions. Maybe later I'll write up how it works

            I've gotten confirmation the exploit works on 3.10. Also I've heard about compile issues on Fedora. I did this in Ubuntu. I would really like someone to write up a nice tutorial

            This is a good article for what it means for the less technical. A good more technical writeup is here.

            Good luck!

            ps3:exploits [psDevWiki]
            Geohot has published his hypervisor-exploit, you can find it here.

            It basically works by quickly allocating and deallocating memory, while glitching the memory bus. This way the hypervisor thinks some repeatedly allocated memory is deallocated, allowing r/w-access and with some tricks r/w-access to the main htab.

            You can find a more detailed explanation 1) :
            geohot: well actually it's pretty simple
            geohot: i allocate a piece of memory
            geohot: using map_htab and write_htab, you can figure out the real address of the memory
            geohot: which is a big win, and something the hv shouldn't allow
            geohot: i fill the htab with tons of entries pointing to that piece of memory
            geohot: and since i allocated it, i can map it read/write
            geohot: then, i deallocate the memory
            geohot: all those entries are set to invalid
            geohot: well while it's setting entries invalid, i glitch the memory control bus
            geohot: the cache writeback misses the memory
            geohot: and i have entries allowing r/w to a piece of memory the hypervisor thinks is deallocated
            geohot: then i create a virtual segment with the htab overlapping that piece of memory i have
            geohot: write an entry into the virtual segment htab allowing r/w to the main segment htab
            geohot: switch to virtual segment
            geohot: write to main segment htab a r/w mapping of itself
            geohot: switch back
            geohot: PWNED
            geohot: and would work if memory were encrypted or had ECC
            geohot: the way i actually glitch the memory bus is really funny
            geohot: i have a button on my FPGA board
            geohot: that pulses low for 40ns
            geohot: i set up the htab with the tons of entries
            geohot: and spam press the button
            geohot: right after i send the deallocate call

            instructions from inside RAR
            !!EXPLOIT IS FOR RESEARCH PURPOSES ONLY!!

            Usage Instructions:

            Compile and run the kernel module.

            When the "PRESS THE BUTTON IN THE MIDDLE OF THIS" comes on, pulse the line circled in the picture low for ~40ns.
            Try this multiple times, I rigged an FPGA button to send the pulse.
            Sometimes it kernel panics, sometimes it lv1 panics, but sometimes you get the exploit!!
            If the module exits, you are now exploited.

            This adds two new HV calls,
            u64 lv1_peek(16)(u64 address)
            void lv1_poke(20)(u64 address, u64 data)
            which allow any access to real memory.

            The PS3 is hacked, its your job to figure out something useful to do with it.

            On the PlayStation 3
            ~geohot

            image from exploit rar
            pokemehere.jpg

            hope some1 can make sence of all this
            i intend to go out a purchase "another" ps3 for when some1 can make use of all this good luck guys
            Attached Files
            Last edited by HoTTDubbER; 28 January, 2010, 14:17.
            Qualified Jedi Master
            Virgin VBox
            x2 PS3 JB FW 3.55
            X2 Wii 4.2E soft modded
            4x DM500S + JADE PLI
            Openbox HD S9 & S10
            DM800 PVR + BLACKHOLE
            Dedicated Linux Debian Server
            1.2M Dish Sky UK, Viasat, Sky IT ,JSC ,Tring+ Cards
            90cm Fortec Star Motorized Dish
            Virgin 50mb Fibre Optic Broadband
            Xbox 360 Samsung LT 2.0.1 No AP25 + Liton LT 2.0
            Microsoft Approved and Certified OEM System Builder
            Subaru Impreza GB270 Owner
            http://online-console.com

            Comment

            • dctyper
              V.I.P. Member
              • Jun 2008
              • 2539

              #7
              Originally posted by ianmac
              Someone will have to get him onto the "NAG3", to hack/crack that...

              --- Ian ---
              i was thining that
              Wavefield Ds 55cm at 13E 19E and 28E receiving everything out there on 2 dm800hd

              previous life dm800hd and 500c on cable screw you nag3


              Comment

              • PAUL7331
                Top Poster
                • Mar 2008
                • 163

                #8
                So has anybody played a copied game on it yet then?

                Comment

                • HoTTDubbER
                  V.I.P. Member
                  • Nov 2008
                  • 778

                  #9
                  The exploit allows access for people to develop a os to run on console , which in turn will be developed to run copied games off the newly created os
                  this is 1st stage of exploiting the machine
                  but also the break through people have been looking for
                  give it 5/6 months and u will see the rise of the ps3 scene
                  Qualified Jedi Master
                  Virgin VBox
                  x2 PS3 JB FW 3.55
                  X2 Wii 4.2E soft modded
                  4x DM500S + JADE PLI
                  Openbox HD S9 & S10
                  DM800 PVR + BLACKHOLE
                  Dedicated Linux Debian Server
                  1.2M Dish Sky UK, Viasat, Sky IT ,JSC ,Tring+ Cards
                  90cm Fortec Star Motorized Dish
                  Virgin 50mb Fibre Optic Broadband
                  Xbox 360 Samsung LT 2.0.1 No AP25 + Liton LT 2.0
                  Microsoft Approved and Certified OEM System Builder
                  Subaru Impreza GB270 Owner
                  http://online-console.com

                  Comment

                  • cunny
                    V.I.P. Member
                    • Jan 2009
                    • 4915

                    #10
                    Originally posted by HoTTDubbER
                    The exploit allows access for people to develop a os to run on console , which in turn will be developed to run copied games off the newly created os
                    this is 1st stage of exploiting the machine
                    but also the break through people have been looking for
                    give it 5/6 months and u will see the rise of the ps3 scene
                    From what i have read also, each game has a unique code so copying the games also could be an issue, then there is the price of the discs, they could be working on a hdd launcher at some point like the wii but i doubt it.

                    The game dumps that are out on the net are useless from what i read but you never know a new OS could trick it that these codes aint needed.

                    Interested days ahead in this scene, now an expliot has been made public, lets see if sony try to patch it as more than likely they always will....
                    sigpic

                    "Make it idiot proof and someone will make a better idiot."

                    Comment

                    • ianmac
                      DK Veteran
                      • Oct 2008
                      • 922

                      #11
                      I agree, Sony will prob try to patch it, like the are doing with the PSP firmware updates.
                      But the PSP is still being hacked after all these years.

                      --- Ian ---

                      Comment

                      • cunny
                        V.I.P. Member
                        • Jan 2009
                        • 4915

                        #12
                        Thats because the security is nowhere near as advanced as the ps3 is. No matter what patches they apply the base code has the flaws. Just hoping that this is the case with the ps3, if anything ever comes of the hack that is
                        sigpic

                        "Make it idiot proof and someone will make a better idiot."

                        Comment

                        • chroma
                          V.I.P. Member
                          • Feb 2009
                          • 1976

                          #13
                          Originally posted by cunny
                          From what i have read also, each game has a unique code so copying the games also could be an issue, then there is the price of the discs, they could be working on a hdd launcher at some point like the wii but i doubt it.

                          The game dumps that are out on the net are useless from what i read but you never know a new OS could trick it that these codes aint needed.

                          Interested days ahead in this scene, now an expliot has been made public, lets see if sony try to patch it as more than likely they always will....
                          Sony cant actualy patch it, the patch would take cycles off of at least one of the SPE's and the PPE to compare memory which isnt really anything to major, the fatal blow comes from the fact that in order to get it to actualy work they would need to half the memory bandwidth over the bus, which means any current and older games would take a severe performance hit.

                          In order to patch the exploit you would effectively kill the system as a gaming platform, and wind up with nothing but a decent BD player/ media center.

                          Sony's only move here is to drop the ability to run linux (which already happened with the slim) and dump linux entirely from their future products roadmaps.
                          The problem with this however is that it was precisely because the ps3 could run nix out of the box (albeit in a nerfed form) that prevented rapid growth of the scene in the first place.
                          (the mod scene is rarely interested in running pirate games, we just want to run our own code on a unit without having to pay extortionate developer fees to do so)
                          So they drop linux in the future then the next itteration will be likely to face xbox piracy levels.
                          He who laughs last thinks slowest.

                          Comment

                          • PAUL7331
                            Top Poster
                            • Mar 2008
                            • 163

                            #14
                            So were looking at 6-months before anything comes of it at least. And then sony will only ban people who go online with the copied games so i woudlnt risk being barred from playing COD online!

                            Comment

                            • alunfennell
                              V.I.P. Member
                              • Oct 2008
                              • 1525

                              #15
                              This will not take off untill its on a MODCHIP etc ! the maze of wires and soildering is only 5% of the total hack and the rest is a complicated software introduced to the consoles firmware, which by all accounts an OS or Homebrew has not been developed yet, nor have Sony released any counter measures that could potentially null and Void this hack from the start.

                              Sony are to release a new pay service for ther online community over the next fe months in line with xbox live on the 360 thus bringing in new terms and conditions for online content and gaming, most likely banning pirated consoles if this hack takes off, Very easy as every game has its very own ID number registered to one console, if it pos up all over the place then its easy to ban everyone using any one copy.

                              Just because its hacked does not mean stleath software will be developed or the other software needed to stay alive online ... Sony may cripple pirated consoles fully unlike Microsoft banning online functionlity. who knows.

                              Don't hold your breath for this hack to become the next big thing.
                              **The Worlds Best Interactive F1 Strategy Game**
                              sigpic

                              Comment

                              Working...