From owner-svn-ports-head@freebsd.org Tue May 23 09:18:06 2017 Return-Path: Delivered-To: svn-ports-head@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 68690D79312; Tue, 23 May 2017 09:18:06 +0000 (UTC) (envelope-from danfe@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 201C5194E; Tue, 23 May 2017 09:18:06 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4N9I5Zi024139; Tue, 23 May 2017 09:18:05 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4N9I5uW024137; Tue, 23 May 2017 09:18:05 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201705230918.v4N9I5uW024137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 23 May 2017 09:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441511 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2017 09:18:06 -0000 Author: danfe Date: Tue May 23 09:18:04 2017 New Revision: 441511 URL: https://svnweb.freebsd.org/changeset/ports/441511 Log: Document another round of multiple vulnerabilities found in the kernel mode layer handler of nVidia GPU display driver. Security: CVE-2017-0350, CVE-2017-0351, CVE-2017-0352 PR: 219465 Submitted by: Andrew Marks Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue May 23 09:00:35 2017 (r441510) +++ head/security/vuxml/vuln.xml Tue May 23 09:18:04 2017 (r441511) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + NVIDIA UNIX driver -- multiple vulnerabilities in the kernel mode layer handler + + + nvidia-driver + 375.66 + + + + +

NVIDIA Unix security team reports:

+
+

NVIDIA GPU Display Driver contains vulnerabilities in the + kernel mode layer handler where not correctly validated user + input, NULL pointer dereference, and incorrect access control + may lead to denial of service or potential escalation of + privileges.

+
+ +
+ + CVE-2017-0350 + CVE-2017-0351 + CVE-2017-0352 + http://nvidia.custhelp.com/app/answers/detail/a_id/4462 + + + 2017-05-15 + 2017-05-23 + +
+ miniupnpc -- integer signedness error