diff options
author | niels <niels@FreeBSD.org> | 2010-09-25 04:24:37 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2010-09-25 04:24:37 +0800 |
commit | 0a23c4c8c72cf5deb61ae4ed79c82589616a1c91 (patch) | |
tree | 4c40995bfc5a1323ecf033581c8cd33a01bfb931 /security/vuxml | |
parent | b9a40f0856340403790072585daed70ef6c2d113 (diff) | |
download | freebsd-ports-gnome-0a23c4c8c72cf5deb61ae4ed79c82589616a1c91.tar.gz freebsd-ports-gnome-0a23c4c8c72cf5deb61ae4ed79c82589616a1c91.tar.zst freebsd-ports-gnome-0a23c4c8c72cf5deb61ae4ed79c82589616a1c91.zip |
Documented squid denial of service vulnerability
PR: ports/150364
Submitted by: Thomas-Martin Seck <tmseck@web.de>
Approved by: itetcu (mentor, implicit)
Security: CVE-2010-3072
Security: http://www.squid-cache.org/Advisories/SQUID-2010_3.txt
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 19539d8022b0..11979e0256fa 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,37 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="e4dac715-c818-11df-a92c-0015587e2cc1"> + <topic>squid -- Denial of service vulnerability in request handling</topic> + <affects> + <package> + <name>squid</name> + <range><ge>3.0.1</ge><lt>3.0.25_3</lt></range> + <range><ge>3.1.0.1</ge><lt>3.1.8</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Squid security advisory 2010:3 reports:</p> + <blockquote cite="http://www.squid-cache.org/Advisories/SQUID-2010_3.txt"> + <p>Due to an internal error in string handling Squid is + vulnerable to a denial of service attack when processing + specially crafted requests.</p> + <p>This problem allows any trusted client to perform a + denial of service attack on the Squid service.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2010-3072</cvename> + <url>http://www.squid-cache.org/Advisories/SQUID-2010_3.txt</url> + </references> + <dates> + <discovery>2010-08-30</discovery> + <entry>2010-09-24</entry> + </dates> + </vuln> + <vuln vid="8a34d9e6-c662-11df-b2e1-001b2134ef46"> <topic>linux-flashplugin -- remote code execution</topic> <affects> |