From owner-svn-ports-all@freebsd.org Tue Oct 18 17:26:09 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 38F00C17411; Tue, 18 Oct 2016 17:26:09 +0000 (UTC) (envelope-from rene@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 D6BB6800; Tue, 18 Oct 2016 17:26:08 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9IHQ7QH094296; Tue, 18 Oct 2016 17:26:07 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9IHQ7K9094294; Tue, 18 Oct 2016 17:26:07 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610181726.u9IHQ7K9094294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 18 Oct 2016 17:26:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424184 - 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.23 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: Tue, 18 Oct 2016 17:26:09 -0000 Author: rene Date: Tue Oct 18 17:26:07 2016 New Revision: 424184 URL: https://svnweb.freebsd.org/changeset/ports/424184 Log: Document remote denial of service vulnerability in security/tor* PR: 212952 Submitted by: Neel Chauhan Obtained from: https://blog.torproject.org/blog/tor-0289-released-important-fixes Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 18 17:23:04 2016 (r424183) +++ head/security/vuxml/vuln.xml Tue Oct 18 17:26:07 2016 (r424184) @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Tor -- remote denial of service + + + tor + 0.2.8.9 + + + tor-devel + 0.2.9.4-alpha + + + + +

The Tor Blog reports:

+
+

Prevent a class of security bugs caused by treating the contents + of a buffer chunk as if they were a NUL-terminated string. At least + one such bug seems to be present in all currently used versions of + Tor, and would allow an attacker to remotely crash most Tor + instances, especially those compiled with extra compiler hardening. + With this defense in place, such bugs can't crash Tor, though we + should still fix them as they occur. Closes ticket 20384 + (TROVE-2016-10-001).

+
+ +
+ + https://blog.torproject.org/blog/tor-0289-released-important-fixes + + + 2016-10-17 + 2016-10-18 + +
+ Rails 4 -- Possible XSS Vulnerability in Action View