From owner-svn-ports-head@freebsd.org Fri Mar 25 17:04:04 2016 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 11DECADD51F; Fri, 25 Mar 2016 17:04:04 +0000 (UTC) (envelope-from tj@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 BB99E1625; Fri, 25 Mar 2016 17:04:03 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2PH423j021790; Fri, 25 Mar 2016 17:04:02 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2PH42Ic021789; Fri, 25 Mar 2016 17:04:02 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201603251704.u2PH42Ic021789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 25 Mar 2016 17:04:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411865 - head/security/vuxml X-SVN-Group: ports-head 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.21 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: Fri, 25 Mar 2016 17:04:04 -0000 Author: tj Date: Fri Mar 25 17:04:02 2016 New Revision: 411865 URL: https://svnweb.freebsd.org/changeset/ports/411865 Log: Document multipule activemq vulnerabilities: CVE-2016-0782 - ActiveMQ Web Console - Cross-Site Scripting CVE-2016-0734 - ActiveMQ Web Console - Clickjacking CVE-2015-5254 - Unsafe deserialization in ActiveMQ PR: 208163 PR: 208193 Security: CVE-2015-5254 Security: http://activemq.apache.org/security-advisories.data/CVE-2015-5254-announcement.txt Security: CVE-2016-0782 Security: http://activemq.apache.org/security-advisories.data/CVE-2016-0782-announcement.txt Security: CVE-2016-0734 Security: http://activemq.apache.org/security-advisories.data/CVE-2016-0734-announcement.txt Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Mar 25 17:00:23 2016 (r411864) +++ head/security/vuxml/vuln.xml Fri Mar 25 17:04:02 2016 (r411865) @@ -58,6 +58,98 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + activemq -- Unsafe deserialization + + + activemq + 5.13.0 + + + + +

Alvaro Muatoz, Matthias Kaiser and Christian Schneider reports:

+
+

JMS Object messages depends on Java Serialization for + marshaling/unmashaling of the message payload. There are a couple of places + inside the broker where deserialization can occur, like web console or stomp + object message transformation. As deserialization of untrusted data can leaed to + security flaws as demonstrated in various reports, this leaves the broker + vunerable to this attack vector. Additionally, applications that consume + ObjectMessage type of messages can be vunerable as they deserlize objects on + ObjectMessage.getObject() calls.

+
+ +
+ + http://activemq.apache.org/security-advisories.data/CVE-2015-5254-announcement.txt + CVE-2015-5254 + + + 2016-01-08 + 2016-03-25 + +
+ + + activemq -- Web Console Clickjacking + + + activemq + 5.13.2 + + + + +

Michael Furman reports:

+
+

The web based administration console does not set the + X-Frame-Options header in HTTP responses. This allows the console to be embedded + in a frame or iframe which could then be used to cause a user to perform an + unintended action in the console.

+
+ +
+ + http://activemq.apache.org/security-advisories.data/CVE-2016-0734-announcement.txt + CVE-2016-0734 + + + 2016-03-10 + 2016-03-25 + +
+ + + activemq -- Web Console Cross-Site Scripting + + + activemq + 5.13.1 + + + + +

Vladimir Ivanov (Positive Technologies) reports:

+
+

Several instances of cross-site scripting vulnerabilities were + identified to be present in the web based administration console as well as the + ability to trigger a Java memory dump into an arbitrary folder. The root cause + of these issues are improper user data output validation and incorrect + permissions configured on Jolokia.

+
+ +
+ + http://activemq.apache.org/security-advisories.data/CVE-2016-0782-announcement.txt + CVE-2016-0782 + + + 2016-03-10 + 2016-03-25 + +
+ pcre -- stack buffer overflow