Date: Sun, 15 Jan 2017 15:08:23 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431567 - head/security/vuxml Message-ID: <201701151508.v0FF8NZu010948@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="4af92a40-db33-11e6-ae1b-002590263bf5"> + <topic>groovy -- remote execution of untrusted code/DoS vulnerability</topic> + <affects> + <package> + <name>groovy</name> + <range><ge>1.7.0</ge><lt>2.4.8</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Apache Groovy project reports:</p> + <blockquote cite="http://groovy-lang.org/security.html"> + <p>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.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-6814</cvename> + <url>http://groovy-lang.org/security.html</url> + </references> + <dates> + <discovery>2016-09-20</discovery> + <entry>2017-01-15</entry> + </dates> + </vuln> + <vuln vid="6aa956fb-d97f-11e6-a071-001e67f15f5a"> <topic>RabbitMQ -- Authentication vulnerability</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701151508.v0FF8NZu010948>