Pages:
Author

Topic: ColdCard hardware wallet - page 2. (Read 2463 times)

legendary
Activity: 2212
Merit: 7064
Cashback 15%
September 03, 2021, 06:09:04 AM
#78
For Dave and others who are using Coldcard hardware wallet, it's time to upgrade your firmware to latest version 4.1.3.
They fixed some bugs and increased Bitcoin Core Airgap support, but I am still disappointed they decided to switch their license from Open Source to MIT+CC.
Funny thing is they first forked original Trezor wallet code that is still Open Source, but then they switched their license when someone else (read Passport) forks their code.
Now you can only read their code, but you can't contribute anything and you can't really verify and reproduce the code.
Instead they use something like this:
https://gist.github.com/xavierfiechter/0b7323318ada8937f817606dff8fdb57

Full list of changes:
Quote
Version 4.1.3 - Sept 2, 2021

- Enhancement: support "importdescriptors" command in Bitcoin Core 0.21 so that a descriptor-based wallet is created. PSBT files are then supported natively by Core, and the resulting desktop wallet can be used for spending (ie. create PSBT via GUI) and also watching. Translation: Easy air-gap PSBT operation with Bitcoin Core!
- Enhancement: remove "m/0/0" derivations from public.txt and address explorer, since that path is obsolete and not used by any major wallets now. We can still sign PSBT files with that path, but it's an unnecessary risk to show derived addresses for a type of wallet that doesn't exist anymore.
- Enhancement: if PSBT input sections don't contain the key path information we need, show a more specific error message.
- Bugfix: a PSBT which provided the wrong pubkey (based on UTXO being spent) was not flagged as invalid, but instead we proceeded to do nothing. Now says "pubkey vs. address wrong".
- Bugfix: if asked to serialize a partially-signed transaction, we did. Now fails properly.
- Bugfix: if multiple copies of the same BIP-39 passphrase were saved to a card, the menu would not display correctly and you might not be able to select your saved value.
https://coldcardwallet.com/docs/upgrade
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
July 31, 2021, 09:24:53 AM
#77
Never really thought about the security implications about the fact that transactions could show that you were using a hardware wallet.
Now your TX look like you are just using the core wallet.
With all the latest law propositions in US congress it's possible that they will try to outlaw or additionally tax any transactions coming from hardware wallet, so having this enhancement is a good idea coming in right time.

I am not sure how other hardware wallets like ledger and trezor are handling this issue with signatures, and I wonder is every hardware wallet have specific signature size.

Question for you @DaveF:
Is there a way to check and confirm integrity of ColdCard hardware wallet after you purchase it and receive it?
Something similar like for other hardware wallet I wrote few days ago:
https://bitcointalksearch.org/topic/check-integrity-of-hardware-wallets-5351249

I posted in that thread yesterday: https://bitcointalksearch.org/topic/m.57579135

more or less from https://coldcardwallet.com/:

Quote
Supply Chain Protections

Getting an uncompromised product into your hands is a challenge:
Bag Number

First and foremost, we use a tamper-evident plastic bag to package the product. Each bag is unique and coded with a number. That "bag number" is written into the Coldcard's secure element as it's put into that bag. That value cannot be changed, and we ask your to verify the bag number when the Coldcard is powered-up for the first time at your location.
Clear Case

The clear plastic case on Coldcard is an important feature as well. There have been demonstrations of inserting custom hardware inside a competitor's hardware wallet to capture key-presses.
Epoxy Globs of Love

We cover the secure element, and other sensitive parts of the Coldcard with epoxy. This makes it harder to remove those chips, or change the wiring around them.

and:
Quote
GENUINE VS. CAUTION LIGHTS
To resist Evil Maids, and other sneaky people with physical access to your Coldcard, we sign our firmware with a factory key. During boot-up, the firmware's signature, and every byte of flash memory, will be verified and the appropriate Green/Red light set. Changing that light's status is actually controlled by dedicated circuitry connected directly to the Secure Element, so a rogue bit of software cannot override it. The circuit for the lights is exposed on the top surface of the product, and covered with clear epoxy, so any physical tampering by those maids will be visible as well.


I also noted there and will sty it again, nothing is going to give you security if the people looking to rob you have the time & money to target you.

And since I have not said it in a while, everyone has their own amounts of money vs security risk.
To some people leaving 0.5BTC in a hot wallet on a phone is insane since it's their entire life savings.
To others 2BTC on a phone is no big deal it's what they earned last month at their day job.

Figure out what amounts are for you and how far you want to go to protect them.

-Dave


legendary
Activity: 2212
Merit: 7064
Cashback 15%
July 31, 2021, 08:49:05 AM
#76
Never really thought about the security implications about the fact that transactions could show that you were using a hardware wallet.
Now your TX look like you are just using the core wallet.
With all the latest law propositions in US congress it's possible that they will try to outlaw or additionally tax any transactions coming from hardware wallet, so having this enhancement is a good idea coming in right time.

