Difference between revisions of "Pwnage"

From The iPhone Wiki
Jump to: navigation, search
(Exploit)
Line 19: Line 19:
   
 
[[Category:Jailbreaks]]
 
[[Category:Jailbreaks]]
  +
[[Category:Exploits]]

Revision as of 20:54, 7 March 2009

This exploit is in the VROM

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. The bootrom sigchecks LLB before jumping to it now, and if the LLB is patched, it will default to DFU mode.

Implementation