Reject create cells on outgoing OR connections from bridges

This commit is contained in:
Robert Ransom
2011-10-23 15:21:49 -07:00
committed by Sebastian Hahn
parent c05bb53508
commit a74e7fd40f
2 changed files with 14 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
o Security fixes:
- Reject CREATE and CREATE_FAST cells on outgoing OR connections
from a bridge to a relay. Previously, we would accept them and
handle them normally, thereby allowing a malicious relay to
easily distinguish bridges which connect to it from clients.
Fixes CVE-2011-2769. Bugfix on 0.2.0.3-alpha, when bridges were
implemented; found by frosty_un.