I am not sure how other hardware wallets like ledger and trezor are handling this issue with signatures, and I wonder is every hardware wallet have specific signature size.

Question for you @DaveF:
Is there a way to check and confirm integrity of ColdCard hardware wallet after you purchase it and receive it?
Something similar like for other hardware wallet I wrote few days ago:
https://bitcointalksearch.org/topic/check-integrity-of-hardware-wallets-5351249
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
July 30, 2021, 11:59:46 AM
#75
There was a firmware update released the other day

https://coldcardwallet.com/docs/upgrade  <--Remember don't just trust my links verify for yourself.

Quote
Version 4.1.2 - July 28, 2021

    Enhancement: Shows QR code with BIP-85 derived entropy value if you press (3) while value shown on-screen. Thanks to @opennoms for idea. Works with 12/18/24-words, XPRV, privatekey and even hex cases.
    Enhancement: Offer to show QR in other places:
        Coldcard's main XPUB, in Advanced > View Identity
        Seed words, during picking process (before the quiz)
        Stored seed words: Advanced > Danger Zone > Seed Functions > View Seed Words
        TXID of just-signed transaction (64 hex digits)
        Encryption password for the system backup file (12 words)
    Enhancement: We now grind a nonce so that our signatures are always 71 bytes or shorter. This may save a byte in transaction size, and makes our signatures identical to those produced by Bitcoin Core, improving anonymity on-chain. Thanks to @craigraw for detecting this.
    Bugfix: On a blank Coldcard, after importing a seed phrase using the Seed XOR feature, the main menu was not updated to show system is "Ready To Sign".
    Bugfix: Red caution light could happen (a false positive) if a specific sequence of firmware upgrades and reboots occured in the right order. Issue could only occur once during lifetime of any particular Coldcard.

I find this the most interesting part of the update:
Quote
    Enhancement: We now grind a nonce so that our signatures are always 71 bytes or shorter. This may save a byte in transaction size, and makes our signatures identical to those produced by Bitcoin Core, improving anonymity on-chain. Thanks to @craigraw for detecting this.

Never really thought about the security implications about the fact that transactions could show that you were using a hardware wallet.
Now your TX look like you are just using the core wallet.

-Dave

legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
April 16, 2021, 06:21:40 PM
#74
So, I am still having an issue using CKBunker in a visualized environment.
VirtualBox / Windows Hyper-V / VMware none work.

In a non VM world it's fine.
So the question is, has anyone else tried it?

I can open an issue on github, but I figured I would ask here 1st.

I CAN use the coldcard in a visualized environment, have for a while now with no issues. So I know it's not the hardware or the VM. But CKBunker, just does not see it.

-Dave
legendary
Activity: 2212
Merit: 7064
Cashback 15%
April 08, 2021, 08:38:50 AM
#73
New firmware update 4.0.2 is released for ColdCard hardware wallet with bug fixes and some interesting features and anti-wrench measure called Countdown to Brick with special PIN code similar like Trezor have, and there is now optional setting to disable USB port and make ColdCard only air-gap.
New features:

- Countdown to Brick
- Option to Disable USB
- Login Countdown Enhancements
- Display in Sats, mBTC and bits

More information: https://blog.coinkite.com/version-4.0.2-released/
legendary
Activity: 2212
Merit: 7064
Cashback 15%
April 05, 2021, 12:44:28 PM
#72
Hmm? The attacks bypasses the PIN and would just reveal everything. I don't think Coldcard uses passphrase as an encryption, or else it would have more than a keypad, or perhaps I haven't used it enough Tongue. Exploiting the SE is probably the most crucial part of the attack and if it succeeds, then I don't see much deterrence against physical attacks.

Coldcard is using BIP39 Passphrases and attackers can't really know if you are using one or more passphrases as they are not stored anywhere.
Sure they can try to crack it somehow but how much time they would need for this if you are not using standard 1234qwer or something stupid like that Cheesy


https://coldcardwallet.com/docs/passphrase
legendary
Activity: 2954
Merit: 4158
April 05, 2021, 12:34:01 PM
#71
Well sure but someone could just take your hardware wallet, tamper with it and modify it like LazyNinja did, then return you that modified hardware wallet without you even noticing it.
Depends on the type of modifications I guess. Most of the components (AFAICT) are covered with epoxy and there is a testing for any malicious data during start up.

I think you may be right about this, and one of the ways to mitigate this is by using good passphrase for your hardware wallet as extra layer of protection.
Hmm? The attacks bypasses the PIN and would just reveal everything. I don't think Coldcard uses passphrase as an encryption, or else it would have more than a keypad, or perhaps I haven't used it enough Tongue. Exploiting the SE is probably the most crucial part of the attack and if it succeeds, then I don't see much deterrence against physical attacks.


