summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2017-10-29 13:19:00 -0400
committerAaron Bauman <bman@gentoo.org>2017-10-29 13:19:00 -0400
commit8c000599354d386146b174fcbe65f68a70ee88e3 (patch)
tree35f14d8d8b015c64a54ae2fb5fc368b442655f87 /glsa-201710-28.xml
parentAdd GLSA 201710-27 (diff)
downloadglsa-8c000599354d386146b174fcbe65f68a70ee88e3.tar.gz
glsa-8c000599354d386146b174fcbe65f68a70ee88e3.tar.bz2
glsa-8c000599354d386146b174fcbe65f68a70ee88e3.zip
Add GLSA 201710-28
Diffstat (limited to 'glsa-201710-28.xml')
-rw-r--r--glsa-201710-28.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/glsa-201710-28.xml b/glsa-201710-28.xml
new file mode 100644
index 00000000..1324e48c
--- /dev/null
+++ b/glsa-201710-28.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201710-28">
+ <title>Jython: Arbitrary code execution</title>
+ <synopsis>A vulnerability in Jython may lead to arbitrary code execution.
+ </synopsis>
+ <product type="ebuild">Jython</product>
+ <announced>2017-10-29</announced>
+ <revised>2017-10-29: 1</revised>
+ <bug>621876</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-java/jython" auto="yes" arch="*">
+ <unaffected range="ge">2.7.0-r2</unaffected>
+ <vulnerable range="lt">2.7.0-r2</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>An implementation of Python written in Java.</p>
+ </background>
+ <description>
+ <p>It was found that Jython is vulnerable to arbitrary code execution by
+ sending a serialized function to the deserializer.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>Remote execution of arbitrary code by enticing a user to execute
+ malicious code.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All Jython users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=dev-java/jython-2.7.0-r2"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4000">
+ CVE-2016-4000
+ </uri>
+ </references>
+ <metadata tag="requester" timestamp="2017-10-26T13:31:13Z">jmbailey</metadata>
+ <metadata tag="submitter" timestamp="2017-10-29T17:17:48Z">jmbailey</metadata>
+</glsa>