svn commit: r395321 - head/security/vuxml

Jason Unovitch junovitch at FreeBSD.org
Tue Aug 25 22:46:49 UTC 2015


Author: junovitch
Date: Tue Aug 25 22:46:48 2015
New Revision: 395321
URL: https://svnweb.freebsd.org/changeset/ports/395321

Log:
  Document multiple security advisories for go and go14
  
  PR:		202633
  Security:	CVE-2015-5739
  Security:	CVE-2015-5740
  Security:	CVE-2015-5741
  Security:	4464212e-4acd-11e5-934b-002590263bf5
  Approved by:	delphij (mentor)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Aug 25 22:35:00 2015	(r395320)
+++ head/security/vuxml/vuln.xml	Tue Aug 25 22:46:48 2015	(r395321)
@@ -58,6 +58,45 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="4464212e-4acd-11e5-934b-002590263bf5">
+    <topic>go -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>go</name>
+	<range><lt>1.4.3,1</lt></range>
+      </package>
+      <package>
+	<name>go14</name>
+	<range><lt>1.4.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Jason Buberel, Go Product Manager, reports:</p>
+	<blockquote cite="http://seclists.org/oss-sec/2015/q3/237">
+	  <p>CVE-2015-5739 - "Content Length" treated as valid header</p>
+	  <p>CVE-2015-5740 - Double content-length headers does not return 400
+	    error</p>
+	  <p>CVE-2015-5741 - Additional hardening, not sending Content-Length
+	    w/Transfer-Encoding, Closing connections</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2015-5739</cvename>
+      <cvename>CVE-2015-5740</cvename>
+      <cvename>CVE-2015-5741</cvename>
+      <url>https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9</url>
+      <url>https://github.com/golang/go/commit/143822585e32449860e624cace9d2e521deee62e</url>
+      <url>https://github.com/golang/go/commit/300d9a21583e7cf0149a778a0611e76ff7c6680f</url>
+      <url>http://seclists.org/oss-sec/2015/q3/237</url>
+    </references>
+    <dates>
+      <discovery>2015-07-29</discovery>
+      <entry>2015-08-25</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="40497e81-fee3-4e54-9d5f-175a5c633b73">
     <topic>libtremor -- memory corruption</topic>
     <affects>


More information about the svn-ports-all mailing list