From owner-svn-ports-all@freebsd.org Tue Nov 27 13:45:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DDA1114C98D; Tue, 27 Nov 2018 13:45:55 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 339D97B5BD; Tue, 27 Nov 2018 13:45:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 165A01C0F7; Tue, 27 Nov 2018 13:45:55 +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 wARDjs4N045073; Tue, 27 Nov 2018 13:45:54 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wARDjsQe045070; Tue, 27 Nov 2018 13:45:54 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201811271345.wARDjsQe045070@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 Nov 2018 13:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486009 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: timur X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 486009 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 339D97B5BD X-Spamd-Result: default: False [1.70 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.51)[0.511,0]; NEURAL_SPAM_SHORT(0.50)[0.504,0]; NEURAL_SPAM_MEDIUM(0.69)[0.687,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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 Nov 2018 13:45:55 -0000 Author: timur Date: Tue Nov 27 13:45:54 2018 New Revision: 486009 URL: https://svnweb.freebsd.org/changeset/ports/486009 Log: Add an entry about new vulnerabilities in the Samba packages. Security: CVE-2018-14629 CVE-2018-16841 CVE-2018-16851 CVE-2018-16852 CVE-2018-16853 CVE-2018-16857 Sponsored by: my wife Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Nov 27 13:41:27 2018 (r486008) +++ head/security/vuxml/vuln.xml Tue Nov 27 13:45:54 2018 (r486009) @@ -58,6 +58,84 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + samba -- multiple vulnerabilities + + + samba46 + 4.6.16 + + + samba47 + 4.7.12 + + + samba48 + 4.8.7 + + + samba49 + 4.9.3 + + + + +

The samba project reports:

+
+

All versions of Samba from 4.0.0 onwards are vulnerable to infinite + query recursion caused by CNAME loops. Any dns record can be added via + ldap by an unprivileged user using the ldbadd tool, so this is a + security issue.

+
+
+

When configured to accept smart-card authentication, Samba's KDC will call + talloc_free() twice on the same memory if the principal in a validly signed + certificate does not match the principal in the AS-REQ.

+
+
+

During the processing of an LDAP search before Samba's AD DC returns + the LDAP entries to the client, the entries are cached in a single + memory object with a maximum size of 256MB. When this size is + reached, the Samba process providing the LDAP service will follow the + NULL pointer, terminating the process.

+
+
+

During the processing of an DNS zone in the DNS management DCE/RPC server, + the internal DNS server or the Samba DLZ plugin for BIND9, if the + DSPROPERTY_ZONE_MASTER_SERVERS property or DSPROPERTY_ZONE_SCAVENGING_SERVERS + property is set, the server will follow a NULL pointer and terminate

+
+
+

A user in a Samba AD domain can crash the KDC when Samba is built in the + non-default MIT Kerberos configuration.

+
+
+

AD DC Configurations watching for bad passwords (to restrict brute forcing + of passwords) in a window of more than 3 minutes may not watch for bad + passwords at all.

+
+ +
+ + https://www.samba.org/samba/security/CVE-2018-14629.html + CVE-2018-14629 + https://www.samba.org/samba/security/CVE-2018-16841.html + CVE-2018-16841 + https://www.samba.org/samba/security/CVE-2018-16851.html + CVE-2018-16851 + https://www.samba.org/samba/security/CVE-2018-16852.html + CVE-2018-16852 + https://www.samba.org/samba/security/CVE-2018-16853.html + CVE-2018-16853 + https://www.samba.org/samba/security/CVE-2018-16857.html + CVE-2018-16857 + + + 2018-08-14 + 2018-08-14 + +
+ php-imap -- imap_open allows to run arbitrary shell commands via mailbox parameter