View | Details | Raw Unified | Return to bug 202633 | Differences between
and this patch

Collapse All | Expand All

(-)vuln.xml (+39 lines)
Lines 58-63 Link Here
58
58
59
-->
59
-->
60
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
60
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
61
  <vuln vid="4464212e-4acd-11e5-934b-002590263bf5">
62
    <topic>go -- multiple vulnerabilities</topic>
63
    <affects>
64
      <package>
65
	<name>go</name>
66
	<range><lt>1.4.3,1</lt></range>
67
      </package>
68
      <package>
69
	<name>go14</name>
70
	<range><lt>1.4.3</lt></range>
71
      </package>
72
    </affects>
73
    <description>
74
      <body xmlns="http://www.w3.org/1999/xhtml">
75
	<p>Jason Buberel, Go Product Manager, reports:</p>
76
	<blockquote cite="http://seclists.org/oss-sec/2015/q3/237">
77
	  <p>CVE-2015-5739 - "Content Length" treated as valid header</p>
78
	  <p>CVE-2015-5740 - Double content-length headers does not return 400
79
	    error</p>
80
	  <p>CVE-2015-5741 - Additional hardening, not sending Content-Length
81
	    w/Transfer-Encoding, Closing connections</p>
82
	</blockquote>
83
      </body>
84
    </description>
85
    <references>
86
      <cvename>CVE-2015-5739</cvename>
87
      <cvename>CVE-2015-5740</cvename>
88
      <cvename>CVE-2015-5741</cvename>
89
      <url>https://github.com/golang/go/commit/117ddcb83d7f42d6aa72241240af99ded81118e9</url>
90
      <url>https://github.com/golang/go/commit/143822585e32449860e624cace9d2e521deee62e</url>
91
      <url>https://github.com/golang/go/commit/300d9a21583e7cf0149a778a0611e76ff7c6680f</url>
92
      <url>http://seclists.org/oss-sec/2015/q3/237</url>
93
    </references>
94
    <dates>
95
      <discovery>2015-07-29</discovery>
96
      <entry>2015-08-25</entry>
97
    </dates>
98
  </vuln>
99
61
  <vuln vid="6900e6f1-4a79-11e5-9ad8-14dae9d210b8">
100
  <vuln vid="6900e6f1-4a79-11e5-9ad8-14dae9d210b8">
62
    <topic>pcre -- heap overflow vulnerability</topic>
101
    <topic>pcre -- heap overflow vulnerability</topic>
63
    <affects>
102
    <affects>

Return to bug 202633