aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-18 09:25:21 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-18 09:27:07 -0400
commit4a2cbea6ce585fcdaf86a80ccf39bceb4137e86a (patch)
tree7402f254a58fc0adea164d42fc82214561373ae8 /changes
parent26f68dfcef283137e60319c003300b07c56a3209 (diff)
downloadtor-4a2cbea6ce585fcdaf86a80ccf39bceb4137e86a.tar.gz
tor-4a2cbea6ce585fcdaf86a80ccf39bceb4137e86a.zip
Fix log-uninitialized-stack bug in rend_service_intro_established.
Fixes bug 23490; bugfix on 0.2.7.2-alpha. TROVE-2017-008 CVE-2017-0380
Diffstat (limited to 'changes')
-rw-r--r--changes/trove-2017-0085
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/trove-2017-008 b/changes/trove-2017-008
new file mode 100644
index 0000000000..4b9c5b0a12
--- /dev/null
+++ b/changes/trove-2017-008
@@ -0,0 +1,5 @@
+ o Major bugfixes (security, hidden services, loggging):
+ - Fix a bug where we could log uninitialized stack when a certain
+ hidden service error occurred while SafeLogging was disabled.
+ Fixes bug #23490; bugfix on 0.2.7.2-alpha.
+ This is also tracked as TROVE-2017-008 and CVE-2017-0380.