From owner-svn-ports-head@FreeBSD.ORG Mon Jun 8 17:30:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45544E7A; Mon, 8 Jun 2015 17:30:49 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 191881DAC; Mon, 8 Jun 2015 17:30:49 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t58HUmYj035659; Mon, 8 Jun 2015 17:30:48 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t58HUmPp035658; Mon, 8 Jun 2015 17:30:48 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201506081730.t58HUmPp035658@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Mon, 8 Jun 2015 17:30:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388847 - 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.20 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: Mon, 08 Jun 2015 17:30:49 -0000 Author: thierry Date: Mon Jun 8 17:30:48 2015 New Revision: 388847 URL: https://svnweb.freebsd.org/changeset/ports/388847 Log: Add an entry for www/tidy-* heap-buffer-overflow. PR: ports/200631 Submitted by: Walter Hop Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Jun 8 17:19:50 2015 (r388846) +++ head/security/vuxml/vuln.xml Mon Jun 8 17:30:48 2015 (r388847) @@ -57,6 +57,46 @@ Notes: --> + + tidy -- heap-buffer-overflow + + + tidy4 + 20000804_3 + + + tidy-devel + 090315.c_2 + + + tidy-lib + 090315.c_2 + + + tidy-html5 + 4.9.31 + + + + +

Geoff McLane reports:

+
+

tidy is affected by a write out of bounds when processing malformed html files.

+

This issue could be abused on server side applications that use php-tidy extension with user input.

+

The issue was confirmed, analysed and fixed by the tidy5 maintainer.

+
+ +
+ + https://github.com/htacg/tidy-html5/issues/217 + http://seclists.org/oss-sec/2015/q2/633 + + + 2015-06-03 + 2015-06-08 + +
+ pcre -- multiple vulnerabilities