diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-16 12:55:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-17 19:18:16 -0400 |
commit | f357ef9dccccfb5ce2408dbd5f8456de02bac895 (patch) | |
tree | cfd709e594c28e4c4f73fd3bbb48ccd51b98f6c1 /changes | |
parent | e2549c3b745313d6647c7e1d05025a84e1d33873 (diff) | |
download | tor-f357ef9dccccfb5ce2408dbd5f8456de02bac895.tar tor-f357ef9dccccfb5ce2408dbd5f8456de02bac895.tar.gz |
Discard extraneous renegotiation attempts in the v3 link protocol
Failure to do so left us open to a remotely triggerable assertion
failure. Fixes CVE-2012-2249; bugfix on 0.2.3.6-alpha. Reported by
"some guy from France".
Diffstat (limited to 'changes')
-rw-r--r-- | changes/cve-2012-2249 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/cve-2012-2249 b/changes/cve-2012-2249 new file mode 100644 index 000000000..625bfa2f5 --- /dev/null +++ b/changes/cve-2012-2249 @@ -0,0 +1,5 @@ + o Major bugfixes (security): + - Discard extraneous renegotiation attempts once the V3 link + protocol has been initiated. Failure to do so left us open to + a remotely triggerable assertion failure. Fixes CVE-2012-2249; + bugfix on 0.2.3.6-alpha. Reported by "some guy from France". |