From owner-svn-ports-all@freebsd.org Sun Feb 28 00:50:13 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 978C2AA76B1; Sun, 28 Feb 2016 00:50:13 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E48B1D9C; Sun, 28 Feb 2016 00:50:13 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1S0oC0M005847; Sun, 28 Feb 2016 00:50:12 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1S0oCPA005846; Sun, 28 Feb 2016 00:50:12 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602280050.u1S0oCPA005846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 28 Feb 2016 00:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409709 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 00:50:13 -0000 Author: junovitch Date: Sun Feb 28 00:50:12 2016 New Revision: 409709 URL: https://svnweb.freebsd.org/changeset/ports/409709 Log: Revise Squid entry with CVE assignment and SQUID-2016:2 advisory reference PR: 207454 Reported by: Pavel Timofeev Security: CVE-2016-2569 Security: CVE-2016-2570 Security: CVE-2016-2571 Security: https://vuxml.FreeBSD.org/freebsd/660ebbf5-daeb-11e5-b2bd-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 28 00:48:27 2016 (r409708) +++ head/security/vuxml/vuln.xml Sun Feb 28 00:50:12 2016 (r409709) @@ -418,25 +418,31 @@ Notes: -

Amos Jeffries reports:

-
-

The proxy contains a String object class with 64KB content limits. - Some code paths do not bounds check before appending to these - String and overflow leads to an assertion which terminates all - client transactions using the proxy, including those unrelated to - the limit being exceeded.

-

Error handling for malformed HTTP responses can lead to a second - assertion with the same effects as the first issue.

+

Squid security advisory 2016:2 reports:

+
+

Due to incorrect bounds checking Squid is vulnerable to a denial + of service attack when processing HTTP responses.

+

These problems allow remote servers delivering certain unusual + HTTP response syntax to trigger a denial of service for all + clients accessing the Squid service.

+

HTTP responses containing malformed headers that trigger this + issue are becoming common. We are not certain at this time if + that is a sign of malware or just broken server scripting.

+ CVE-2016-2569 + CVE-2016-2570 + CVE-2016-2571 ports/207454 + http://www.squid-cache.org/Advisories/SQUID-2016_2.txt http://www.openwall.com/lists/oss-security/2016/02/24/12 2016-02-24 2016-02-24 + 2016-02-28