Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2016 18:04:11 +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: r416410 - head/security/vuxml
Message-ID:  <201606051804.u55I4Bpr009061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Sun Jun  5 18:04:11 2016
New Revision: 416410
URL: https://svnweb.freebsd.org/changeset/ports/416410

Log:
  Document OpenAFS vulnerabilities in 1.6.16 and 1.6.17
  
  PR:		209534
  Reported by:	Sevan Janiyan <venture37@geeklan.co.uk>
  Security:	CVE-2015-8312
  Security:	CVE-2016-2860
  Security:	CVE-2016-4536
  Security:	https://vuxml.FreeBSD.org/freebsd/2e8fe57e-2b46-11e6-ae88-002590263bf5.html
  Security:	https://vuxml.FreeBSD.org/freebsd/bcbd3fe0-2b46-11e6-ae88-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jun  5 17:55:09 2016	(r416409)
+++ head/security/vuxml/vuln.xml	Sun Jun  5 18:04:11 2016	(r416410)
@@ -58,6 +58,70 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="bcbd3fe0-2b46-11e6-ae88-002590263bf5">
+    <topic>openafs -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>openafs</name>
+	<range><lt>1.6.17</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The OpenAFS development team reports:</p>
+	<blockquote cite="http://www.openafs.org/pages/security/OPENAFS-SA-2016-001.txt">;
+	  <p>Foreign users can bypass access controls to create groups as
+	    system:administrators, including in the user namespace and the
+	    system: namespace.</p>
+	</blockquote>
+	<blockquote cite="http://www.openafs.org/pages/security/OPENAFS-SA-2016-002.txt">;
+	  <p>The contents of uninitialized memory are sent on the wire when
+	    clients perform certain RPCs.  Depending on the RPC, the information
+	    leaked may come from kernel memory or userspace.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-2860</cvename>
+      <cvename>CVE-2016-4536</cvename>
+      <freebsdpr>ports/209534</freebsdpr>
+      <url>http://www.openafs.org/pages/security/OPENAFS-SA-2016-001.txt</url>;
+      <url>http://www.openafs.org/pages/security/OPENAFS-SA-2016-002.txt</url>;
+    </references>
+    <dates>
+      <discovery>2016-03-16</discovery>
+      <entry>2016-06-05</entry>
+    </dates>
+  </vuln>
+
+  <vuln vid="2e8fe57e-2b46-11e6-ae88-002590263bf5">
+    <topic>openafs -- local DoS vulnerability</topic>
+    <affects>
+      <package>
+	<name>openafs</name>
+	<range><lt>1.6.16</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The OpenAFS development team reports:</p>
+	<blockquote cite="https://www.openafs.org/dl/1.6.16/RELNOTES-1.6.16">;
+	  <p>Avoid a potential denial of service issue, by fixing a bug in
+	    pioctl logic that allowed a local user to overrun a kernel buffer
+	    with a single NUL byte.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2015-8312</cvename>
+      <url>https://www.openafs.org/dl/1.6.16/RELNOTES-1.6.16</url>;
+    </references>
+    <dates>
+      <discovery>2016-03-16</discovery>
+      <entry>2016-06-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="0297b260-2b3b-11e6-ae88-002590263bf5">
     <topic>ikiwiki -- XSS vulnerability</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606051804.u55I4Bpr009061>