FWIW: https://twitter.com/nvk/status/1377710160450293763.

Tons of other stuff on that Twitter but yeah, this is probably the only important one.
legendary
Activity: 2212
Merit: 7064
Cashback 15%
April 05, 2021, 12:06:36 PM
#70
As I got the vulnerability may only occur after  ColdCard has been physically in the wrong hands. If you didn’t let it out of your hands nothing can happen. IMO, any wallet  that has been in the wrong hands should not be trusted, it has to be thrown away immediately.

Well sure but someone could just take your hardware wallet, tamper with it and modify it like LazyNinja did, then return you that modified hardware wallet without you even noticing it.
Some of this scenarios have been mentioned before in topic about attack vectors for hardware wallets.

Bootloader cannot be updated or modified after production. The bootloader was updated in June last year and for what it's worth, my ColdCard from Nov 2020 has ATECC608A so I believe they only changed the secure element recently. Bummer.

I think you may be right about this, and one of the ways to mitigate this is by using good passphrase for your hardware wallet as extra layer of protection.
legendary
Activity: 2954
Merit: 4158
April 05, 2021, 10:33:16 AM
#69
As I got the vulnerability may only occur after  ColdCard has been physically in the wrong hands. If you didn’t let it out of your hands nothing can happen. IMO, any wallet  that has been in the wrong hands should not be trusted, it has to be thrown away immediately.
Basically the whole point of a hardware wallet; if the physical security fails, there should be features to prevent this types of things from happening and also why many hardware wallet manufacturers includes a secure element with their devices to minimize the risk of any physical attacks. Saying that a hardware wallet shouldn't be in someone else's hands is the premise of any security and that is not how people should solve this kind of issues.

Wouldn't be better for manufacturer to put a sealing compound over everything inside the wallet to prevent it from any type of  the "inside"-attack?  
ColdCard does put epoxy over their components but apparently it isn't enough.
legendary
Activity: 2954
Merit: 4158
April 05, 2021, 08:04:10 AM
#68
Now is this fixing that or is it fixing something else?
It's a holiday weekend so lets see if they respond on Monday / Tuesday.
This update is probably not yet released for general public, and you can confirm it easily if you check the version of bootloader on your device.
I think Coldcard is working together with LazyNinja on this fix.
Bootloader cannot be updated or modified after production. The bootloader was updated in June last year and for what it's worth, my ColdCard from Nov 2020 has ATECC608A so I believe they only changed the secure element recently. Bummer.

Anyways, I believe that they're aware of this issue. Unless you're trying to do something other than changing the firmware, I think this would be unfixable. I'm not too sure about their responsible disclosure policy but I would probably believe that a statement from them would've been released in tandem if they knew that it would have been disclosed.
legendary
Activity: 2212
Merit: 7064
Cashback 15%
April 05, 2021, 04:07:18 AM
#67
Now is this fixing that or is it fixing something else?

This update is probably not yet released for general public, and you can confirm it easily if you check the version of bootloader on your device.
I think Coldcard is working together with LazyNinja on this fix.

This is the latest release notes from March 29 on Coldcard website:

Makes you wonder how the clone (passport wallet) will handle this.

Passport is still in final stages of manufacturing so they will have time to update if they are using the same bootloader, but I know they also use some code and ideas from other hardware wallets like Cobo and Trezor.
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
April 04, 2021, 07:52:35 PM
#66
Important update for Coldcard hardware wallet and not so secure Secure Elements!

@LazyNinja managed to find a flaw in architecture and bypass ColdCard MK3 security feature by opening hardware wallet, removing secure element and replacing device PIN with his own PIN code, and then he returned altered secure element and gained full access to device.
Reminder that ColdCard is using ATECC608B secure element and this attack was possible with bootloader v2.0.0, and to fix this you need to have new updated bootloader v2.0.1

Similar pin replace attack could happen for ledger and other hardware wallet devices, but he said that hardware wallets are still 100x safer then using regular PC, however they are not invincible.

Check out his thread and video procedure:
https://threadreaderapp.com/thread/1377362927729082368.html

Well that's a oops.
There was a firmware update a couple of days ago that has this:
Quote
  • Fixes security issue in v4.0.0. (3.x.x Unaffected)

Now is this fixing that or is it fixing something else?
It's a holiday weekend so lets see if they respond on Monday / Tuesday.

But as LazyNinja said it's still better then not using a hardware wallet.
Makes you wonder how the clone (passport wallet) will handle this.

-Dave
legendary
Activity: 2212
Merit: 7064
Cashback 15%
April 04, 2021, 04:58:45 AM
#65
Important update for Coldcard hardware wallet and not so secure Secure Elements!

