Read this :
Technical Deep Dive into the Entropy IssueIt's not like a direct guess work that compromise every wallet on this earth lol , it was as a result of vulnerability from existing bugs on some COLDCARD firmware versions.
In 2021, we moved COLDCARD’s elliptic-curve operations to Bitcoin Core’s libsecp256k1, using the same implementation trusted by Bitcoin Core instead of maintaining a separate EC stack. That required adding libNgU, an embedded MicroPython library that exposes libsecp256k1 and other Bitcoin primitives.
The cryptographic choice was sound. The integration was not. During that migration, wallet seed generation moved from ckcc.rng_bytes() to ngu.random.bytes(). That path resolved rng_get() to MicroPython’s software fallback instead of COLDCARD’s hardware RNG implementation.
The bulk of randomness on the COLDCARD was coming from a PRNG that I didn’t know was actually in the source code base (it is from a submodule, Micropython).
They've responded with a new update to fix the issue now.
Someone probably used AI to reviewed their code as mentioned and instead of contacting their Team to fix it, they decide to take the opportunity as usual.
It doesn't affect other wallets or hardware wallets, but it's only a matter of time before we start seeing other exploits targeting wallet vulnerabilities.
If you have any wallet now , consider adding extra layer of security like passphrase . If you want to go harder and you kn̈ow what you're doing the and a cosigner.