blob: a1c97640574e355d0a12dd9e54f60cb786051c7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201512-02">
<title>IPython: User-assisted execution of arbitrary code</title>
<synopsis>A vulnerability in IPython could result in execution of arbitrary
JavaScript.
</synopsis>
<product type="ebuild">ipython</product>
<announced>2015-12-17</announced>
<revised count="1">2015-12-17</revised>
<bug>560708</bug>
<access>remote</access>
<affected>
<package name="dev-python/ipython" auto="yes" arch="*">
<unaffected range="ge">3.2.1-r1</unaffected>
<vulnerable range="lt">3.2.1-r1</vulnerable>
</package>
</affected>
<background>
<p>IPython is an advanced interactive shell for Python.</p>
</background>
<description>
<p>IPython does not properly check the MIME type of a file.</p>
</description>
<impact type="normal">
<p>A remote attacker could entice a user to open a specially crafted text
file using IPython, possibly resulting in execution of arbitrary
JavaScript with the privileges of the process.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All IPython users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-python/ipython-3.2.1-r1"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-7337">CVE-2015-7337</uri>
</references>
<metadata tag="requester" timestamp="2015-09-24T01:14:10Z">
BlueKnight
</metadata>
<metadata tag="submitter" timestamp="2015-12-17T16:41:41Z">ackle</metadata>
</glsa>
|