From owner-svn-ports-all@freebsd.org Sun Jul 29 10:42:24 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 833E010530A6; Sun, 29 Jul 2018 10:42:24 +0000 (UTC) (envelope-from joneum@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 38A3C7BA2E; Sun, 29 Jul 2018 10:42:24 +0000 (UTC) (envelope-from joneum@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 19A7714BAD; Sun, 29 Jul 2018 10:42:24 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6TAgNLZ073826; Sun, 29 Jul 2018 10:42:23 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6TAgN9E073825; Sun, 29 Jul 2018 10:42:23 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201807291042.w6TAgN9E073825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 29 Jul 2018 10:42:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475643 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 475643 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.27 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 Jul 2018 10:42:24 -0000 Author: joneum Date: Sun Jul 29 10:42:23 2018 New Revision: 475643 URL: https://svnweb.freebsd.org/changeset/ports/475643 Log: document mantis issues PR: 229880 Submitted by: Nathan Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jul 29 10:40:28 2018 (r475642) +++ head/security/vuxml/vuln.xml Sun Jul 29 10:42:23 2018 (r475643) @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mantis -- multiple vulnerabilities + + + mantis + 2.15.0 + + + + +

mantis reports:

+
+

Teun Beijers reported a cross-site scripting (XSS) vulnerability in + the Edit Filter page which allows execution of arbitrary code + (if CSP settings permit it) when displaying a filter with a crafted + name. Prevent the attack by sanitizing the filter name before display.

+

Ömer Cıtak, Security Researcher at Netsparker, reported this + vulnerability, allowing remote attackers to inject arbitrary code + (if CSP settings permit it) through a crafted PATH_INFO on + view_filters_page.php. Prevent the attack by sanitizing the output + of $_SERVER['PHP_SELF'] before display.

+
+ +
+ + https://github.com/mantisbt/mantisbt/commit/8b5fa243dbf04344a55fe880135ec149fc1f439f + https://github.com/mantisbt/mantisbt/commit/4efac90ed89a5c009108b641e2e95683791a165a + CVE-2018-14504 + CVE-2018-13066 + + + 2018-07-13 + 2018-07-29 + +
+ py-bleach -- unsanitized character entities