![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on more on the libungif insecurity.. within the PSP Homebrew and Hacks Discussion forums, part of the PSP Development, Hacks, and Homebrew category; This was posted on psp-hacks in reference to progress of the work being done with the libungif insecurity. Due to ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 | |
|
This was posted on psp-hacks in reference to progress of the work being done with the libungif insecurity.
Quote:
Last edited by NeilR-X; 01-02-2006 at 01:53 PM.. |
||
|
|
|
|
|
#2 |
![]() |
What.
About. 2.6?
__________________
[CENTER][img]http://img357.imageshack.us/img357/5953/torro5mb.gif[/img][/CENTER] [CENTER][img]http://img98.imageshack.us/img98/9213/xbox360owner1nb.jpg[/img][/CENTER] [CENTER][img]http://img98.imageshack.us/img98/6253/luminesaddict3bb.jpg[/img][/CENTER] [center][img]http://f10.putfile.com/7/18321220157.jpg[/img][/CENTER] [CENTER][URL=http://forums.qj.net/showthread.php?t=19128][COLOR=Magenta]¸,ø¤º°`¦°º¤ø,¸ Become premium! Support QJ.net! ¸,ø¤º°`¦°º¤ø,¸[/COLOR][/URL][/CENTER] |
|
|
|
|
|
#3 |
![]() |
The assumption so far with the libungif exploit has been that the version Sony used up until v2.5 had this exploit in it. Between v2.5 and v2.6 being released, the libungif authors had fixed this bug, so it's my understanding that this particular exploit won't work in v2.6 (that assumption is based on Sony using the new version of libungif when they upgraded the firmware, which is a reasonably safe assumption to make).
|
|
|
|
|
|
#4 |
![]() |
I'll believe it when I see Hello World.
__________________
1.52US New => 2.0JP => 1.5US => 2.0US => 1.5US => 2.0US => 1.5US => 2.0US => 2.6US => 1.5US! THANK YOU DARK_ALEX AND THE REST OF THE GANG! My retro headset for cellphone: [URL]http://www.i-hacked.com/images/stories/retrophone/m91sao.jpg[/URL] Infected, Madden 06, Burnout: Legends, Lumines, Kingdom of Paradise, etc etc. Favorite homebrew: NesterJ, PSPGenesis, PSPRadio, and PSPSone |
|
|
|
|
|
#5 |
![]() ![]() Mindless Self Indulgence
|
__________________
PSN:realn0whereman NEW MSI ALBUM APRIL 29TH: IF *orgasm* ![]() |
|
|
|
|
|
#11 |
![]() ![]() Developer
|
Unfortunate news.
The libungif vulnerability is not usable to create a working exploit out of it. It allows writing any number of bytes with any data you want that has to pass two limitations (mask and maximum uint size) to specific offsets between 0x08a7xxxx and 0x09FFFFFF on 2.0 - 2.5 FW PSP's. This did prove as not sufficient. Code:
Offsetlist: Struct Offset: 0x08a7c0e0 Suffix Offset: 0x08a7d223 Prefix Offset: 0x08a7e224 BPP: VUL Suffix Off Prefix Off Mask ClearCode 0x0c: OOB 0x08a7e225 0x08a8222c 0x00000001 0x00001000 0x0d: OOB 0x08a7f225 0x08a8622c 0x00000010 0x00002000 0x0e: OOB 0x08a81225 0x08a8e22c 0x00000002 0x00004000 0x0f: OOB 0x08a85225 0x08a9e22c 0x00000040 0x00008000 0x10: OOB 0x08a8d225 0x08abe22c 0x00000003 0x00010000 0x11: OOB 0x08a9d225 0x08afe22c 0x00000080 0x00020000 0x12: OOB 0x08abd225 0x08b7e22c 0x00000004 0x00040000 0x13: OOB 0x08afd225 0x08c7e22c 0x00000020 0x00080000 0x14: OOB 0x08b7d225 0x08e7e22c 0x0000001b 0x00100000 0x15: OOB 0x08c7d225 0x0927e22c 0x00002000 0x00200000 0x16: OOB 0x08e7d225 0x09a7e22c 0x0000001a 0x00400000 0x17: OOB 0x0927d225 0x0aa7e22c 0x00004000 0x00800000 0x18: OOB 0x09a7d225 0x0ca7e22c 0x0000001c 0x01000000 0x19: OOB 0x0aa7d225 0x10a7e22c 0x00001000 0x02000000 0x1a: OOB 0x0ca7d225 0x18a7e22c 0x0000001d 0x04000000 0x1b: OOB 0x10a7d225 0x28a7e22c 0x00008000 0x08000000 0x1c: OOB 0x18a7d225 0x48a7e22c 0x0000001e 0x10000000 ... (other values cycle through the same offsets with a different mask) Unfortunately picking an offset (by picking a BPP value, like 0x18) for the first buffer which would overwrite code to be executed, results in the other buffer attempting to write off-memory thus resulting in an immediate crash which makes this not usable. Please notice that you should not post any "proposals" as I can guarantee almost 90% of what can be done has been attempted by experts in the past weeks and fails due to the exotic and highly complex nature of this vulnerability. Also notice that we have understood the inner workings of the vulnerability by 100% and created appropriate tools to allow generation of anykind of crafted GIF files to work with this vulnerability. Some people are looking into the research at the moment however it is not likely that it will have success. Thanks go out to all those who helped in the research, you know who you are, thanks a LOT. ![]() The research material and tools can be freely requested by PM if you have a serious idea how to use it. Last edited by PSP250; 01-02-2006 at 10:36 AM.. |
|
|
|
|
|
#12 |
![]() ![]() Muppet Magnet
|
It's a big shame, I was hoping something could still be done with this, but it looks impossible.
I know how hard you've worked on this, without any public recognition - it's a pity that all that work didn't pay off in the end. This was a perfect example of the right way to go about exploiting a vulnerability, too - hard work, thought, analysis and understanding, with the bulk of the experimentation at the end, rather than the beginning. Ah well, happier hunting next time!
__________________
Using firmware v2.00-v3.50? Open up a whole world of homebrew here
The PSP Homebrew Database needs YOU! Your ISP may be illegally wiretapping all your web activity. Stop Phorm Now! Visiting the Edinburgh Festivals? Get practical advice from experts. |
|
|
|
|
|
#15 |
![]() |
Sorry to hear this psp250, However you folks worked hard at this and quietly as well. I hope you all continue your work with potential exploits like the ones noted I am sure you will be successful in the future. Keep up the good work!!!
|
|
|
|
|
|
#16 |
![]() |
Yeah good work man. Don't worry an exploit will be found soon enough I can assure you that! Don't forget we still have that GTA savegame hack that still needs a little bit of developing into. Don't let this get you down. It seems we have a lot of intellegent people on this site that know what they're doing! :icon_smil
|
|
|
|
![]() |
| Tags |
| insecurity , libungif |
| Thread Tools | |
|
|