Difference between revisions of "Pwnage"

From The iPhone Wiki
Jump to: navigation, search
(2.0+ (S5L8720))
Line 12: Line 12:
   
 
===2.0+ ([[S5L8720]])===
 
===2.0+ ([[S5L8720]])===
This exploit has been fixed on the [[n72ap|iPod Touch 2G]] and the [[n82ap|iPhone 3GS]]. The bootrom sigchecks LLB before jumping to it now, and if the LLB is patched, it will default to DFU mode. So in order to fully jailbreak the device, a bootrom exploit must be found.
+
This exploit has been fixed on the [[n72ap|iPod Touch 2G]] and the [[n82ap|iPhone 3GS]]. The bootrom sigchecks LLB before jumping to it now, and if the LLB is patched, it will default to DFU mode. The [[24kpwn]] bootrom exploit was later found allowing the device to be fully jailbroken.
   
 
==Implementation==
 
==Implementation==

Revision as of 17:23, 19 August 2009

This exploit is in the S5L8900 bootrom, thus available in the iPhone, iPod Touch and iPhone 3G. The exploit is that the bootrom doesn't signature check LLB.

Credit

The dev team

Exploit

Pre-2.0 (S5L8900)

The NOR was set up in a way that when the firmware images were flashed there, the RSA signatures were dropped along with the rest of the firmware container. So although iBoot signature checked the kernel, LLB did not signature check iBoot, and the VROM did not signature check LLB.

2.0+ (S5L8900)

The VROM doesn't sig check the stuff it jumps to in the NOR. So to use the exploit, one finds a way of writing to the NOR unsigned, either with iBoot hacks or kernel patches. While images are now written to NOR in a way that one can verify the other, like LLB verifying iBoot, the bootrom cannot be written to, so it still defaults to just reading LLB normally, un-signature checked.

2.0+ (S5L8720)

This exploit has been fixed on the iPod Touch 2G and the iPhone 3GS. The bootrom sigchecks LLB before jumping to it now, and if the LLB is patched, it will default to DFU mode. The 24kpwn bootrom exploit was later found allowing the device to be fully jailbroken.

Implementation