diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-22 17:35:07 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-22 17:35:07 +0800 |
commit | b731dce1aa76541e49cede9ac6d99aa1f3eccc80 (patch) | |
tree | 02883431ba8b2b560997fcffc0c3d73b27212347 | |
parent | 0e388424c6285860d6081c6706e95e3a94d993f0 (diff) | |
download | freebsd-ports-gnome-b731dce1aa76541e49cede9ac6d99aa1f3eccc80.tar.gz freebsd-ports-gnome-b731dce1aa76541e49cede9ac6d99aa1f3eccc80.tar.zst freebsd-ports-gnome-b731dce1aa76541e49cede9ac6d99aa1f3eccc80.zip |
squid bug #1200:
squid -- HTTP response splitting cache pollution attack
PR: ports/76550
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
-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 3293ccf7e881..0d0d5ff3a2bc 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,37 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="4e4bd2c2-6bd5-11d9-9e1e-c296ac722cb3"> + <topic>squid -- HTTP response splitting cache pollution attack</topic> + <affects> + <package> + <name>squid</name> + <range><lt>2.5.7_8</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>According to a whitepaper published by Sanctum, Inc., it + is possible to mount cache poisoning attacks against, among others, + squid proxies by inserting false replies into the HTTP stream.</p> + <p>The squid patches page notes:</p> + <blockquote cite="http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE7-response_splitting"> + <p>This patch additionally strengthens Squid from the HTTP response + attack described by Sanctum.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE7-response_splitting</url> + <url>http://www.squid-cache.org/bugs/show_bug.cgi?id=1200</url> + <url>https://www.watchfire.com/securearea/whitepapers.aspx?id=8</url> + </references> + <dates> + <discovery>2004-03-01</discovery> + <entry>2004-01-22</entry> + </dates> + </vuln> + <vuln vid="338d1723-5f03-11d9-92a7-000bdb1444a4"> <topic>horde -- XSS vulnerabilities</topic> <affects> |