Re: [tor-relays] Rejecting 380 vulnerable guard/exit keys

2014-04-16 Thread Martin Kepplinger

Am 16.04.2014 06:42 schrieb Roger Dingledine:

Hi folks,

I'm attaching the list of relay identity fingerprints that I'm
rejecting on moria1 as of yesterday.

I got the list from Sina's scanner:
https://encrypted.redteam.net/bleeding_edges/

I thought for a while about taking away their Valid flag rather
than rejecting them outright, but this way they'll get notices
in their logs.

I also thought for a while about trying to keep my list of 
fingerprints

up-to-date (i.e. removing the !reject line once they've upgraded their
openssl), but on the other hand, if they were still vulnerable as of
yesterday, I really don't want this identity key on the Tor network 
even

after they've upgraded their openssl.

If the other directory authority operators follow suit, we'll lose 
about

12% of the exit capacity and 12% of the guard capacity.


How is that going to be decided?



I/we should add to this list as we discover other relays that come
online with vulnerable openssl versions.

Also these are just the relays with Guard and/or Exit flags, so we 
should

add the other 1000+ at some point soon.

--Roger



Thanks for your work!
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Rejecting 380 vulnerable guard/exit keys

2014-04-16 Thread grarpamp
Updating a previous post full of measurement caveats (in particular
not keying IP/FP to discard old descriptors)... now at:
- 35% reduction in cumulative relay uptime from 14.1Gsec pre-hb.
- 4400 out of 5835 descriptors with uptime less than hb-release
and totaling 1.2Gsec among them.
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


[tor-relays] Recommended reject lines for relays affected by Heartbleed

2014-04-16 Thread Andrea Shepard
A list of 1777 proposed reject lines of fingerprints which have
ever turned up as potentially exposed by Heartbleed in my scans
is available at the URL below.  This was generated with the following
query:

(select distinct
  hb.probe_identity_digest as identity_digest
from
  heartbleed_probe_results hb
where
  hb.probe_has_heartbleed and
  hb.probe_tor_checked_identity)
union
(select distinct
  hb.expected_identity_digest as identity_digest
from
  heartbleed_probe_results hb
where
  hb.probe_has_heartbleed and
  not hb.probe_tor_checked_identity)
order by
  identity_digest;

That is, it includes all probe results for which a Tor handshake was
actually completed with the identity digest in question *and* a response
to the Heartbleed probe was seen (1729 digests) or for identity digests we
expected to see for that IP/port pair for which the handshake did not succeed
but a Heartbleed response was seen (additional 48 digests).

The target list is all IP/port pairs which have ever appeared in a consensus
or vote during the time I've been scanning, so some of these may not be
in the current consensus or have ever appeared, or they may no longer be
vulnerable but not have changed keys properly.  There are a bit over 900
vulnerable relays in the latest consensus.

http://charon.persephoneslair.org/~andrea/private/hb-fingerprints-20140417002500.txt

-- 
Andrea Shepard
and...@torproject.org
PGP fingerprint (ECC): BDF5 F867 8A52 4E4A BECF  DE79 A4FF BC34 F01D D536
PGP fingerprint (RSA): 3611 95A4 0740 ED1B 7EA5  DF7E 4191 13D9 D0CF BDA5


pgp01REgO1QJQ.pgp
Description: PGP signature
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Recommended reject lines for relays affected by Heartbleed

2014-04-16 Thread Andrea Shepard
On Wed, Apr 16, 2014 at 06:24:40PM -0700, Andrea Shepard wrote:
 A list of 1777 proposed reject lines of fingerprints which have
 ever turned up as potentially exposed by Heartbleed in my scans
 is available at the URL below.  This was generated with the following
 query:
 
 (select distinct
   hb.probe_identity_digest as identity_digest
 from
   heartbleed_probe_results hb
 where
   hb.probe_has_heartbleed and
   hb.probe_tor_checked_identity)
 union
 (select distinct
   hb.expected_identity_digest as identity_digest
 from
   heartbleed_probe_results hb
 where
   hb.probe_has_heartbleed and
   not hb.probe_tor_checked_identity)
 order by
   identity_digest;
 
 That is, it includes all probe results for which a Tor handshake was
 actually completed with the identity digest in question *and* a response
 to the Heartbleed probe was seen (1729 digests) or for identity digests we
 expected to see for that IP/port pair for which the handshake did not succeed
 but a Heartbleed response was seen (additional 48 digests).
 
 The target list is all IP/port pairs which have ever appeared in a consensus
 or vote during the time I've been scanning, so some of these may not be
 in the current consensus or have ever appeared, or they may no longer be
 vulnerable but not have changed keys properly.  There are a bit over 900
 vulnerable relays in the latest consensus.
 
 http://charon.persephoneslair.org/~andrea/private/hb-fingerprints-20140417002500.txt

The SHA-256 hash of that file, for the sake of stating it under a PGP
signature, is:

dadd2beca51d1d5cd7ffe7d3fe3a57200c7de7e136cad23b0691df2fbe84ee3f

-- 
Andrea Shepard
and...@torproject.org
PGP fingerprint (ECC): BDF5 F867 8A52 4E4A BECF  DE79 A4FF BC34 F01D D536
PGP fingerprint (RSA): 3611 95A4 0740 ED1B 7EA5  DF7E 4191 13D9 D0CF BDA5


pgpqYabAMaaKx.pgp
Description: PGP signature
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Recommended reject lines for relays affected by Heartbleed

2014-04-16 Thread Roger Dingledine
On Wed, Apr 16, 2014 at 08:03:51PM -0700, Andrea Shepard wrote:
  http://charon.persephoneslair.org/~andrea/private/hb-fingerprints-20140417002500.txt
 
 The SHA-256 hash of that file, for the sake of stating it under a PGP
 signature, is:
 
 dadd2beca51d1d5cd7ffe7d3fe3a57200c7de7e136cad23b0691df2fbe84ee3f

Thanks Andrea. 374 of the 380 lines from Sina's file overlap with yours.

I've moved moria1 to reject the union of the two lists.

--Roger

___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays