Date: Sun, 3 Jul 2016 19:30:15 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417994 - head/security/vuxml Message-ID: <201607031930.u63JUF34003104@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="a5c204b5-4153-11e6-8dfe-002590263bf5"> + <topic>hive -- authorization logic vulnerability</topic> + <affects> + <package> + <name>hive</name> + <range><lt>2.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Sushanth Sowmyan reports:</p> + <blockquote cite="http://mail-archives.apache.org/mod_mbox/hive-user/201601.mbox/%3C20160128205008.2154F185EB%40minotaur.apache.org%3E"> + <p>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.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2015-7521</cvename> + <url>http://mail-archives.apache.org/mod_mbox/hive-user/201601.mbox/%3C20160128205008.2154F185EB%40minotaur.apache.org%3E</url> + </references> + <dates> + <discovery>2015-01-28</discovery> + <entry>2016-07-03</entry> + </dates> + </vuln> + <vuln vid="546deeea-3fc6-11e6-a671-60a44ce6887b"> <topic>SQLite3 -- Tempdir Selection Vulnerability</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607031930.u63JUF34003104>