Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2016 02:07:44 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413239 - head/security/vuxml
Message-ID:  <201604140207.u3E27iCl086035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Thu Apr 14 02:07:44 2016
New Revision: 413239
URL: https://svnweb.freebsd.org/changeset/ports/413239

Log:
  Document go remote denial of service
  
  Security:	CVE-2016-3959
  Security:	https://vuxml.FreeBSD.org/freebsd/f2217cdf-01e4-11e6-b1ce-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Apr 14 01:55:45 2016	(r413238)
+++ head/security/vuxml/vuln.xml	Thu Apr 14 02:07:44 2016	(r413239)
@@ -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="f2217cdf-01e4-11e6-b1ce-002590263bf5">
+    <topic>go -- remote denial of service</topic>
+    <affects>
+      <package>
+	<name>go</name>
+	<range><lt>1.6.1,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Jason Buberel reports:</p>
+	<blockquote cite="http://www.openwall.com/lists/oss-security/2016/04/05/2">;
+	  <p>Go has an infinite loop in several big integer routines that makes
+	    Go programs vulnerable to remote denial of service attacks. Programs
+	    using HTTPS client authentication or the Go ssh server libraries are
+	    both exposed to this vulnerability.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-3959</cvename>
+      <url>http://www.openwall.com/lists/oss-security/2016/04/05/2</url>;
+      <url>https://golang.org/cl/21533</url>;
+    </references>
+    <dates>
+      <discovery>2016-04-05</discovery>
+      <entry>2016-04-14</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a636fc26-00d9-11e6-b704-000c292e4fd8">
     <topic>samba -- multiple vulnerabilities</topic>
     <affects>



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