From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 22 17:50:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26F3E16A4CE for ; Wed, 22 Dec 2004 17:50:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA19843D58 for ; Wed, 22 Dec 2004 17:50:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBMHoTPZ000760 for ; Wed, 22 Dec 2004 17:50:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBMHoT4m000759; Wed, 22 Dec 2004 17:50:29 GMT (envelope-from gnats) Resent-Date: Wed, 22 Dec 2004 17:50:29 GMT Resent-Message-Id: <200412221750.iBMHoT4m000759@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thomas-Martin Seck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9254F16A4CF for ; Wed, 22 Dec 2004 17:50:05 +0000 (GMT) Received: from smtp2.netcologne.de (smtp2.netcologne.de [194.8.194.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 180D443D3F for ; Wed, 22 Dec 2004 17:50:05 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-81-173-228-134.netcologne.de [81.173.228.134]) by smtp2.netcologne.de (Postfix) with SMTP id BDC904209 for ; Wed, 22 Dec 2004 18:50:02 +0100 (MET) Received: (qmail 1913 invoked by uid 1001); 22 Dec 2004 17:50:24 -0000 Message-Id: <20041222175024.1912.qmail@laurel.tmseck.homedns.org> Date: 22 Dec 2004 17:50:24 -0000 From: Thomas-Martin Seck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: security-team@FreeBSD.org Subject: ports/75403: [Maintainer] www/squid: change handling of empty ACL declarations X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas-Martin Seck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 17:50:30 -0000 >Number: 75403 >Category: ports >Synopsis: [Maintainer] www/squid: change handling of empty ACL declarations >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 22 17:50:29 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 4.10-STABLE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of December 22, 2004. >Description: Integrate a vendor patch to change the way empty ACL definitions are handled to avoid accidental foot-shooting (squid bug #1166). Further details are available via the squid patch page . security-team@ CC'ed since the vendor classified the problem as a minor(?) security issue, proposed VuXML information follows (real entry date needs to be filled in): squid -- confusing results results on empty acl declarations squid 2.5.7_5

The squid-2.5 patches pages notes:

The meaning of the access controls becomes somewhat confusing if any of the referenced acls is declared empty, without an members.

[Administrators should] pay attention to warnings from "squid -k parse" and do not use configurations where there are warnings about access controls in production.

http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE7-empty_acls 2004-12-21 YYYY-MM-DD
>How-To-Repeat: >Fix: Apply this patch: Index: distinfo =================================================================== --- distinfo (.../www/squid) (revision 310) +++ distinfo (.../local/squid) (revision 310) @@ -16,3 +16,5 @@ SIZE (squid2.5/squid-2.5.STABLE7-httpd_accel_vport.patch) = 843 MD5 (squid2.5/squid-2.5.STABLE7-cachemgr_vmobjects.patch) = fdde57025dbfb8caf9154e24b4e1bf3e SIZE (squid2.5/squid-2.5.STABLE7-cachemgr_vmobjects.patch) = 6238 +MD5 (squid2.5/squid-2.5.STABLE7-empty_acls.patch) = 28423e8ee2359ec2537581fe2a79ecd6 +SIZE (squid2.5/squid-2.5.STABLE7-empty_acls.patch) = 4015 Index: Makefile =================================================================== --- Makefile (.../www/squid) (revision 310) +++ Makefile (.../local/squid) (revision 310) @@ -74,7 +74,7 @@ PORTNAME= squid PORTVERSION= 2.5.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ @@ -94,7 +94,8 @@ squid-2.5.STABLE7-blank_response.patch \ squid-2.5.STABLE7-dothost.patch \ squid-2.5.STABLE7-httpd_accel_vport.patch \ - squid-2.5.STABLE7-cachemgr_vmobjects.patch + squid-2.5.STABLE7-cachemgr_vmobjects.patch \ + squid-2.5.STABLE7-empty_acls.patch PATCH_DIST_STRIP= -p1 MAINTAINER= tmseck@netcologne.de >Release-Note: >Audit-Trail: >Unformatted: