From owner-svn-ports-all@freebsd.org Wed Mar 21 19:04:15 2018 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 28999F5DD5C; Wed, 21 Mar 2018 19:04:15 +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 70D3A81DD5; Wed, 21 Mar 2018 19:04:14 +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 429042E9C8; Wed, 21 Mar 2018 19:04:14 +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 w2LJ4Eb3027486; Wed, 21 Mar 2018 19:04:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2LJ4D9Z027484; Wed, 21 Mar 2018 19:04:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803211904.w2LJ4D9Z027484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 21 Mar 2018 19:04:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465227 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 465227 X-SVN-Commit-Repository: ports 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.25 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, 21 Mar 2018 19:04:15 -0000 Author: sunpoet Date: Wed Mar 21 19:04:13 2018 New Revision: 465227 URL: https://svnweb.freebsd.org/changeset/ports/465227 Log: Document rubygem-sanitize vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Mar 21 19:04:07 2018 (r465226) +++ head/security/vuxml/vuln.xml Wed Mar 21 19:04:13 2018 (r465227) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Sanitize -- XSS vulnerability + + + rubygem-sanitize + 2.6.3 + + + + +

Sanitize release:

+
+

Fixed an HTML injection vulnerability that could allow XSS.

+

When Sanitize <= 4.6.2 is used in combination with libxml2 >= 2.9.2, + a specially crafted HTML fragment can cause libxml2 to generate + improperly escaped output, allowing non-whitelisted attributes to be + used on whitelisted elements.

+

Sanitize now performs additional escaping on affected attributes to + prevent this.

+
+ +
+ + https://github.com/rgrove/sanitize/releases + https://github.com/rgrove/sanitize/issues/176 + CVE-2018-3740 + + + 2018-03-19 + 2018-03-21 + +
+ Loofah -- XSS vulnerability