Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2015 20:59:22 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400420 - head/security/vuxml
Message-ID:  <201510282059.t9SKxMcm015001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Oct 28 20:59:22 2015
New Revision: 400420
URL: https://svnweb.freebsd.org/changeset/ports/400420

Log:
  Document information disclosure in net/openafs
  
  Security:	CVE-2015-7762
  Security:	CVE-2015-7763

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Oct 28 20:55:40 2015	(r400419)
+++ head/security/vuxml/vuln.xml	Wed Oct 28 20:59:22 2015	(r400420)
@@ -58,6 +58,40 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="017a493f-7db6-11e5-a762-14dae9d210b8">
+    <topic>openafs -- information disclosure</topic>
+    <affects>
+      <package>
+	<name>openafs</name>
+	<range><lt>1.6.15</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The OpenAFS development team reports:</p>
+	<blockquote cite="http://openafs.org/pages/security/OPENAFS-SA-2015-007.txt">;
+	  <p>When constructing an Rx acknowledgment (ACK) packet, Andrew-derived Rx
+	    implementations do not initialize three octets of data that are padding
+	    in the C language structure and were inadvertently included in the wire
+	    protocol (CVE-2015-7762).  Additionally, OpenAFS Rx in versions 1.5.75
+	    through 1.5.78, 1.6.0 through 1.6.14, and 1.7.0 through 1.7.32 include
+	    a variable-length padding at the end of the ACK packet, in an attempt to
+	    detect the path MTU, but only four octets of the additional padding are
+	    initialized (CVE-2015-7763).</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://openafs.org/pages/security/OPENAFS-SA-2015-007.txt</url>;
+      <cvename>CVE-2015-7762</cvename>
+      <cvename>CVE-2015-7763</cvename>
+    </references>
+    <dates>
+      <discovery>2015-10-28</discovery>
+      <entry>2015-10-28</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="4b9393b8-7c0c-11e5-a010-080027ddead3">
     <topic>xscreensaver - lock bypass</topic>
     <affects>



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