summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-11-17 17:36:29 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-11-17 17:36:29 +0000
commit6e21ce592ed99246e734b3147b5b806a2ff63652 (patch)
tree1f1ef9c84b27f77adb71b415932fe65061bf70b9 /CHANGES
parent975c6efbe45f72cf5da4011dfa68d106744dd856 (diff)
fix CVE-2010-3864
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ae47318517..b6d5e660d2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -40,6 +40,10 @@
Changes between 1.0.0a and 1.0.0b [xx XXX xxxx]
+ *) Fix extension code to avoid race conditions which can result in a buffer
+ overrun vulnerability: resumed sessions must not be modified as they can
+ be shared by multiple threads. CVE-2010-3864
+
*) Fix WIN32 build system to correctly link an ENGINE directory into
a DLL.
[Steve Henson]
@@ -893,6 +897,10 @@
Changes between 0.9.8o and 0.9.8p [xx XXX xxxx]
+ *) Fix extension code to avoid race conditions which can result in a buffer
+ overrun vulnerability: resumed sessions must not be modified as they can
+ be shared by multiple threads. CVE-2010-3864
+
*) Fix for double free bug in ssl/s3_clnt.c CVE-2010-2939
[Steve Henson]