summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-09-30 13:55:06 +0200
committerKarolin Seeger <kseeger@samba.org>2009-09-30 13:55:06 +0200
commit7fbee9050d08335c6a3dbf6e267c823b33e928c4 (patch)
treecbaea5f0aeafd2c24eb7e0872153c86c5bf47798 /WHATSNEW.txt
parent8afa10ad7d7e81bcae27b6a913210ef8a1ee4426 (diff)
downloadsamba-7fbee9050d08335c6a3dbf6e267c823b33e928c4.tar.gz
samba-7fbee9050d08335c6a3dbf6e267c823b33e928c4.tar.xz
samba-7fbee9050d08335c6a3dbf6e267c823b33e928c4.zip
WHATSNEW: Update release notes.
Karolin
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 7a8784eb32e..0d9aaac67eb 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,10 +1,11 @@
=============================
Release Notes for Samba 3.3.8
- September, 29 2009
+ October, 1 2009
=============================
-This is a security release in order to address CVE-2009-2813 and CVE-2009-2948.
+This is a security release in order to address CVE-2009-2813, CVE-2009-2948
+and CVE-2009-2906.
o CVE-2009-2813:
In all versions of Samba later than 3.0.11, connecting to the home
@@ -18,6 +19,10 @@ This is a security release in order to address CVE-2009-2813 and CVE-2009-2948.
then use the --verbose option to view the first line of that file.
All known Samba versions are affected.
+ o CVE-2009-2906:
+ Specially crafted SMB requests on authenticated SMB connections can
+ send smbd into a 100% CPU loop, causing a DoS on the Samba server.
+
######################################################################
Changes
@@ -29,6 +34,7 @@ Changes since 3.3.7
o Jeremy Allison <jra@samba.org>
* BUG 6763: Fix for CVE-2009-2813.
+ * BUG 6768: Fix for CVE-2009-2906.
o Jeff Layton <jlayton@redhat.com>