Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1WJeKB-0007X5-Aq for bitcoin-development@lists.sourceforge.net; Sat, 01 Mar 2014 07:27:07 +0000 Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.215.170 as permitted sender) client-ip=209.85.215.170; envelope-from=laanwj@gmail.com; helo=mail-ea0-f170.google.com; Received: from mail-ea0-f170.google.com ([209.85.215.170]) by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1WJeK7-0003hL-PD for bitcoin-development@lists.sourceforge.net; Sat, 01 Mar 2014 07:27:07 +0000 Received: by mail-ea0-f170.google.com with SMTP id g15so3229507eak.1 for ; Fri, 28 Feb 2014 23:26:57 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.204.104.193 with SMTP id q1mr4996263bko.6.1393658817526; Fri, 28 Feb 2014 23:26:57 -0800 (PST) Received: by 10.205.75.72 with HTTP; Fri, 28 Feb 2014 23:26:57 -0800 (PST) In-Reply-To: References: Date: Sat, 1 Mar 2014 08:26:57 +0100 Message-ID: From: Wladimir To: Jeremy Spilman Content-Type: multipart/alternative; boundary=001a11333b46c1e48204f3867a9b X-Spam-Score: -0.6 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (laanwj[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1WJeK7-0003hL-PD Cc: "bitcoin-development@lists.sourceforge.net" Subject: Re: [Bitcoin-development] Positive and negative feedback on certificate validation errors X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 07:27:07 -0000 --001a11333b46c1e48204f3867a9b Content-Type: text/plain; charset=UTF-8 On Sat, Mar 1, 2014 at 7:26 AM, Jeremy Spilman wrote: > There's a open bug (#3628) and pull request (#3684) to provide negative > feedback (yellow background) for a missing or invalid signature, but it > seems like there's some debate on whether bitcoind should do that... > The consensus there is to treat invalid and unsigned payment requests the same (apart from debug error logging). After all, the cost to the attacker to remove the signature or corrupt it is exactly the same. I do recommend testing that pull request (#3684) to see if it improves payment request reporting, and provide testing reports or suggestions in the github comments. I've been very busy the last few weeks with integrating and testing other pre-0.9 changes so I have been unable to look at the visual side of payment request stuff much. We could use some help there. If an attacker can avoid the negative feedback by just stripping the > signature and setting pki_type to none, then arguably there's no security > benefit by singling out badly signed payment requests from unsigned > payment requests. > Exactly. > So perhaps the root problem is that the positive feedback (green > background) is not strong enough to make its absence highly conspicuous to > the end user. > Well, ideas to make the difference more conspicuous are welcome. The green background is just to make a basic distinction. If it involves any imagery or graphics we do need contributions (with the appropriate MIT license), no one of us is an artist. > As an aside, how could we go about implementing the equivalent of HTTP > Strict Transport Security for payment protocol to prevent this trivial > signature stripping attack? Is this a possible extension field merchants > are interested in? > Such a thing would be interesting for a future BIP standard. I see one problem here: for an unsigned payment request there isn't really an "origin". Browser URI handlers don't send the referrer either. This rules out adding a field to the Bitcoin URI 'requests from us must be signed from now on' (there's no us). The server that serves the payment requests *could* serve an HSTS-like header 'only accept signed payment requests from us from now on'. The client needs to remember this for this server. Then if someone has compromised that server (or hijacked DNS) to serve fake and unsigned payment requests, the client can block these. Neither scenario will help in the case in which the server serving the Bitcoin URIs is compromised. Wladimir --001a11333b46c1e48204f3867a9b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On S= at, Mar 1, 2014 at 7:26 AM, Jeremy Spilman <jeremy@taplink.co> wrote:
There's a open bug (#3628) and pull requ= est (#3684) to provide negative
feedback (yellow background) for a missing or invalid signature, but it
seems like there's some debate on whether bitcoind should do that...

The consensus there is to treat invalid a= nd unsigned payment requests the same (apart from debug error logging). Aft= er all, the cost to the attacker to remove the signature or corrupt it is e= xactly the same.

I do recommend testing that pull request (#3684) to see= if it improves payment request reporting, and provide testing reports or s= uggestions in the github comments.

I've been v= ery busy the last few weeks with integrating and testing other pre-0.9 chan= ges so I have been unable to look at the visual side of payment request stu= ff much. We could use some help there.

If an attacker can avoid the = negative feedback by just stripping the
signature and setting pki_type to none, then arguably there's no securi= ty
benefit by singling out badly signed payment requests from unsigned
payment requests.

Exactly.
= =C2=A0
So perhaps the root problem is t= hat the positive feedback (green
background) is not strong enough to make its absence highly conspicuous to<= br> the end user.

Well, ideas to make the d= ifference more conspicuous are welcome. The green background is just to mak= e a basic distinction.

If it involves any imagery = or graphics we do need contributions (with the appropriate MIT license), no= one of us is an artist.
=C2=A0
As an aside, how could we g= o about implementing the equivalent of HTTP
Strict Transport Security for payment protocol to prevent this trivial
signature stripping attack? Is this a possible extension field merchants are interested in?

Such a thing would b= e interesting for a future BIP standard. I see one problem here: for an uns= igned payment request there isn't really an "origin". Browser= URI handlers don't send the referrer either.=C2=A0

This rules out adding a field to the Bitcoin URI 'r= equests from us must be signed from now on' (there's no us).

The server that serves the payment requests *could* = serve an HSTS-like header 'only accept signed payment requests from us = from now on'. The client needs to remember this for this server. Then i= f someone has compromised that server (or hijacked DNS) to serve fake and u= nsigned payment requests, the client can block these.

Neither scenario will help in the case in which the ser= ver serving the Bitcoin URIs is compromised.

Wladi= mir

--001a11333b46c1e48204f3867a9b--