diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2022-06-15 21:00:44 +0000 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-06-17 09:03:13 -0400 |
commit | 5a25374209689466e10906a77e66ad717a615a02 (patch) | |
tree | 82ffb543a69d1ba465630624081a9d1c0d0d2ff8 | |
parent | b0496d40197dd5b4fb7b694c1410082d4e34dda6 (diff) | |
download | tor-5a25374209689466e10906a77e66ad717a615a02.tar.gz tor-5a25374209689466e10906a77e66ad717a615a02.zip |
Add changes file for bug40626
-rw-r--r-- | changes/bug40626 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug40626 b/changes/bug40626 new file mode 100644 index 0000000000..cda8abe4d7 --- /dev/null +++ b/changes/bug40626 @@ -0,0 +1,6 @@ + o Major bugfixes (congestion control, TROVE-2022-001): + - Fix a scenario where RTT estimation can become wedged, seriously + degrading congestion control performance on all circuits. This impacts + clients, onion services, and relays, and can be triggered remotely by a + malicious endpoint. Tracked as CVE-2022-33903. Fixes bug 40626; bugfix + on 0.4.7.5-alpha. |