From owner-svn-ports-all@FreeBSD.ORG Tue Mar 11 22:39:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B57E6612; Tue, 11 Mar 2014 22:39:08 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88EC7C73; Tue, 11 Mar 2014 22:39:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2BMd8eU026988; Tue, 11 Mar 2014 22:39:08 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2BMd8k9026984; Tue, 11 Mar 2014 22:39:08 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201403112239.s2BMd8k9026984@svn.freebsd.org> From: Xin LI Date: Tue, 11 Mar 2014 22:39:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347941 - 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.17 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, 11 Mar 2014 22:39:08 -0000 Author: delphij Date: Tue Mar 11 22:39:07 2014 New Revision: 347941 URL: http://svnweb.freebsd.org/changeset/ports/347941 QAT: https://qat.redports.org/buildarchive/r347941/ Log: Document samba multiple vulnerabilities announced today. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Mar 11 22:07:54 2014 (r347940) +++ head/security/vuxml/vuln.xml Tue Mar 11 22:39:07 2014 (r347941) @@ -51,6 +51,58 @@ Note: Please add new entries to the beg --> + + samba -- multiple vulnerabilities + + + samba34 + 0 + + + samba35 + 0 + + + samba36 + 3.6.*3.6.23 + + + samba4 + 4.0.*4.0.16 + + + samba41 + 4.1.*4.1.6 + + + + +

Samba project reports:

+
+

In Samba's SAMR server we neglect to ensure that attempted + password changes will update the bad password count, nor set + the lockout flags. This would allow a user unlimited attempts + against the password by simply calling ChangePasswordUser2 + repeatedly.

+

This is available without any other authentication.

+
+
+

smbcacls can remove a file or directory ACL by mistake.

+
+ +
+ + CVE-2013-4496 + CVE-2013-6442 + http://www.samba.org/samba/security/CVE-2013-4496 + http://www.samba.org/samba/security/CVE-2013-6442 + + + 2014-03-11 + 2014-03-11 + +
+ asterisk -- multiple vulnerabilities