From owner-svn-ports-all@freebsd.org Tue Dec 27 20:52:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26F6EC93D2D; Tue, 27 Dec 2016 20:52:54 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D63641848; Tue, 27 Dec 2016 20:52:53 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBRKqr58092073; Tue, 27 Dec 2016 20:52:53 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBRKqq9E092071; Tue, 27 Dec 2016 20:52:52 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201612272052.uBRKqq9E092071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Tue, 27 Dec 2016 20:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429658 - 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.23 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, 27 Dec 2016 20:52:54 -0000 Author: timur Date: Tue Dec 27 20:52:52 2016 New Revision: 429658 URL: https://svnweb.freebsd.org/changeset/ports/429658 Log: Add entry for multiple samba 3.6.* - 4.4.* vulnerabilities. Security: CVE-2016-2123 CVE-2016-2125 CVE-2016-2126 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Dec 27 20:43:10 2016 (r429657) +++ head/security/vuxml/vuln.xml Tue Dec 27 20:52:52 2016 (r429658) @@ -58,6 +58,69 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + samba -- multiple vulnerabilities + + + samba36 + 3.6.03.6.25_4 + + + samba4 + 4.0.04.0.26 + + + samba41 + 4.1.04.1.23 + + + samba42 + 4.2.04.2.14 + + + samba43 + 4.3.04.3.13 + + + samba44 + 4.4.04.4.8 + + + samba45 + 4.5.04.5.3 + + + + +

Samba team reports:

+
+

[CVE-2016-2123] Authenicated users can supply malicious dnsRecord attributes + on DNS objects and trigger a controlled memory corruption.

+

[CVE-2016-2125] Samba client code always requests a forwardable ticket + when using Kerberos authentication. This means the target server, which must be in the current or trusted + domain/realm, is given a valid general purpose Kerberos "Ticket Granting Ticket" (TGT), which can be used to + fully impersonate the authenticated user or service.

+

[CVE-2016-2126] A remote, authenticated, attacker can cause the winbindd process + to crash using a legitimate Kerberos ticket due to incorrect handling of the PAC checksum. + A local service with access to the winbindd privileged pipe can cause winbindd to cache elevated access permissions.

+
+ +
+ + CVE-2016-2123 + https://www.samba.org/samba/security/CVE-2016-2123.html + CVE-2016-2125 + https://www.samba.org/samba/security/CVE-2016-2125.html + CVE-2016-2126 + https://www.samba.org/samba/security/CVE-2016-2126.html + + + 2016-12-19 + 2016-12-26 + 2016-12-26 + +
+ upnp -- multiple vulnerabilities