From owner-svn-ports-all@freebsd.org Thu Apr 25 02:05:06 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 48FC11588936; Thu, 25 Apr 2019 02:05:06 +0000 (UTC) (envelope-from acm@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 DD7E78ADEE; Thu, 25 Apr 2019 02:05:05 +0000 (UTC) (envelope-from acm@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 A75911CF7B; Thu, 25 Apr 2019 02:05:05 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3P255Pf052928; Thu, 25 Apr 2019 02:05:05 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3P255v6052927; Thu, 25 Apr 2019 02:05:05 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201904250205.x3P255v6052927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Thu, 25 Apr 2019 02:05:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499927 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 499927 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DD7E78ADEE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Thu, 25 Apr 2019 02:05:06 -0000 Author: acm Date: Thu Apr 25 02:05:05 2019 New Revision: 499927 URL: https://svnweb.freebsd.org/changeset/ports/499927 Log: - Add drupal7 and drupal8 entries Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Apr 25 01:32:49 2019 (r499926) +++ head/security/vuxml/vuln.xml Thu Apr 25 02:05:05 2019 (r499927) @@ -58,6 +58,51 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + drupal -- Drupal core - Moderately critical + + + drupal7 + 7.66 + + + drupal8 + 8.6.15 + + + + +

Drupal Security Team reports:

+
+

CVE-2019-10909: Escape validation messages in the PHP templating engine.

+

CVE-2019-10910: Check service IDs are valid.

+

CVE-2019-10911: Add a separator in the remember me cookie hash.

+
+
+

jQuery 3.4.0 includes a fix for some unintended behavior when using + jQuery.extend(true, {}, ...). If an unsanitized source object contained + an enumerable __proto__ property, it could extend the native Object.prototype. + This fix is included in jQuery 3.4.0, but patch diffs exist to patch previous + jQuery versions.

+ +

It's possible that this vulnerability is exploitable with some Drupal modules. + As a precaution, this Drupal security release backports the fix to jQuery.extend(), + without making any other changes to the jQuery version that is included in + Drupal core (3.2.1 for Drupal 8 and 1.4.4 for Drupal 7) or running on the site + via some other module such as jQuery Update.

+
+ +
+ + https://www.drupal.org/SA-CORE-2019-005 + https://www.drupal.org/SA-CORE-2019-006 + + + 2019-04-17 + 2019-04-25 + +
+ py-yaml -- arbitrary code execution