summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-201610-01.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /metadata/glsa/glsa-201610-01.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/glsa/glsa-201610-01.xml')
-rw-r--r--metadata/glsa/glsa-201610-01.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201610-01.xml b/metadata/glsa/glsa-201610-01.xml
new file mode 100644
index 000000000000..3cc08c165d9d
--- /dev/null
+++ b/metadata/glsa/glsa-201610-01.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201610-01">
+ <title>Groovy: Arbitrary code execution</title>
+ <synopsis>Groovy is vulnerable to a remote execution of arbitrary code when
+ java serialization is used.
+ </synopsis>
+ <product type="ebuild">groovy</product>
+ <announced>2016-10-06</announced>
+ <revised>2016-10-06: 1</revised>
+ <bug>555470</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-java/groovy" auto="yes" arch="*">
+ <unaffected range="ge">2.4.5</unaffected>
+ <vulnerable range="lt">2.4.5</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>A multi-faceted language for the Java platform</p>
+ </background>
+ <description>
+ <p>Groovy’s MethodClosure class, in runtime/MethodClosure.java, is
+ vulnerable to a crafted serialized object.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>Remote attackers could potentially execute arbitrary code, or cause
+ Denial of Service condition
+ </p>
+ </impact>
+ <workaround>
+ <p>A workaround exists by using a custom security policy file utilizing the
+ standard Java security manager, or do not rely on serialization to
+ communicate remotely.
+ </p>
+ </workaround>
+ <resolution>
+ <p>All Groovy users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=dev-java/groovy-2.4.5"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-3253">CVE-2015-3253</uri>
+ </references>
+ <metadata tag="requester" timestamp="2016-03-15T09:21:07Z">b-man</metadata>
+ <metadata tag="submitter" timestamp="2016-10-06T14:32:23Z">b-man</metadata>
+</glsa>