From owner-svn-ports-all@freebsd.org Wed Mar 6 07:31:18 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 670981505CB6; Wed, 6 Mar 2019 07:31:18 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0ABF180AFD; Wed, 6 Mar 2019 07:31:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 002FD4C3; Wed, 6 Mar 2019 07:31:18 +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 x267VHHV058336; Wed, 6 Mar 2019 07:31:17 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x267VHrJ058333; Wed, 6 Mar 2019 07:31:17 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201903060731.x267VHrJ058333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 6 Mar 2019 07:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494780 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 494780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0ABF180AFD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.937,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 06 Mar 2019 07:31:18 -0000 Author: matthew Date: Wed Mar 6 07:31:17 2019 New Revision: 494780 URL: https://svnweb.freebsd.org/changeset/ports/494780 Log: Document a jQuery related XSS security fix in rt4.4.4 and rt4.2.16 Note: the release notes also mention 3 other security issues in perl modules depended on by these packages. Of those, vulnerabilities in the Email::Address and Email::Address::List perl modules have already been addressed in their respective ports, while the third: HTML::Gumbo is not currently in the ports at all. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Mar 6 06:55:59 2019 (r494779) +++ head/security/vuxml/vuln.xml Wed Mar 6 07:31:17 2019 (r494780) @@ -58,6 +58,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + rt -- XSS via jQuery + + + rt42 + 4.2.04.2.16 + + + rt44 + 4.4.04.4.4 + + + + +

BestPractical reports:

+
+ +

The version of jQuery used in RT 4.2 and 4.4 has a + Cross-site Scripting (XSS) vulnerability when using + cross-domain Ajax requests. This vulnerability is assigned + CVE-2015-9251. RT + does not use this jQuery feature so it is not directly + vulnerable. jQuery version 1.12 no longer receives official + updates, however a fix was posted with recommendations for + applications to patch locally, so RT will follow this + recommendation and ship with a patched version.

+
+ +
+ + https://docs.bestpractical.com/release-notes/rt/4.4.4 + https://docs.bestpractical.com/release-notes/rt/4.2.16 + CVE-2015-9251 + + + 2019-03-05 + 2019-03-06 + +
+ slixmpp -- improper access control