Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2016 08:05:36 +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: r429145 - head/security/vuxml
Message-ID:  <201612220805.uBM85aDM023236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Thu Dec 22 08:05:36 2016
New Revision: 429145
URL: https://svnweb.freebsd.org/changeset/ports/429145

Log:
  security/vuxml: Document cURL 7.51 vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Dec 22 06:27:09 2016	(r429144)
+++ head/security/vuxml/vuln.xml	Thu Dec 22 08:05:36 2016	(r429145)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="42880202-c81c-11e6-a9a5-b499baebfeaf">
+    <topic>cURL -- buffer overflow</topic>
+    <affects>
+      <package>
+	<name>curl</name>
+	<range><ge>7.1</ge><lt>7.52</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/vuln-7.51.0.html">;
+	  <h2>printf floating point buffer overflow</h2>
+	  <p>libcurl's implementation of the printf() functions triggers a
+	    buffer overflow when doing a large floating point output. The bug
+	    occurs whenthe conversion outputs more than 255 bytes.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://curl.haxx.se/docs/vuln-7.51.0.html</url>;
+      <cvename>CVE-2016-9586</cvename>
+    </references>
+    <dates>
+      <discovery>2016-12-21</discovery>
+      <entry>2016-12-22</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="624b45c0-c7f3-11e6-ae1b-002590263bf5">
     <topic>Joomla! -- multiple vulnerabilities</topic>
     <affects>



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