From owner-svn-ports-all@freebsd.org Wed Feb 24 11:46:11 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 5A6BDAB2496; Wed, 24 Feb 2016 11:46:11 +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 1160B10AD; Wed, 24 Feb 2016 11:46:10 +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 u1OBkAsr093041; Wed, 24 Feb 2016 11:46:10 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1OBk9ss093039; Wed, 24 Feb 2016 11:46:09 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602241146.u1OBk9ss093039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 24 Feb 2016 11:46:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409460 - 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: Wed, 24 Feb 2016 11:46:11 -0000 Author: junovitch Date: Wed Feb 24 11:46:09 2016 New Revision: 409460 URL: https://svnweb.freebsd.org/changeset/ports/409460 Log: Document squid remote DoS in HTTP response processing PR: 207454 Reported by: Pavel Timofeev 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 Wed Feb 24 11:00:43 2016 (r409459) +++ head/security/vuxml/vuln.xml Wed Feb 24 11:46:09 2016 (r409460) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + squid -- remote DoS in HTTP response processing + + + squid + 3.5.15 + + + + +

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.

+
+ +
+ + ports/207454 + http://www.openwall.com/lists/oss-security/2016/02/24/12 + + + 2016-02-24 + 2016-02-24 + +
+ bsh -- remote code execution vulnerability