From owner-svn-ports-head@freebsd.org Wed Aug 12 22:16:53 2015 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 33F1F99FC20; Wed, 12 Aug 2015 22:16:53 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.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 0AB8D8E6; Wed, 12 Aug 2015 22:16:53 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7CMGqv6064229; Wed, 12 Aug 2015 22:16:52 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7CMGq6S064228; Wed, 12 Aug 2015 22:16:52 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201508122216.t7CMGq6S064228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 12 Aug 2015 22:16:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394041 - 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: Wed, 12 Aug 2015 22:16:53 -0000 Author: matthew Date: Wed Aug 12 22:16:52 2015 New Revision: 394041 URL: https://svnweb.freebsd.org/changeset/ports/394041 Log: Document two XSS vulnerabilities in rt40, rt42. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Aug 12 21:13:27 2015 (r394040) +++ head/security/vuxml/vuln.xml Wed Aug 12 22:16:52 2015 (r394041) @@ -58,6 +58,46 @@ Notes: --> + + RT -- two XSS vulnerabilities + + + rt42 + 4.2.04.2.12 + + + rt40 + 4.0.04.0.24 + + + + +

Best Practical reports:

+
+

RT 4.0.0 and above are vulnerable to a cross-site + scripting (XSS) attack via the user and group rights + management pages. This vulnerability is assigned + CVE-2015-5475. It was discovered and reported by Marcin + Kopec at Data Reliance Shared Service Center.

+

RT 4.2.0 and above are vulnerable to a cross-site + scripting (XSS) attack via the cryptography interface. + This vulnerability could allow an attacker with a + carefully-crafted key to inject JavaScript into RT's user + interface. Installations which use neither GnuPG nor + S/MIME are unaffected.

+
+ +
+ + CVE-2015-5475 + http://blog.bestpractical.com/2015/08/security-vulnerabilities-in-rt.html + + + 2015-08-12 + 2015-08-12 + +
+ py-foolscap -- local file inclusion