Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: geohot's thoughts on the new bootloader, 1.1.2 unlock
is a discussion within theiPhone News
forums, a part of theGeneral iPhone
section;geohot, or George Hotz, the guy who unlocked the first iPhone with his infamous hardware method, has posted up his thoughts on the weaknesses and possible exploits (both hardware and
...-
11-30-2007, 06:05 PM #1Owner / Founder - ModMyi
aka poetic_folly
- Join Date
- May 2007
- Location
- Tampa, Florida, United States
- Posts
- 8,351
- Thanks
- 529
- Thanked 4,565 Times in 1,158 Posts
geohot's thoughts on the new bootloader, 1.1.2 unlock
geohot, or George Hotz, the guy who unlocked the first iPhone with his infamous hardware method, has posted up his thoughts on the weaknesses and possible exploits (both hardware and software) for the new iPhone boot loader.
The reason we've been waiting so long to see an unlock solution for OTB 1.1.2 iPhones, if you don't know, is because of the new bootloader that comes with this firmware. Hackers have been plugging away at an unlock solution (big props to drudge, dinopio, roxfan, and the rest of the developers working on this), but they need new iPhone's as well - don't forget to hit up jailbreakme.com and donate to them.
From geohot:
geohot's blogHardware:
The version check reads from 0xA0021000 and 0xA0021004 to get the version of the main firmware. It then compares the values [0xA0021000]==~[0xA0021004]. If that check fails it ignores the version check. It is also the only bootloader access into high flash. So when A16 goes high, pull any data line high or low. That will cause the check to fail, and hence the version check to be skipped. And they shouldn't be any memory accesses in the bootloader, so it'll be fine.
Software:
This exploit is in the the way the secpack signature is padded. They did a lot to remove the really bad signature checking of the old bootloader that IPSF exploited. Although the secpack still has 0x28 bytes of data at the end that isn't checked for normal secpack sigs. The secpack sig is(0x30 header/padding, 0x14 main fw sha, 0x14 secpack sha, 0x28 unchecked padding) So by spoofing the first 0x58 of the RSA, you can set any secpack and main fw sha hash you want. It is very easy in exponent 3 RSA cryptosystems to spoof the first 1/3 of the message bytes. I believe with some clever math and brute force, the whole 0x58 can be spoofed. Any cryptology experts out there?
-
The Following User Says Thank You to Kyle Matthews For This Useful Post:
wackybit (12-03-2007)
-
11-30-2007, 06:20 PM #2
Yeah but there is ALWAYS TURBOSIM!!!
Iphone Love... I dreamed of a iphone before it was out..
-
11-30-2007, 07:13 PM #3Retired Moderator
- Join Date
- Jul 2007
- Location
- Boston
- Posts
- 2,291
- Thanks
- 143
- Thanked 461 Times in 229 Posts
Geohot is the man

-
11-30-2007, 07:21 PM #4
Geohot rocks my pants.
-
11-30-2007, 08:00 PM #5
What is turbosim?
-
11-30-2007, 09:08 PM #6iPhone? More like MyPhone
- Join Date
- Jul 2007
- Location
- 18º24'N ~ 66º05'W
- Posts
- 162
- Thanks
- 12
- Thanked 20 Times in 15 Posts
I have a woody!!!!!!!
-
11-30-2007, 09:58 PM #7
-
12-01-2007, 03:55 AM #8
Again... THE MAN!
If they're old enough to cross the street, they're old enough to get banged!
-
12-01-2007, 04:57 AM #9
I have no idea what this all means but thank you very much for all your hard work and keep it up.
-
12-01-2007, 06:53 AM #10
Just grab a turbo sim and be done with it. I've helped 5 mates out with this, and at least for 1.1.2 OTB firmware and the existing jailbreak method, this is the way
-
12-04-2007, 09:35 AM #11Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- Toronto, Canada
- Posts
- 3,308
- Thanks
- 12
- Thanked 562 Times in 483 Posts
Boy, the TurboSIM kickbacks on this board must be enormous!
Get "iPod & iTunes for Dummies", it'll change your life.
-
12-05-2007, 02:13 PM #12iPhone 8GB
Great Music player but can only hold 1000 songs
Need an iPhone that can hold my >100,000 songs
I'm still dreaming.
-
12-08-2007, 12:44 AM #13
I wish.
But you tell me how to get an OTB 1.1.2 working with BL 4.6?
-
12-10-2007, 08:13 AM #14iPhoneaholic
- Join Date
- Oct 2007
- Location
- BOOTLOADER
- Posts
- 458
- Thanks
- 6
- Thanked 525 Times in 109 Posts
FW 1.1.2 Bootloader v4.6 Exploit *Update*
An update on the exploits. A16 is a buried via, but it is right at the edge of the chip. Just scrape the epoxy away and hook a wire under there. I'd do it but a lot of my hardware stuff is at RIT. And I didn't say the software exploit would be easy, but this paper alludes to 2/3 of the message being spoofable. 2/3 is 3 bytes away from how much we need, and 3 bytes can be brute forced easily enough. Of course 1/3 is trivial to exploit with a cube root, I understand that math well enough.
Hardware:
The version check reads from 0xA0021000 and 0xA0021004 to get the version of the main firmware. It then compares the values [0xA0021000]==~[0xA0021004]. If that check fails it ignores the version check. It is also the only bootloader access into high flash. So when A16 goes high, pull any data line high or low. That will cause the check to fail, and hence the version check to be skipped. And they shouldn't be any memory accesses in the bootloader, so it'll be fine.
Software:
This exploit is in the the way the secpack signature is padded. They did a lot to remove the really bad signature checking of the old bootloader that IPSF exploited. Although the secpack still has 0x28 bytes of data at the end that isn't checked for normal secpack sigs. The secpack sig is(0x30 header/padding, 0x14 main fw sha, 0x14 secpack sha, 0x28 unchecked padding) So by spoofing the first 0x58 of the RSA, you can set any secpack and main fw sha hash you want. It is very easy in exponent 3 RSA cryptosystems to spoof the first 1/3 of the message bytes. I believe with some clever math and brute force, the whole 0x58 can be spoofed. Any cryptology experts out there?Last edited by ReVan; 12-10-2007 at 09:41 PM.
-
12-10-2007, 08:29 AM #15Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- Toronto, Canada
- Posts
- 3,308
- Thanks
- 12
- Thanked 562 Times in 483 Posts
This is old news
Get "iPod & iTunes for Dummies", it'll change your life.
-
The Following User Says Thank You to Eurisko For This Useful Post:
devilowns (12-10-2007)
-
12-10-2007, 08:34 AM #16
Yes, old news my friend.

-
The Following User Says Thank You to iphonesolutionz For This Useful Post:
devilowns (12-10-2007)
-
12-10-2007, 10:23 AM #17
I don't really understand this, I hope is just some kind of news telling us you are closer to an OTB 1.1.2 full unlock. This is taking a whole more time than I expected. Kinda starting to worry.
-
12-10-2007, 11:12 AM #18Owner / Founder - ModMyi
aka poetic_folly
- Join Date
- May 2007
- Location
- Tampa, Florida, United States
- Posts
- 8,351
- Thanks
- 529
- Thanked 4,565 Times in 1,158 Posts
I'm gonna go ahead and merge this with the other thread of the same subject.




LinkBack URL
About LinkBacks

Reply With Quote


