In Bitcoin Core 0.18.0, bitcoin-qt stores wallet.dat data unencrypted in memory. Upon a crash, it may dump a core file. If a user were to mishandle a core file, an attacker can reconstruct the user's wallet.dat file, including their private keys, via a grep "6231 0500" command.
The product stores sensitive information in cleartext within a resource that might be accessible to another control sphere.
Link | Tags |
---|---|
https://gist.github.com/oxagast/50a121b2df32186e0c48411859d5861b | third party advisory |
https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures#CVE-2019-15947 | not applicable |
https://github.com/bitcoin/bitcoin/issues/16824 | third party advisory issue tracking |
https://security.gentoo.org/glsa/202009-18 | third party advisory vendor advisory |