Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 65E29957 for ; Tue, 12 Sep 2017 03:37:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from azure.erisian.com.au (cerulean.erisian.com.au [139.162.42.226]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id CD65B478 for ; Tue, 12 Sep 2017 03:37:13 +0000 (UTC) Received: from aj@azure.erisian.com.au (helo=sapphire.erisian.com.au) by azure.erisian.com.au with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1drc0c-0000gZ-Eo; Tue, 12 Sep 2017 13:37:12 +1000 Received: by sapphire.erisian.com.au (sSMTP sendmail emulation); Tue, 12 Sep 2017 13:37:03 +1000 Date: Tue, 12 Sep 2017 13:37:03 +1000 From: Anthony Towns To: Bitcoin Protocol Discussion Message-ID: <20170912033703.GD19080@erisian.com.au> References: <3e4541f3-f65c-5199-5e85-9a65ea5142e7@bitcartel.com> <20170911021506.GA19080@erisian.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -1.9 X-Spam-Score-int: -18 X-Spam-Bar: - X-Spam-Status: No, score=0.0 required=5.0 tests=RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=disabled version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: Re: [bitcoin-dev] Responsible disclosure of bugs X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2017 03:37:14 -0000 On Mon, Sep 11, 2017 at 07:34:33AM -0400, Alex Morcos wrote: > I don't think I know the right answer here, but I will point out two things > that make this a little more complicated. > 1 - There are lots of altcoin developers and while I'm sure the majority would > greatly appreciate the disclosure and would behave responsibly with the > information, I don't know where you draw the line on who you tell and who you > don't. If you can't pick even a small group that's trustworthy (top five by market cap as a start [0]? or just major bitcoin wallets / exchanges / alt node implementations?), then it still seems better to (eventually) disclose publically than keep it unrevealed and let it be a potential advantage for attackers against people who haven't upgraded for other reasons? I find it hard to imagine bitcoin's still obscure enough that people aren't tracking git commit logs to use them as inspiration for attacks on bitcoin users and businesses; at best I would have thought it'd only be a few months of development time between a fix being proposed as a PR or committed to master and black hats having the ability to exploit it in users who are running older nodes. (Or for that matter, being able to be exploited by otherwise legitimate bitcoin businesses with an agenda to push, a strong financial motive behind that agenda, and a legal team that says they'll get away with it) > 2- Unlike other software, I'm not sure good security for bitcoin is defined by > constant upgrading.  Obviously upgrading has an important benefit, but one of > the security considerations for Bitcoin is knowing that your definition of the > money hasn't changed.  Much harder to know that if you change software. Isn't that just an argument for putting more effort into backporting fixes/workarounds? (I don't see how you do that without essentially publically disclosing which patches have a security impact -- "oh, gosh, this patch gets a backport, I wonder if maybe it has security implications...") (In so far as bitcoin is a consensus system, there can sometimes be a positive network effect, where having other people upgrade can help your security, even if you don't upgrade; "herd immunity" if you will. That way a new release going out to other people helps keep you safe, even while you continue to maintain the same definition of money by not upgrading at all) If altcoin maintainers are inconvenienced by tracking bitcoin-core updates, that would be an argument for them to contribute back to their upstream to make their own job easier; either helping with backports, or perhaps contributing to patches like PR#8994 might help. All of those things seem like they'd help not just altcoins but bitcoin investors/traders too, so it's not even a trade-off between classes of bitcoin core users. And if in the end various altcoins aren't able to keep up with security fixes, that's probably valuable information to provide to the market... Cheers, aj [0] Roughly: BCash, Litecoin, Dash, BitConnect, ZCash, Dogecoin? I've no idea which of those might have trustworthy devs to work with, but surely at least a couple do?