Bug 110610 - [Maintainer] www/squid: update to 2.6.STABLE12
Summary: [Maintainer] www/squid: update to 2.6.STABLE12
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-21 10:30 UTC by Thomas-Martin Seck
Modified: 2007-03-21 13:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.41 KB, patch)
2007-03-21 10:30 UTC, Thomas-Martin Seck
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas-Martin Seck 2007-03-21 10:30:05 UTC
Update to 2.6.STABLE12.

This update fixes a denial of service vulnerability in the TRACE method.

Proposed VuXML entry, entry date left to be filled in:

  <vuln vid="b5affc11-d793-11db-9f0f-0048543d60ce">
    <topic>squid -- TRACE method handling denial of service</topic>
    <affects>
      <package>
         <name>squid</name>
	 <range><ge>2.6.1</ge>
	 <range><lt>2.6.12</lt>
      </package>
    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>Squid advisory 2007:1 notes:</p>
        <blockquote cite="http://www.squid-cache.org/Advisories/SQUID-2007_1.txt">
	<p>Due to an internal error Squid-2.6 is vulnerable to a denial of service attack when processing the TRACE request method.</p>
	<p>Workarounds:</p>
	<p>To work around the problem deny access to using the TRACE method by inserting the following two lines before your first http_access rule</p>
	<p>acl TRACE method TRACE</p>
	<p>http_access deny TRACE</p>
      </body>
    </description>
    <references>
      <url>http://www.squid-cache.org/Advisories/SQUID-2007_1.txt</url>
    </references>
    <dates>
      <discovery>2007-03-20</discovery>
    </dates>
  </vuln>

Fix: Apply this patch:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-03-21 10:35:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-21 13:13:16 UTC
miwi        2007-03-21 13:13:07 UTC

  FreeBSD ports repository

  Modified files:
    www/squid            Makefile distinfo 
  Log:
  - Update to 2.6.STABLE.12
  
  PR:             110610
  Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
  Security:       http://www.vuxml.org/freebsd/c27bc173-d7aa-11db-b141-0016179b2dd5.html
  
  Revision  Changes    Path
  1.197     +2 -2      ports/www/squid/Makefile
  1.153     +3 -3      ports/www/squid/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-03-21 13:16:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!