svn commit: r456488 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 16 20:54:34 UTC 2017


Author: sunpoet
Date: Sat Dec 16 20:54:31 2017
New Revision: 456488
URL: https://svnweb.freebsd.org/changeset/ports/456488

Log:
  Document global vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Dec 16 20:54:23 2017	(r456487)
+++ head/security/vuxml/vuln.xml	Sat Dec 16 20:54:31 2017	(r456488)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="48cca164-e269-11e7-be51-6599c735afc8">
+    <topic>global -- gozilla vulnerability</topic>
+    <affects>
+      <package>
+	<name>global</name>
+	<range><ge>4.8.6</ge><lt>6.6.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>MITRE reports:</p>
+	<blockquote cite="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-17531">
+	  <p>gozilla.c in GNU GLOBAL 4.8.6 does not validate strings before launching
+	    the program specified by the BROWSER environment variable, which might
+	    allow remote attackers to conduct argument-injection attacks via a crafted
+	    URL.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-17531</url>
+      <url>http://lists.gnu.org/archive/html/info-global/2017-12/msg00001.html</url>
+      <cvename>CVE-2017-17531</cvename>
+    </references>
+    <dates>
+      <discovery>2017-12-11</discovery>
+      <entry>2017-12-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7136e6b7-e1b3-11e7-a4d3-000c292ee6b8">
     <topic>jenkins -- Two startup race conditions</topic>
     <affects>


More information about the svn-ports-all mailing list