Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2016 02:16:14 +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: r409082 - head/security/vuxml
Message-ID:  <201602180216.u1I2GECa061213@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: junovitch
Date: Thu Feb 18 02:16:14 2016
New Revision: 409082
URL: https://svnweb.freebsd.org/changeset/ports/409082

Log:
  Document Squid SSL/TLS processing remote DoS
  
  PR:		207294
  Security:	CVE-2016-2390
  Security:	https://vuxml.FreeBSD.org/freebsd/56562efb-d5e4-11e5-b2bd-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Feb 18 01:31:45 2016	(r409081)
+++ head/security/vuxml/vuln.xml	Thu Feb 18 02:16:14 2016	(r409082)
@@ -57,6 +57,43 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="56562efb-d5e4-11e5-b2bd-002590263bf5">
+    <topic>squid -- SSL/TLS processing remote DoS</topic>
+    <affects>
+      <package>
+	<name>squid</name>
+	<range><ge>3.5.13</ge><lt>3.5.14</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Squid security advisory 2016:1 reports:</p>
+	<blockquote cite="http://www.squid-cache.org/Advisories/SQUID-2016_1.txt">;
+	  <p>Due to incorrectly handling server errors Squid is vulnerable to a
+	    denial of service attack when connecting to TLS or SSL servers.</p>
+	  <p>This problem allows any trusted client to perform a denial of
+	    service attack on the Squid service regardless of whether TLS or
+	    SSL is configured for use in the proxy.</p>
+	  <p>Misconfigured client or server software may trigger this issue
+	    to perform a denial of service unintentionally.</p>
+	  <p>However, the bug is exploitable only if Squid is built using the
+	    --with-openssl option.</p>
+	</blockquote>
+	<p>The FreeBSD port does not use SSL by default and is not vulnerable
+	  in the default configuration.</p>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-2390</cvename>
+      <freebsdpr>ports/207294</freebsdpr>
+      <url>http://www.squid-cache.org/Advisories/SQUID-2016_1.txt</url>;
+    </references>
+    <dates>
+      <discovery>2016-02-16</discovery>
+      <entry>2016-02-18</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="dd563930-d59a-11e5-8fa8-14dae9d210b8">
     <topic>adminer -- remote code execution</topic>
     <affects>



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