aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-19 14:32:42 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-19 14:32:42 -0400
commite8f547c181e9b86fa590280c579fd3be495824ce (patch)
tree942ec7feface5bf921db29178900b3122c78e2d5 /changes
parent2c2c64287aebe9eaa844457b852ca7cd50c61ec5 (diff)
parent3d8b73db553712b2bea4fc74b8f478f1b1b39aee (diff)
downloadtor-e8f547c181e9b86fa590280c579fd3be495824ce.tar.gz
tor-e8f547c181e9b86fa590280c579fd3be495824ce.zip
Merge branch 'block_renegotiate_024'
Diffstat (limited to 'changes')
-rw-r--r--changes/cve-2012-22495
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".