Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2019 15:55:00 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506282 - head/security/vuxml
Message-ID:  <201907091555.x69Ft0Cr008498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Jul  9 15:55:00 2019
New Revision: 506282
URL: https://svnweb.freebsd.org/changeset/ports/506282

Log:
  Add vuxml entry for gnupg < 2.2.17

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Jul  9 15:54:43 2019	(r506281)
+++ head/security/vuxml/vuln.xml	Tue Jul  9 15:55:00 2019	(r506282)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="23f65f58-a261-11e9-b444-002590acae31">
+    <topic>GnuPG -- denial of service</topic>
+    <affects>
+      <package>
+	<name>gnupg</name>
+	<range><lt>2.2.17</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>From the GnuPG 2.2.17 changelog:</p>
+	<blockquote cite="https://dev.gnupg.org/T4606">;
+	  <p>gpg: Ignore all key-signatures received from keyservers.  This
+   change is required to mitigate a DoS due to keys flooded with
+   faked key-signatures.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://dev.gnupg.org/T4606</url>;
+      <url>https://dev.gnupg.org/T4607</url>;
+    </references>
+    <dates>
+      <discovery>2019-07-03</discovery>
+      <entry>2019-07-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="18ed9650-a1d6-11e9-9b17-fcaa147e860e">
     <topic>python 3.6 -- multiple vulnerabilities</topic>
     <affects>



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