From owner-svn-ports-head@freebsd.org Sat Dec 30 16:41:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 240D9EA1561; Sat, 30 Dec 2017 16:41:21 +0000 (UTC) (envelope-from dbaio@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 mx1.freebsd.org (Postfix) with ESMTPS id EFDEE2DC2; Sat, 30 Dec 2017 16:41:20 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBUGfKvY017478; Sat, 30 Dec 2017 16:41:20 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBUGfJTm017476; Sat, 30 Dec 2017 16:41:19 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201712301641.vBUGfJTm017476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 30 Dec 2017 16:41:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457604 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 457604 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.25 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: Sat, 30 Dec 2017 16:41:21 -0000 Author: dbaio Date: Sat Dec 30 16:41:19 2017 New Revision: 457604 URL: https://svnweb.freebsd.org/changeset/ports/457604 Log: security/vuxml: Document vulnerabilities in www/otrs Security: CVE-2017-16664 Security: CVE-2017-16854 Security: CVE-2017-16921 PR: 224729 Reported by: Vidar Karlsen Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Dec 30 16:04:12 2017 (r457603) +++ head/security/vuxml/vuln.xml Sat Dec 30 16:41:19 2017 (r457604) @@ -58,6 +58,55 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + OTRS -- Multiple vulnerabilities + + + otrs + 5.0.26 + + + + +

OTRS reports:

+
+

An attacker who is logged into OTRS as an agent can request special URLs + from OTRS which can lead to the execution of shell commands with the + permissions of the web server user.

+
+
+

An attacker who is logged into OTRS as a customer can use the ticket search + form to disclose internal article information of their customer tickets.

+
+
+

An attacker who is logged into OTRS as an agent can manipulate form + parameters and execute arbitrary shell commands with the permissions of the + OTRS or web server user.

+
+
+

An attacker can send a specially prepared email to an OTRS system. If this + system has cookie support disabled, and a logged in agent clicks a link in this + email, the session information could be leaked to external systems, allowing the + attacker to take over the agent’s session.

+
+ +
+ + CVE-2017-16664 + CVE-2017-16854 + CVE-2017-16921 + ports/224729 + https://www.otrs.com/security-advisory-2017-07-security-update-otrs-framework/ + https://www.otrs.com/security-advisory-2017-08-security-update-otrs-framework/ + https://www.otrs.com/security-advisory-2017-09-security-update-otrs-framework/ + https://www.otrs.com/security-advisory-2017-10-security-update-otrs-framework/ + + + 2017-11-21 + 2017-12-30 + +
+ The Bouncy Castle Crypto APIs: CVE-2017-13098 ("ROBOT")