From owner-svn-ports-all@freebsd.org Sun Jul 3 19:30:16 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 EA77CB901D7; Sun, 3 Jul 2016 19:30:16 +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 A1E062289; Sun, 3 Jul 2016 19:30:16 +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 u63JUFC6003105; Sun, 3 Jul 2016 19:30:15 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u63JUF34003104; Sun, 3 Jul 2016 19:30:15 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201607031930.u63JUF34003104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 3 Jul 2016 19:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417994 - 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.22 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: Sun, 03 Jul 2016 19:30:17 -0000 Author: junovitch Date: Sun Jul 3 19:30:15 2016 New Revision: 417994 URL: https://svnweb.freebsd.org/changeset/ports/417994 Log: Document authorization logic vulnerability in Apache Hive PR: 207173 Security: CVE-2015-7521 Security: https://vuxml.FreeBSD.org/freebsd/a5c204b5-4153-11e6-8dfe-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jul 3 19:06:16 2016 (r417993) +++ head/security/vuxml/vuln.xml Sun Jul 3 19:30:15 2016 (r417994) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + hive -- authorization logic vulnerability + + + hive + 2.0.0 + + + + +

Sushanth Sowmyan reports:

+
+

Some partition-level operations exist that do not explicitly also + authorize privileges of the parent table. This can lead to issues when + the parent table would have denied the operation, but no denial occurs + because the partition-level privilege is not checked by the + authorization framework, which defines authorization entities only + from the table level upwards.

+
+ +
+ + CVE-2015-7521 + http://mail-archives.apache.org/mod_mbox/hive-user/201601.mbox/%3C20160128205008.2154F185EB%40minotaur.apache.org%3E + + + 2015-01-28 + 2016-07-03 + +
+ SQLite3 -- Tempdir Selection Vulnerability