From owner-svn-ports-head@freebsd.org Sun Apr 3 00:00:28 2016 Return-Path: Delivered-To: svn-ports-head@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 395BCB01916; Sun, 3 Apr 2016 00:00:28 +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 EE60D1664; Sun, 3 Apr 2016 00:00:27 +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 u3300RLN088302; Sun, 3 Apr 2016 00:00:27 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3300RIo088301; Sun, 3 Apr 2016 00:00:27 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201604030000.u3300RIo088301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 3 Apr 2016 00:00:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412436 - 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-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2016 00:00:28 -0000 Author: junovitch Date: Sun Apr 3 00:00:26 2016 New Revision: 412436 URL: https://svnweb.freebsd.org/changeset/ports/412436 Log: Document squid multiple vulnerabilities PR: 208463 Security: CVE-2016-3947 Security: CVE-2016-3948 Security: https://vuxml.FreeBSD.org/freebsd/297117ba-f92d-11e5-92ce-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Apr 2 22:25:09 2016 (r412435) +++ head/security/vuxml/vuln.xml Sun Apr 3 00:00:26 2016 (r412436) @@ -58,6 +58,57 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + squid -- multiple vulnerabilities + + + squid + 3.5.16 + + + + +

Squid security advisory 2016:3 reports:

+
+

Due to a buffer overrun Squid pinger binary is vulnerable to + denial of service or information leak attack when processing + ICMPv6 packets.

+

This bug also permits the server response to manipulate other + ICMP and ICMPv6 queries processing to cause information leak.

+

This bug allows any remote server to perform a denial of service + attack on the Squid service by crashing the pinger. This may + affect Squid HTTP routing decisions. In some configurations, + sub-optimal routing decisions may result in serious service + degradation or even transaction failures.

+

If the system does not contain buffer-overrun protection leading + to that crash this bug will instead allow attackers to leak + arbitrary amounts of information from the heap into Squid log + files. This is of higher importance than usual because the pinger + process operates with root priviliges.

+
+

Squid security advisory 2016:4 reports:

+
+

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

+

This problem allows a malicious client script and remote server + delivering certain unusual HTTP response syntax to trigger a + denial of service for all clients accessing the Squid service.

+
+ +
+ + CVE-2016-3947 + CVE-2016-3948 + ports/208463 + http://www.squid-cache.org/Advisories/SQUID-2016_3.txt + http://www.squid-cache.org/Advisories/SQUID-2016_4.txt + + + 2016-03-28 + 2016-04-02 + +
+ PostgreSQL -- minor security problems.