diff options
author | rea <rea@FreeBSD.org> | 2012-12-29 02:17:22 +0800 |
---|---|---|
committer | rea <rea@FreeBSD.org> | 2012-12-29 02:17:22 +0800 |
commit | e8efba527efae192b65a164516a0da16b92f559b (patch) | |
tree | 79b90a2314f8a44e5876bbd231179810f381efcc /security/vuxml | |
parent | 90c0874feac3ceea79b1831caddde5a2c450c3ab (diff) | |
download | freebsd-ports-gnome-e8efba527efae192b65a164516a0da16b92f559b.tar.gz freebsd-ports-gnome-e8efba527efae192b65a164516a0da16b92f559b.tar.zst freebsd-ports-gnome-e8efba527efae192b65a164516a0da16b92f559b.zip |
VuXML: add entry for DoS in Squid's cachemgr.cgi
Feature safe: yes
Submitted by: Thomas-Martin Seck <tmseck@web.de>
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index db6023bc79fb..1f63b1be3a35 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,41 @@ Note: Please add new entries to the beginning of this file. --> <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> |