svn commit: r413239 - head/security/vuxml

Jason Unovitch junovitch at FreeBSD.org
Thu Apr 14 02:07:45 UTC 2016


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>


More information about the svn-ports-head mailing list