Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 14:33:25 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419616 - head/security/vuxml
Message-ID:  <201608041433.u74EXPqj063222@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Aug  4 14:33:25 2016
New Revision: 419616
URL: https://svnweb.freebsd.org/changeset/ports/419616

Log:
  Document curl vulnerabilities
  
  PR:		211575

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Aug  4 14:26:56 2016	(r419615)
+++ head/security/vuxml/vuln.xml	Thu Aug  4 14:33:25 2016	(r419616)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="e4bc70fc-5a2f-11e6-a1bc-589cfc0654e1">
+    <topic>Vulnerabilities in Curl</topic>
+    <affects>
+      <package>
+	<name>curl</name>
+	<range><ge>7.32.0</ge><lt>7.50.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Curl security team reports:</p>
+	<blockquote cite="https://curl.haxx.se/docs/security.html">;
+	  <p>CVE-2016-5419 - TLS session resumption client cert bypass</p>
+	  <p>CVE-2016-5420 - Re-using connections with wrong client cert</p>
+	  <p>CVE-2016-5421 - use of connection struct after free</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-5419</cvename>
+      <cvename>CVE-2016-5420</cvename>
+      <cvename>CVE-2016-5421</cvename>
+      <url>https://curl.haxx.se/docs/adv_20160803A.html</url>;
+      <url>https://curl.haxx.se/docs/adv_20160803B.html</url>;
+      <url>https://curl.haxx.se/docs/adv_20160803C.html</url>;
+    </references>
+    <dates>
+      <discovery>2016-08-03</discovery>
+      <entry>2016-08-04</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="ef0033ad-5823-11e6-80cc-001517f335e2">
     <topic>lighttpd - multiple vulnerabilities</topic>
     <affects>



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