From 68c3f00756d42c9e8d5f6f0f1a1b54ef2a1757ff Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Mon, 14 May 2012 14:07:04 -0400 Subject: [PATCH] Denial-of-service vulnerability announcement --- dos.html | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 dos.html diff --git a/dos.html b/dos.html new file mode 100644 index 00000000..117b8eb5 --- /dev/null +++ b/dos.html @@ -0,0 +1,65 @@ +--- +layout: simple +--- +
+
+

CVE-2012-2459: Critical Vulnerability (denial-of-service)

+

+A denial-of-service vulnerability that affects all versions of +bitcoind and Bitcoin-Qt has been reported and fixed. An attacker +could isolate a victim's node and cause the creation of blockchain +forks. +

+

+Because this bug could be exploited to severely disrupt the Bitcoin +network we consider this a critical vulnerability, and encourage +everybody to upgrade to the latest version: 0.6.2. +

+

+Backports for older releases (0.5.5 and 0.4.6) are also available if +you cannot upgrade to version 0.6.2. +

+

+Full technical details are being withheld to give people the +opportunity to upgrade. +

+

+Thanks to Forrest Voight for discovering and reporting the vulnerability. +

+

+Questions that might be frequently asked: +

+

+How would I know if I am the victim of this attack? +

+

+Your bitcoin process would stop processing blocks and would have a +different block count from the rest of the network (you can see the +current block count at websites like blockexplorer.com or +blockchain.info). Eventually it would display the message: +

+
WARNING: Displayed transactions may not be correct! You may need to +upgrade, or other nodes may need to upgrade.
+

+(note that this message is displayed whenever your bitcoin process +detects that the rest of the network seems to have a different +block count, which can happen for several reasons unrelated to +this vulnerability). +

+

+Could this bug be used to steal my wallet? +

+

+No. +

+

+Could this bug be used to install malware on my system? +

+

+No. +

+
+ This notice last updated: Mon May 14 17:00:00 UTC 2012 +
+
+