WHATSNEW: Update release notes.
authorKarolin Seeger <kseeger@samba.org>
Wed, 30 Sep 2009 11:55:33 +0000 (13:55 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 30 Sep 2009 11:55:33 +0000 (13:55 +0200)
Karolin

WHATSNEW.txt

index 4fee0cf7273fd46442195dc288b6180f3d678673..50acbbc7df2386172c67ef13f7c8145a7aedd01b 100644 (file)
@@ -1,10 +1,11 @@
                    ==============================
                    Release Notes for Samba 3.2.15
-                        September 29, 2009
+                          October 1, 2009
                    ==============================
 
 
-s 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 @@ s 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.2.14
 
 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>