Difference between revisions of "Pwnage"

From The iPhone Wiki
Jump to: navigation, search
(2.0+ (S5L8720))
(2.0+ (S5L8720 and on))
Line 11: Line 11:
 
The [[VROM (S5L8900)|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 [[VROM (S5L8900)|bootrom]] cannot be written to, so it still defaults to just reading [[LLB]] normally, un-signature checked.
 
The [[VROM (S5L8900)|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 [[VROM (S5L8900)|bootrom]] cannot be written to, so it still defaults to just reading [[LLB]] normally, un-signature checked.
   
===2.0+ ([[S5L8720 and on]])===
+
===2.0+ ([[S5L8720]] and on)===
 
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.
 
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.
   

Revision as of 00:52, 13 October 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 and on)

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