Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2012 18:17:22 +0000 (UTC)
From:      Eygene Ryabinkin <rea@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309576 - head/security/vuxml
Message-ID:  <201212281817.qBSIHMxw076773@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rea
Date: Fri Dec 28 18:17:22 2012
New Revision: 309576
URL: http://svnweb.freebsd.org/changeset/ports/309576

Log:
  VuXML: add entry for DoS in Squid's cachemgr.cgi
  
  Feature safe:	yes
  Submitted by:	Thomas-Martin Seck <tmseck@web.de>

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Dec 28 16:53:19 2012	(r309575)
+++ head/security/vuxml/vuln.xml	Fri Dec 28 18:17:22 2012	(r309576)
@@ -51,6 +51,41 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="c37de843-488e-11e2-a5c9-0019996bc1f7">
+    <topic>squid -- denial of service</topic>
+    <affects>
+      <package>
+        <name>squid</name>
+        <range><lt>3.1.22</lt></range>
+        <range><ge>3.2</ge><lt>3.2.4</lt></range>
+        <range><ge>3.3</ge><lt>3.3.0.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+        <p>Squid developers report:</p>
+        <blockquote cite="http://www.squid-cache.org/Advisories/SQUID-2012_1.txt">;
+          <p>Due to missing input validation Squid cachemgr.cgi tool
+          is vulnerable to a denial of service attack when processing
+          specially crafted requests.</p>
+          <p>This problem allows any client able to reach the
+          cachemgr.cgi to perform a denial of service attack on the
+          service host.</p>
+          <p>The nature of the attack may cause secondary effects
+          through resource consumption on the host server.</p>
+        </blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2012-5643</cvename>
+      <url>http://www.squid-cache.org/Advisories/SQUID-2012_1.txt</url>;
+    </references>
+    <dates>
+      <discovery>2012-12-17</discovery>
+      <entry>2012-12-28</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="85f33a8d-492f-11e2-aa75-003067c2616f">
     <topic>opera -- execution of arbitrary code</topic>
     <affects>



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