From owner-svn-ports-all@freebsd.org Sun Jan 15 15:08:25 2017 Return-Path: Delivered-To: svn-ports-all@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 32DDCCB1761; Sun, 15 Jan 2017 15:08:25 +0000 (UTC) (envelope-from junovitch@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 DC4461D0F; Sun, 15 Jan 2017 15:08:24 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0FF8OC4010950; Sun, 15 Jan 2017 15:08:24 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0FF8NZu010948; Sun, 15 Jan 2017 15:08:23 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201701151508.v0FF8NZu010948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 15 Jan 2017 15:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431567 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 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, 15 Jan 2017 15:08:25 -0000 Author: junovitch Date: Sun Jan 15 15:08:23 2017 New Revision: 431567 URL: https://svnweb.freebsd.org/changeset/ports/431567 Log: Document groovy remote execution of untrusted code/DoS vulnerability Security: CVE-2016-6814 Security: https://vuxml.FreeBSD.org/freebsd/4af92a40-db33-11e6-ae1b-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jan 15 15:07:44 2017 (r431566) +++ head/security/vuxml/vuln.xml Sun Jan 15 15:08:23 2017 (r431567) @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + groovy -- remote execution of untrusted code/DoS vulnerability + + + groovy + 1.7.02.4.8 + + + + +

The Apache Groovy project reports:

+
+

When an application with Groovy on classpath uses standard Java + serialization mechanisms, e.g. to communicate between servers or to + store local data, it is possible for an attacker to bake a special + serialized object that will execute code directly when deserialized. + All applications which rely on serialization and do not isolate the + code which deserializes objects are subject to this vulnerability. + This is similar to CVE-2015-3253 but this exploit involves extra + wrapping of objects and catching of exceptions which are now safe + guarded against.

+
+ +
+ + CVE-2016-6814 + http://groovy-lang.org/security.html + + + 2016-09-20 + 2017-01-15 + +
+ RabbitMQ -- Authentication vulnerability