@LazyNinja managed to find a flaw in architecture and bypass ColdCard MK3 security feature by opening hardware wallet, removing secure element and replacing device PIN with his own PIN code, and then he returned altered secure element and gained full access to device.
Reminder that ColdCard is using ATECC608B secure element and this attack was possible with bootloader v2.0.0, and to fix this you need to have new updated bootloader v2.0.1

Similar pin replace attack could happen for ledger and other hardware wallet devices, but he said that hardware wallets are still 100x safer then using regular PC, however they are not invincible.

Check out his thread and video procedure:
https://threadreaderapp.com/thread/1377362927729082368.html

legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
March 20, 2021, 09:43:11 AM
#64
Will test in the next week or so and report in.

You may also want to test out Coldcard 4.0.0 Firmware Release update with some nice improvements and bug fixes Wink
Interesting new thing is that there is Secure Coldcard Cloning, and you can just copy everything to your MicroSD card with encryption and restore it on a brand new or blank device.

OK didn't work, but I don't think it's a CKBunker / mynode issue. I have my mynode setup in a slightly customized VM environment and it would not see coldcard at all.
I know it works because it's fine on a standalone / non VM setup.

Going to have to tinker a bit. Going to need some time to setup a more standard mynode environment.

-Dave
legendary
Activity: 2212
Merit: 7064
Cashback 15%
March 18, 2021, 05:48:39 AM
#63
Will test in the next week or so and report in.

You may also want to test out Coldcard 4.0.0 Firmware Release update with some nice improvements and bug fixes Wink
Interesting new thing is that there is Secure Coldcard Cloning, and you can just copy everything to your MicroSD card with encryption and restore it on a brand new or blank device.
List of updates includes:

- Using Bitcoin Core libsecp256k1 and optimized SHA256
- Pure-assembly AES256-CTR (faster USB)
- 24th Word Calculated
- Secure Cloning/Migrating
- Deterministic/Reproducible builds
- HSM/CKBunker Updates

Blog release with more details:
https://blog.coinkite.com/version-4.0.0-released/

It will be interesting to see how Passport hardware wallet will react and if they will use the same code in their first release.
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
March 15, 2021, 08:18:27 AM
#62
https://ckbunker.com/ for the coldcard is now available on the node in a box setup offered by https://www.mynodebtc.com/
It's a full node with lightning and a ton of other apps built in that you can run on a RPi

In the last release they added beta support for ckbunker and a few other things.

Will test in the next week or so and report in.

Unless someone else here does it first.

-Dave
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
January 14, 2021, 07:12:27 PM
#61
What I like is they were one of the first if not the first to have a 100% open hardware public design.
Don't trust us, fine.

Here is the open source code.
Here is the list of hardware used.
Here are the schematics.
Now stop complaining and do it yourself.

Also, a clear plastic calculator looking thing is more likely to be left alone by random people.

-Dave
 
legendary
Activity: 3234
Merit: 6706
Proudly Cycling Merits for Foxpup
January 14, 2021, 06:43:12 PM
#60
Does not look like that big of an update but as always it's probably good to be running the latest firmware on anything financial related. Just my view, I could be wrong :-)
I don't know anything about those updates, but I was on their website earlier today looking at opendimes and some of the other products they offer.  I'd heard of the ColdCard before, but the aesthetics just don't appeal to me (though the functionality certainly does).

I did order something from them and was grateful that they actually accept bitcoin.  Later in the day when I wanted to purchase something from the Ballet site, I was chagrined to find out that they don't take bitcoin.  It seems crazy to me that any crypt-oriented business wouldn't take at least bitcoin as payment.  Oh well, they lost out on a sale.
legendary
Activity: 3458
Merit: 6231
Crypto Swap Exchange
January 14, 2021, 02:20:20 PM
#59
Wow 2 updates in under a week after none for months.
Guess it's 2021 and back to work.

https://coldcardwallet.com/docs/upgrade <-- Don't trust my link verify.

Quote
    Major Address Explorer enhancements! Thanks go to @switck for this major feature bump.
        View sub-accounts as exported, just enter the account number.
        Multisig wallet support! (Caveat: addresses are for verification purposes and never for direct use as deposit, so they are partially redacted)
        Enter any custom derivation path, by entering numbers directly; for gurus.
        Warning screen can be suppressed after reading first time (press 6)
        Export of addresses now named "addresses.csv" not ".txt"
    Bugfix: Disable a few more path derivation checks for "Skip Checks" for multisig compatibility. Handles error shown when working with previously-imported Spectre multisig wallets (ie. multisig.py: 891).
    Bugfix: Generic wallet export (JSON) name for BIP49 wallets changed from "p2wpkh-p2sh" to "p2sh-p2wpkh".

Does not look like that big of an update but as always it's probably good to be running the latest firmware on anything financial related. Just my view, I could be wrong :-)

-Dave
Pages:
Jump to: