From owner-svn-ports-head@freebsd.org Thu Jun 15 20:42:52 2017 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 AAB9FBEE717; Thu, 15 Jun 2017 20:42:52 +0000 (UTC) (envelope-from matthew@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 8496183AC0; Thu, 15 Jun 2017 20:42:52 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5FKgp3D062200; Thu, 15 Jun 2017 20:42:51 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5FKgpAT062198; Thu, 15 Jun 2017 20:42:51 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201706152042.v5FKgpAT062198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 15 Jun 2017 20:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443637 - 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.23 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: Thu, 15 Jun 2017 20:42:52 -0000 Author: matthew Date: Thu Jun 15 20:42:51 2017 New Revision: 443637 URL: https://svnweb.freebsd.org/changeset/ports/443637 Log: Document multiple vulnerabilities in www/rt42, www/rt44 and www/p5-RT-Authen-ExternalAuth Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 15 20:25:02 2017 (r443636) +++ head/security/vuxml/vuln.xml Thu Jun 15 20:42:51 2017 (r443637) @@ -58,6 +58,105 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + rt and dependent modules -- multiple security vulnerabilities + + + rt42 + 4.2.04.2.13_1 + + + rt44 + 4.4.04.4.1_1 + + + p5-RT-Authen-ExternalAuth + 0.90.26_1 + + + + +

BestPractical reports:

+
+

RT 4.0.0 and above are vulnerable to an information + leak of cross-site request forgery (CSRF) verification + tokens if a user visits a specific URL crafted by an + attacker. This vulnerability is assigned CVE-2017-5943. It + was discovered by a third-party security researcher.

+ +

RT 4.0.0 and above are vulnerable to a cross-site + scripting (XSS) attack if an attacker uploads a malicious + file with a certain content type. Installations which use + the AlwaysDownloadAttachments config setting are + unaffected. This fix addresses all existant and future + uploaded attachments. This vulnerability is assigned + CVE-2016-6127. This was responsibly disclosed to us first + by Scott Russo and the GE Application Security Assessment + Team.

+ +

One of RT's dependencies, a Perl module named + Email::Address, has a denial of service vulnerability + which could induce a denial of service of RT itself. We + recommend administrators install Email::Address version + 1.908 or above, though we additionally provide a new + workaround within RT. Tss vulnerability was assigned + CVE-2015-7686. This vulnerability's application to RT was + brought to our attention by Pali Rohár.

+ +

RT 4.0.0 and above are vulnerable to timing + side-channel attacks for user passwords. By carefully + measuring millions or billions of login attempts, an + attacker could crack a user's password even over the + internet. RT now uses a constant-time comparison algorithm + for secrets to thwart such attacks. This vulnerability is + assigned CVE-2017-5361. This was responsibly disclosed to + us by Aaron Kondziela.

+ +

RT's ExternalAuth feature is vulnerable to a similar + timing side-channel attack. Both RT 4.0/4.2 with the + widely-deployed RT::Authen::ExternalAuth extension, as + well as the core ExternalAuth feature in RT 4.4 are + vulnerable. Installations which don't use ExternalAuth, or + which use ExternalAuth for LDAP/ActiveDirectory + authentication, or which use ExternalAuth for cookie-based + authentication, are unaffected. Only ExternalAuth in DBI + (database) mode is vulnerable.

+ +

RT 4.0.0 and above are potentially vulnerable to a + remote code execution attack in the dashboard subscription + interface. A privileged attacker can cause unexpected code + to be executed through carefully-crafted saved search + names. Though we have not been able to demonstrate an + actual attack owing to other defenses in place, it could + be possible. This fix addresses all existant and future + saved searches. This vulnerability is assigned + CVE-2017-5944. It was discovered by an internal security + audit.

+ +

RT 4.0.0 and above have misleading documentation which + could reduce system security. The RestrictLoginReferrer + config setting (which has security implications) was + inconsistent with its implementation, which checked for a + slightly different variable name. RT will now check for + the incorrect name and produce an error message. This was + responsibly disclosed to us by Alex Vandiver.

+
+ +
+ + http://lists.bestpractical.com/pipermail/rt-announce/2017-June/000297.html + CVE-2015-7686 + CVE-2016-6127 + CVE-2017-5361 + CVE-2017-5943 + CVE-2017-5944 + + + 2017-06-15 + 2017-06-15 + +
+ Flash Player -- multiple vulnerabilities