svn commit: r420376 - head/security/vuxml

Jun Kuriyama kuriyama at FreeBSD.org
Thu Aug 18 00:41:26 UTC 2016


Author: kuriyama
Date: Thu Aug 18 00:41:25 2016
New Revision: 420376
URL: https://svnweb.freebsd.org/changeset/ports/420376

Log:
  Register recent gnupg1/libgcrypt vuln.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Aug 18 00:20:00 2016	(r420375)
+++ head/security/vuxml/vuln.xml	Thu Aug 18 00:41:25 2016	(r420376)
@@ -58,6 +58,39 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="e1c71d8d-64d9-11e6-b38a-25a46b33f2ed">
+    <topic>gnupg -- attacker who obtains 4640 bits from the RNG can trivially predict the next 160 bits of output</topic>
+    <affects>
+      <package>
+	<name>gnupg1</name>
+	<range><lt>1.4.21</lt></range>
+      </package>
+      <package>
+	<name>libgcrypt</name>
+	<range><lt>1.7.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Werner Koch reports:</p>
+	<blockquote cite="https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000395.html">
+	  <p>There was a bug in the mixing functions of Libgcrypt's random
+	    number generator: An attacker who obtains 4640 bits from the RNG can
+	    trivially predict the next 160 bits of output.  This bug exists since
+	    1998 in all GnuPG and Libgcrypt versions.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000395.html</url>
+      <cvename>CVE-2016-6316</cvename>
+    </references>
+    <dates>
+      <discovery>2016-08-17</discovery>
+      <entry>2016-08-18</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="ef70b201-645d-11e6-9cdc-6805ca0b3d42">
     <topic>phpmyadmin -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list