Results 1 to 25 of 77
- 03-20-2011, 05:06 PM
Thread Author #1
- 03-20-2011, 05:06 PM #2
WHERE?
- 03-20-2011, 05:34 PM #3
hmmmmmm another twitter link
I am now in the Galaxy Nexus member's club as of Aug 2012. Late to the party, but well before it shuts down! - 03-20-2011, 05:41 PM
Thread Author #4
nenolod William Pitcock
by richie681
frequently asked question: what are these keys for? answer: signing SBF update files for rsdlite.
1 hour ago Favorite Retweet Reply
»
William Pitcock
nenolod William Pitcock
by richie681
with the private key + iv, you can sign a replacement recovery and pack it in an SBF. enjoy.
1 hour ago Favorite Retweet Reply
»
William Pitcock
nenolod William Pitcock
by richie681
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 <== nonce (e)
1 hour ago Favorite Retweet Reply
»
William Pitcock
nenolod William Pitcock
by richie681
97 6a 21 7a 67 41 37 9f 26 53 4a 61 7f 2a 86 ae ff 71 21 78 2e 61 4f 71 90 3e 00 27 fe 9b <== initialization vector
1 hour ago Favorite Retweet Reply
»
William Pitcock
nenolod William Pitcock
by richie681
7e 21 a8 37 64 12 75 a3 47 13 54 42 12 48 58 12 71 a4 5e 41 a7 64 72 34 2a 6f e2 0a 97 8f <== sholes private key - 03-20-2011, 05:49 PM #5
- 03-20-2011, 05:56 PM
Thread Author #6
- 03-20-2011, 06:02 PM
Thread Author #7
- 03-20-2011, 06:51 PM #8
Motorola's bootloader encryption reportedly has been cracked
http://www.androidcentral.com/has-mo...n-been-cracked
from the main page...
not sure what it all means yet but p3droid and a few others seem pretty excited about it on Twitter.
Exciting stuff for sure! - 03-20-2011, 06:53 PM
Thread Author #9
update to the page
Sholes signing key leak explained
The Motorola(r) sholes platform uses a trusted bootloader environment. Signatures are stored as part of the CDT stored on the NAND flash. mbmloader verifies the signature on mbm before passing control. mbm verifies all other signatures before allowing the device to boot.
There is a vulnerability in the way that Motorola generated the signatures on the sections stored in the CDT. This vulnerability is very simple. Like on the PlayStation 3, Motorola forgot to add a random value to the signature in order to mask the private key. This allowed the private key and initialization vector to be cracked.
The keys can be cracked using Mathematica. Read up on how the Elgamal signature scheme works.
Keys
Not placed here due to Motorola legal.
Ok, what does this mean?
Please refer to the following table:
Boot chain component Status
OMAP secure bootrom secure
Secure keystore replaceable (this CG must be signed by motorola's key)
mbmloader secure, but irrelevant
mbm secure, but irrelevant, replaceable but unnecessary
recovery replaceable (signable by anything in keystore)
system replaceable (signable by anything in keystore)
bootimage replaceable (signable by anything in keystore)
I do not plan on doing any more work on this. But all information has been handed over to people who are working on this. Follow the FreeMyMoto people for their progress.
In theory, creating a packed SBF to update keystore and replace recovery should work without bricking your phone. My advice: do not replace mbmloader as that is dangerous. An earlier version of this advisory marked it as replaceable, I have decided to remove this claim as I cannot presently think of a way to do it safely.
Notes to recovery authors
Your recovery must update the signatures on the Codegroup Descriptor Table (CDT). If it does not, your recovery will brick the phone if you attempt to flash a custom ROM.
Advisory history
* December 20th, 2010 — Motorola notified of keystore vulnerability. No response received from Motorola.
* February 20th, 2011 — Motorola notified again of keystore vulnerability. No response received from Motorola.
* February 27th, 2011 — Motorola notified that keystore vulnerability will be disclosed to public on March 20th. No response received from Motorola.
* March 20th, 2011 — Keystore signature generation vulnerability publically disclosed including private key leak. Response received from Motorola legal. - 03-20-2011, 06:56 PM #10
This is going to get good!
- 03-20-2011, 07:02 PM #11
Thanks for explaining this! Great information.
- 03-20-2011, 07:02 PM #12
- 03-20-2011, 07:05 PM #13
There's another thread in the DEV DX section. If a mod wants to move this one it probably makes more sense there
Hopefully CM7...but who knows at this point...probably too early to tell. - 03-20-2011, 07:09 PM #14
- 03-20-2011, 07:13 PM #15
- 03-20-2011, 07:16 PM #16
Hope its not too late for the x to fully benefit
Sent from my DROIDX using Tapatalk - 03-20-2011, 07:44 PM #17
- 03-20-2011, 07:45 PM #18
- 03-20-2011, 07:47 PM #19
- 03-20-2011, 07:48 PM #20
- 03-20-2011, 07:59 PM #21
It's "bad" for the people that believe (as I do) that once you purchase a device, it's yours to tinker with as you will. From what I gather, this news gives ROM developers a way around that, so that we can get true custom ROMs on our phones.
I'm not worried, I'm frickin' excited! I have high hopes for CM7 on my X
Droid X
Samsung Galaxy S3 - CM10 - 03-20-2011, 08:01 PM #22
- 03-20-2011, 08:52 PM #23
Last edited by SYL; 03-20-2011 at 08:58 PM.
- 03-20-2011, 08:59 PM #24
What I always found funny, was that Motorola's official statement on the bootloader encryption topic was that they did it to "protect" their software. but anyone who gives a damn wants access so they can RID of Moto's software.
Anyway, I wasn't too concerned about having an altered kernel. but I would be pretty happy if this hastens a port of MIUI, screw CM7.Back to Big Red. Sprint was tooooo slow
Click my Twitter | Galaxy Note 2 - 03-20-2011, 09:05 PM
Thread Author #25
updated again
Sholes signing key leak explained
The Motorola(r) sholes platform uses a trusted bootloader environment. Signatures are stored as part of the CDT stored on the NAND flash. mbmloader verifies the signature on mbm before passing control. mbm verifies all other signatures before allowing the device to boot.
There is a vulnerability in the way that Motorola generated the signatures on the sections stored in the CDT. This vulnerability is very simple. Like on the PlayStation 3, Motorola forgot to add a random value to the signature in order to mask the private key. This allowed the private key and initialization vector to be cracked.
The keys can be cracked using Mathematica. Read up on how the Elgamal signature scheme works.
TL;DR: k = s - sha1sum(data)
Above formula will yield signing keys on vulnerable phones due to motorola botching their signing keys.
Keys
Not placed here due to Motorola legal.
Ok, what does this mean?
Please refer to the following table:
Boot chain component Status
OMAP secure bootrom secure
Secure keystore replaceable (this CG must be signed by motorola's key)
mbmloader secure, but irrelevant
mbm secure, but irrelevant, replaceable but unnecessary
recovery replaceable (signable by anything in keystore)
system replaceable (signable by anything in keystore)
bootimage replaceable (signable by anything in keystore)
I do not plan on doing any more work on this. But all information has been handed over to people who are working on this. Follow the FreeMyMoto people for their progress.
In theory, creating a packed SBF to update keystore and replace recovery should work without bricking your phone. My advice: do not replace mbmloader as that is dangerous. An earlier version of this advisory marked it as replaceable, I have decided to remove this claim as I cannot presently think of a way to do it safely.
Notes to recovery authors
Your recovery must update the signatures on the Codegroup Descriptor Table (CDT). If it does not, your recovery will brick the phone if you attempt to flash a custom ROM.
Notes on similar non-sholes platforms
I do not know if the information in this advisory is related to those phones or not. In general, anyone trying anything with the information in this advisory is doing so at their own risk.
Advisory history
* December 20th, 2010 — Motorola notified of keystore vulnerability. No response received from Motorola.
* February 20th, 2011 — Motorola notified again of keystore vulnerability. No response received from Motorola.
* February 27th, 2011 — Motorola notified that keystore vulnerability will be disclosed to public on March 20th. No response received from Motorola.
* March 20th, 2011 — Keystore signature generation vulnerability publically disclosed including private key leak. Response received from Motorola legal.


Reply



































