Fix bug #7669.
authorJeremy Allison <jra@samba.org>
Thu, 9 Sep 2010 13:43:07 +0000 (15:43 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 9 Sep 2010 13:43:07 +0000 (15:43 +0200)
commitdf1c76e2275068d1006e82a4a21d42b58175268b
tree218774cfa0a2f889837c6c0c2e306266784c4209
parentda9325d02038b5e65873593dece510fa09851772
Fix bug #7669.

Fix bug #7669 (buffer overflow in sid_parse() in Samba3 and dom_sid_parse in
Samba4).

CVE-2010-3069:

===========
Description
===========

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.

A connection to a file share is needed to exploit this
vulnerability, either authenticated or unauthenticated
(guest connection).
source/lib/util_sid.c
source/libads/ldap.c
source/libsmb/cliquota.c
source/smbd/nttrans.c