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

Collapse All | Expand All

(-)security/vuxml/vuln.xml (+37 lines)
Lines 58-63 Link Here
58
  * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
58
  * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
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="7fc3e827-64a5-11e8-aedb-00224d821998">
62
    <topic>strongswan -- Fix Denial-of-Service Vulnerability strongSwan (CVE-2018-10811, CVE-2018-5388)</topic>
63
    <affects>
64
      <package>
65
	<name>strongswan</name>
66
	<range><lt>5.6.3</lt></range>
67
      </package>
68
    </affects>
69
    <description>
70
      <body xmlns="http://www.w3.org/1999/xhtml">
71
	<p>strongSwan security team reports:</p>
72
	<blockquote cite="https://www.strongswan.org/blog/2018/05/28/strongswan-5.6.3-released.html">
73
	  <ul><li>A denial-of-service vulnerability in the IKEv2 key derivation was fixed
74
	     if the openssl plugin is used in FIPS mode and HMAC-MD5 is negotiated as
75
	     PRF (which is not FIPS-compliant). So this should only affect very specific setups,
76
	     but in such configurations all strongSwan versions since 5.0.1 may be affected.</li>
77
	     <li>A denial-of-service vulnerability in the stroke plugin was fixed.
78
		 When reading a message from the socket the plugin did not check the received length.
79
		 Unless a group is configured, root privileges are required to access that socket,
80
		 so in the default configuration this shouldn't be an issue, but all strongSwan versions may be affected.
81
	     </li>
82
	 </ul>
83
	</blockquote>
84
      </body>
85
    </description>
86
    <references>
87
      <url>https://www.strongswan.org/blog/2018/05/28/strongswan-vulnerability-(cve-2018-10811).html</url>
88
      <cvename>CVE-2018-10811</cvename>
89
      <url>https://www.strongswan.org/blog/2018/05/28/strongswan-vulnerability-(cve-2018-5388).html</url>
90
      <cvename>CVE-2018-5388</cvename>
91
    </references>
92
    <dates>
93
      <discovery>2018-05-16</discovery>
94
      <entry>2018-05-31</entry>
95
    </dates>
96
  </vuln>
97
61
  <vuln vid="427b0f58-644c-11e8-9e1b-e8e0b747a45a">
98
  <vuln vid="427b0f58-644c-11e8-9e1b-e8e0b747a45a">
62
    <topic>chromium -- multiple vulnerabilities</topic>
99
    <topic>chromium -- multiple vulnerabilities</topic>
63
    <affects>
100
    <affects>

Return to bug 228631