Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2017 14:34:15 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437790 - head/security/vuxml
Message-ID:  <201704051434.v35EYFBe007232@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Wed Apr  5 14:34:15 2017
New Revision: 437790
URL: https://svnweb.freebsd.org/changeset/ports/437790

Log:
  security/vuxml: Document curl vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Apr  5 14:24:09 2017	(r437789)
+++ head/security/vuxml/vuln.xml	Wed Apr  5 14:34:15 2017	(r437790)
@@ -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="04f29189-1a05-11e7-bc6e-b499baebfeaf">
+    <topic> -- </topic>
+    <affects>
+      <package>
+	<name>curl</name>
+	<range><ge>6.5</ge><lt>7.54.0</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The cURL project reports:</p>
+	<blockquote cite="https://curl.haxx.se/docs/adv_20170403.html">;
+	  <p>There were two bugs in curl's parser for the command line option
+	    --write-out (or -w for short) that would skip the end of string
+	    zero byte if the string ended in a % (percent) or \ (backslash),
+	    and it would read beyond that buffer in the heap memory and it
+	    could then potentially output pieces of that memory to the
+	    terminal or the target file etc..</p>
+	  <p>This flaw only exists in the command line tool.</p>
+	  <p>We are not aware of any exploit of this flaw.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://curl.haxx.se/docs/adv_20170403.html</url>;
+      <cvename>CVE-2017-7407</cvename>
+    </references>
+    <dates>
+      <discovery>2017-04-03</discovery>
+      <entry>2017-04-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="dc880d6c-195d-11e7-8c63-0800277dcc69">
     <topic>django -- multible vulnerabilities</topic>
     <affects>



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