From owner-svn-ports-all@FreeBSD.ORG Tue Feb 24 00:54:48 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB9AFF3C; Tue, 24 Feb 2015 00:54:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BE38C21; Tue, 24 Feb 2015 00:54:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1O0smUt054270; Tue, 24 Feb 2015 00:54:48 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1O0smuw054266; Tue, 24 Feb 2015 00:54:48 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201502240054.t1O0smuw054266@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 24 Feb 2015 00:54:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379719 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2015 00:54:48 -0000 Author: delphij Date: Tue Feb 24 00:54:47 2015 New Revision: 379719 URL: https://svnweb.freebsd.org/changeset/ports/379719 QAT: https://qat.redports.org/buildarchive/r379719/ Log: Document Samba remote code execution vulnerability. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 24 00:20:16 2015 (r379718) +++ head/security/vuxml/vuln.xml Tue Feb 24 00:54:47 2015 (r379719) @@ -57,6 +57,47 @@ Notes: --> + + samba -- Unexpected code execution in smbd + + + samba4 + 4.0.04.0.25 + + + samba41 + 4.1.04.1.17 + + + samba36 + 3.6.03.6.25 + + + + +

Samba developement team reports:

+
+

All versions of Samba from 3.5.0 to 4.2.0rc4 are + vulnerable to an unexpected code execution vulnerability + in the smbd file server daemon.

+

A malicious client could send packets that may set up the + stack in such a way that the freeing of memory in a + subsequent anonymous netlogon packet could allow execution + of arbitrary code. This code would execute with root + privileges.

+
+ +
+ + CVE-2015-0240 + https://www.samba.org/samba/security/CVE-2015-0240 + + + 2015-02-23 + 2015-02-23 + +
+ e2fsprogs -- buffer overflow if s_first_meta_bg too big