Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2018 14:20:56 +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: r472004 - head/security/vuxml
Message-ID:  <201806081420.w58EKuA8094156@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Fri Jun  8 14:20:56 2018
New Revision: 472004
URL: https://svnweb.freebsd.org/changeset/ports/472004

Log:
  Add entry for gnupg CVE

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jun  8 14:18:19 2018	(r472003)
+++ head/security/vuxml/vuln.xml	Fri Jun  8 14:20:56 2018	(r472004)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="7da0417f-6b24-11e8-84cc-002590acae31">
+    <topic>gnupg -- unsanitized output (CVE-2018-12020)</topic>
+    <affects>
+      <package>
+	<name>gnupg</name>
+	<range><lt>2.2.8</lt></range>
+      </package>
+      <package>
+	<name>gnupg1</name>
+	<range><le>1.4.22</le></range>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>GnuPG reports:</p>
+	<blockquote cite="https://lists.gnupg.org/pipermail/gnupg-announce/2018q2/000425.html">;
+	  <p>GnuPG did not sanitize input file names, which may then be output to
+	    the terminal.  This could allow terminal control sequences or fake
+	    status messages to be injected into the output.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12020</url>;
+      <cvename>CVE-2018-12020</cvename>
+    </references>
+    <dates>
+      <discovery>2018-06-07</discovery>
+      <entry>2018-06-08</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e3e68fe8-d9cb-4ba8-b09c-9e3a28588eb7">
     <topic>firefox -- Heap buffer overflow rasterizing paths in SVG with Skia</topic>
     <affects>



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