diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-15 13:49:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-15 13:49:29 -0400 |
commit | 3b8888c544f3186f12295bc436cbbec1a99cbf02 (patch) | |
tree | 278ecb8103883a98151ec7fe86ad2f96fadf7c32 /changes | |
parent | 716d48581de72e5773c15802df5ca66b5f7365e5 (diff) | |
download | tor-3b8888c544f3186f12295bc436cbbec1a99cbf02.tar.gz tor-3b8888c544f3186f12295bc436cbbec1a99cbf02.zip |
Initialize the HS cache at startup
Failure to do this caused an assertion failure with #22246 . This
assertion failure can be triggered remotely, so we're tracking it as
medium-severity TROVE-2017-002.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22246 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug22246 b/changes/bug22246 new file mode 100644 index 0000000000..dbdf31a433 --- /dev/null +++ b/changes/bug22246 @@ -0,0 +1,6 @@ + o Major bugfixes (hidden service directory, security): + - Fix an assertion failure in the hidden service directory code, which + could be used by an attacker to remotely cause a Tor relay process to + exit. Relays running earlier versions of Tor 0.3.0.x should upgrade. + This security issue is tracked as tracked as + TROVE-2017-002. Fixes bug 22246; bugfix on 0.3.0.1-alpha. |