history: fix ü and ö in samba-4.3.0.html
[metze/test/samba-web.git] / history / samba-3.6.25.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6 <title>Samba - Release Notes Archive</title>
7 </head>
8
9 <body>
10
11    <H2>Samba 3.6.25 Available for Download</H2>
12
13 <p>
14 <pre>
15                    ==============================
16                    Release Notes for Samba 3.6.25
17                           February 23, 2015
18                    ==============================
19
20
21 This is a security release in order to address CVE-2015-0240 (Unexpected
22 code execution in smbd).
23
24 o  CVE-2015-0240:
25    All versions of Samba from 3.5.0 to 4.2.0rc4 are vulnerable to an
26    unexpected code execution vulnerability in the smbd file server
27    daemon.
28
29    A malicious client could send packets that may set up the stack in
30    such a way that the freeing of memory in a subsequent anonymous
31    netlogon packet could allow execution of arbitrary code. This code
32    would execute with root privileges.
33
34 o  CVE-2014-0178:
35    In preparing a response to an authenticated FSCTL_GET_SHADOW_COPY_DATA
36    or FSCTL_SRV_ENUMERATE_SNAPSHOTS client request, affected versions of
37    Samba do not initialize 8 bytes of the 16 byte SRV_SNAPSHOT_ARRAY
38    response field. The uninitialized buffer is sent back to the client.
39
40    A non-default VFS module providing the get_shadow_copy_data_fn() hook
41    must be explicitly enabled for Samba to process the aforementioned
42    client requests. Therefore, only configurations with "shadow_copy" or
43    "shadow_copy2" specified for the "vfs objects" parameter are vulnerable.
44
45
46 Changes since 3.6.24:
47 ---------------------
48
49 o   Jeremy Allison &lt;jra@samba.org&gt;
50     * BUG 11077: CVE-2015-0240: talloc free on uninitialized stack pointer
51       in netlogon server could lead to security vulnerability.
52
53
54 o   Jiří Šašek &lt;jiri.sasek@oracle.com&gt;
55     * BUG 10549: CVE-2014-0178: Fix malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS
56       response.
57
58
59 o   Andreas Schneider &lt;asn@samba.org&gt;
60     * BUG 11077: CVE-2015-0240: s3-netlogon: Make sure we do not deference
61       a NULL pointer./auth: Make sure that creds_out is initialized with NULL.
62 </pre>
63
64 </body>
65 </html>