-
Notifications
You must be signed in to change notification settings - Fork 2
/
2014-04-11-heartbleed.html
52 lines (39 loc) · 1.82 KB
/
2014-04-11-heartbleed.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: "OpenSSL Heartbleed vulnerability"
shorturl: "heartbleed"
active: false
banner: ""
date: 2014-04-11
---
<h2 id="what-happened">What happened</h2>
<p>The version of OpenSSL used by Bitcoin Core software version 0.9.0 and earlier
contains a bug that can reveal memory to a remote attacker. See
<a href="http://heartbleed.com/">http://heartbleed.com/</a>
for details.
</p>
<h2 id="what-you-should-do">What you should do</h2>
<p>Immediately upgrade to <a href="https://bitcoincore.org/en/download">Bitcoin Core version 0.9.1</a> which is linked against
OpenSSL version 1.0.1g.
If you use the official binaries, you can verify the version of OpenSSL being
used from the Bitcoin Core GUI's Debug window (accessed from the Help menu).
If you compiled Bitcoin Core yourself or use the Ubuntu PPA, update your
system's OpenSSL.
Linux users should also upgrade their system's version of OpenSSL.
</p>
<h3 id="android">Android</h3>
<p>Android version 4.1.1 is vulnerable to Heartbleed. Try if you can upgrade to at
least Android 4.1.2. If you are using Bitcoin Wallet on an Android phone, you
should upgrade the app to at least version 3.45.</p>
<h2 id="how-serious-is-the-risk">How serious is the risk</h2>
<p>If you are using the Windows version of the Bitcoin Core GUI without a wallet
passphrase, it is possible that your wallet could be compromised by clicking
on a bitcoin: payment request link.
If you are using bitcoind (on Linux, OSX, or Windows),
have enabled the -rpcssl option, and allow RPC connections
from the Internet, an attacker from a whitelisted (-allowip) IP address can
very likely discover the rpcpassword and the last rpc request. It is possible
(but unlikely) private keys could be sent to the attacker.
</p>
<div style="text-align:right">
<i>This notice last updated: Fri, 11 Apr 2014 12:19:23 -0400</i>
</div>