summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-03-15 09:01:59 -0400
committerNick Mathewson <nickm@torproject.org>2021-03-15 09:01:59 -0400
commit0d04a9a82945680788cff446215b98fd68b9f055 (patch)
tree4d9d8ede3eb95d0b43b669cd6057a894834c5fa7 /changes
parent2b1c08567d7ced8c188d5e195598158a214fcc99 (diff)
parentf078aab71ef56e1942caec5f27e0f336f2a7c7d1 (diff)
downloadtor-0d04a9a82945680788cff446215b98fd68b9f055.tar.gz
tor-0d04a9a82945680788cff446215b98fd68b9f055.zip
Merge branch 'maint-0.3.5' into release-0.3.5
Diffstat (limited to 'changes')
-rw-r--r--changes/bug403165
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40316 b/changes/bug40316
new file mode 100644
index 0000000000..cd275b5c9c
--- /dev/null
+++ b/changes/bug40316
@@ -0,0 +1,5 @@
+ o Major bugfixes (security, denial of service):
+ - Fix a bug in appending detached signatures to a pending consensus
+ document that could be used to crash a directory authority.
+ Fixes bug 40316; bugfix on 0.2.2.6-alpha. Tracked as
+ TROVE-2021-002 and CVE-2021-28090.