diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-19 14:32:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-19 14:32:42 -0400 |
commit | e8f547c181e9b86fa590280c579fd3be495824ce (patch) | |
tree | 942ec7feface5bf921db29178900b3122c78e2d5 /changes | |
parent | 2c2c64287aebe9eaa844457b852ca7cd50c61ec5 (diff) | |
parent | 3d8b73db553712b2bea4fc74b8f478f1b1b39aee (diff) | |
download | tor-e8f547c181e9b86fa590280c579fd3be495824ce.tar.gz tor-e8f547c181e9b86fa590280c579fd3be495824ce.zip |
Merge branch 'block_renegotiate_024'
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 0000000000..625bfa2f58 --- /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". |