Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Dec 2016 22:29:11 +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: r427813 - head/security/vuxml
Message-ID:  <201612042229.uB4MTB9d035736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Sun Dec  4 22:29:10 2016
New Revision: 427813
URL: https://svnweb.freebsd.org/changeset/ports/427813

Log:
  Document py-cryptography vulnerability
  
  PR:		214915
  Security:	CVE-2016-9243

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Dec  4 22:20:29 2016	(r427812)
+++ head/security/vuxml/vuln.xml	Sun Dec  4 22:29:10 2016	(r427813)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="e5dcb942-ba6f-11e6-b1cf-14dae9d210b8">
+    <topic>py-cryptography -- vulnerable HKDF key generation</topic>
+    <affects>
+      <package>
+	<name>py27-cryptography</name>
+	<name>py33-cryptography</name>
+	<name>py34-cryptography</name>
+	<name>py35-cryptography</name>
+	<range><lt>1.5.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Alex Gaynor reports:</p>
+	<blockquote cite="https://github.com/pyca/cryptography/commit/b94cacf2ae6e75e4007a79709bbf5360435b512d">;
+	  <p>Fixed a bug where ``HKDF`` would return an empty
+	    byte-string if used with a ``length`` less than
+	    ``algorithm.digest_size``.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/pyca/cryptography/commit/b94cacf2ae6e75e4007a79709bbf5360435b512d</url>;
+      <cvename>CVE-2016-9243</cvename>
+      <freebsdsa>ports/214915</freebsdsa>
+    </references>
+    <dates>
+      <discovery>2016-11-05</discovery>
+      <entry>2016-12-04</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a228c7a0-ba66-11e6-b1cf-14dae9d210b8">
     <topic>qemu -- denial of service vulnerability</topic>
     <affects>



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