From owner-svn-ports-all@freebsd.org Tue Jan 26 01:36:27 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 13FEFA46C40; Tue, 26 Jan 2016 01:36:27 +0000 (UTC) (envelope-from junovitch@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 BDFE9384; Tue, 26 Jan 2016 01:36:26 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0Q1aPSi017557; Tue, 26 Jan 2016 01:36:25 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0Q1aPvH017555; Tue, 26 Jan 2016 01:36:25 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601260136.u0Q1aPvH017555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 26 Jan 2016 01:36:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407251 - 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.20 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, 26 Jan 2016 01:36:27 -0000 Author: junovitch Date: Tue Jan 26 01:36:25 2016 New Revision: 407251 URL: https://svnweb.freebsd.org/changeset/ports/407251 Log: Document potential privilege escalation via symlink misconfiguration in sudo PR: 206592 Reported by: Sevan Janiyan Security: CVE-2015-5602 Security: https://vuxml.FreeBSD.org/freebsd/2e8cdd36-c3cc-11e5-b5fe-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jan 26 01:28:19 2016 (r407250) +++ head/security/vuxml/vuln.xml Tue Jan 26 01:36:25 2016 (r407251) @@ -58,6 +58,38 @@ Notes: --> + + sudo -- potential privilege escalation via symlink misconfiguration + + + sudo + 1.8.15 + + + + +

MITRE reports:

+
+

sudoedit in Sudo before 1.8.15 allows local users to gain + privileges via a symlink attack on a file whose full path is defined + using multiple wildcards in /etc/sudoers, as demonstrated by + "/home/*/*/file.txt."

+
+ +
+ + CVE-2015-5602 + ports/206590 + https://www.exploit-db.com/exploits/37710/ + https://bugzilla.sudo.ws/show_bug.cgi?id=707 + http://www.sudo.ws/stable.html#1.8.15 + + + 2015-11-17 + 2016-01-26 + +
+ imlib2 -- denial of service vulnerabilities