From owner-svn-ports-all@freebsd.org Sun Mar 29 20:25:48 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 64F05261D6F; Sun, 29 Mar 2020 20:25:48 +0000 (UTC) (envelope-from girgen@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 48r6Y542Q5z4WXG; Sun, 29 Mar 2020 20:25:45 +0000 (UTC) (envelope-from girgen@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 0F31560A8; Sun, 29 Mar 2020 19:50:01 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02TJo0nX067163; Sun, 29 Mar 2020 19:50:00 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02TJo0rZ067162; Sun, 29 Mar 2020 19:50:00 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <202003291950.02TJo0rZ067162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sun, 29 Mar 2020 19:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529829 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 529829 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.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: Sun, 29 Mar 2020 20:25:48 -0000 Author: girgen Date: Sun Mar 29 19:50:00 2020 New Revision: 529829 URL: https://svnweb.freebsd.org/changeset/ports/529829 Log: Fix validation error Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Mar 29 19:46:16 2020 (r529828) +++ head/security/vuxml/vuln.xml Sun Mar 29 19:50:00 2020 (r529829) @@ -86,13 +86,13 @@ Notes: Versions Affected: 9.6 - 12

- The ALTER ... DEPENDS ON EXTENSION sub-commands do not perform - authorization checks, which can allow an unprivileged user to drop - any function, procedure, materialized view, index, or trigger under - certain conditions. This attack is possible if an administrator has - installed an extension and an unprivileged user can CREATE, or an - extension owner either executes DROP EXTENSION predictably or can be - convinced to execute DROP EXTENSION. + The ALTER ... DEPENDS ON EXTENSION sub-commands do not perform + authorization checks, which can allow an unprivileged user to drop + any function, procedure, materialized view, index, or trigger under + certain conditions. This attack is possible if an administrator has + installed an extension and an unprivileged user can CREATE, or an + extension owner either executes DROP EXTENSION predictably or can be + convinced to execute DROP EXTENSION.