From: Karolin Seeger Date: Wed, 15 Sep 2010 18:55:30 +0000 (+0200) Subject: WHATSNEW: Prepare 3.4.9 release notes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ead6726c5d1923c3ad309e6e3e0f84d32a263d42;p=thirdparty%2Fsamba.git WHATSNEW: Prepare 3.4.9 release notes. Karolin --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 385731f42b0..5b25be32e14 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,19 +1,33 @@ ============================= Release Notes for Samba 3.4.9 - , 2010 + September 14, 2010 ============================= -This is the latest stable release of Samba 3.4. +This is a security release in order to address CVE-2010-3069. + -Major enhancements in Samba 3.4.9 include: +o CVE-2010-3069: + All current released versions of Samba are vulnerable to + a buffer overrun vulnerability. The sid_parse() function + (and related dom_sid_parse() function in the source4 code) + do not correctly check their input lengths when reading a + binary representation of a Windows SID (Security ID). This + allows a malicious client to send a sid that can overflow + the stack variable that is being used to store the SID in the + Samba smbd server. - o Changes since 3.4.8 ------------------- +o Jeremy Allison + * BUG 7669: Fix for CVE-2010-3069. + + +o Andrew Bartlett + * BUG 7669: Fix for CVE-2010-3069. ######################################################################