From owner-svn-ports-head@freebsd.org Thu Nov 1 14:05:13 2018 Return-Path: Delivered-To: svn-ports-head@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 9C92110F3D0A; Thu, 1 Nov 2018 14:05:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5199C775AF; Thu, 1 Nov 2018 14:05:13 +0000 (UTC) (envelope-from sunpoet@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 2E22A1CB56; Thu, 1 Nov 2018 14:05:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA1E5DvF072059; Thu, 1 Nov 2018 14:05:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA1E5Cr5072058; Thu, 1 Nov 2018 14:05:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811011405.wA1E5Cr5072058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Nov 2018 14:05:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483668 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 483668 X-SVN-Commit-Repository: ports 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.29 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, 01 Nov 2018 14:05:13 -0000 Author: sunpoet Date: Thu Nov 1 14:05:12 2018 New Revision: 483668 URL: https://svnweb.freebsd.org/changeset/ports/483668 Log: Document rubygem-loofah vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 1 13:17:50 2018 (r483667) +++ head/security/vuxml/vuln.xml Thu Nov 1 14:05:12 2018 (r483668) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Loofah -- XSS vulnerability + + + rubygem-loofah + 2.2.3 + + + + +

GitHub issue:

+
+

This issue has been created for public disclosure of an XSS + vulnerability that was responsibly reported (independently) by Shubham + Pathak and @yasinS (Yasin Soliman).

+

In the Loofah gem, through v2.2.2, unsanitized JavaScript may occur in + sanitized output when a crafted SVG element is republished.

+
+ +
+ + https://github.com/flavorjones/loofah/releases + https://github.com/flavorjones/loofah/issues/154 + CVE-2018-16468 + + + 2018-10-30 + 2018-11-01 + +
+ Gitlab -- multiple vulnerabilities