blob: 253cc37b6db7fcf8f7aaa9e8a1b0abc8daab7272 (
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
50
51
52
53
54
55
56
57
58
59
60
61
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202107-45">
<title>PyCharm Community, Professional: Remote code execution</title>
<synopsis>A vulnerability has been found in PyCharm Community and
Professional, potentially resulting in arbitrary code execution.
</synopsis>
<product type="ebuild">pycharm</product>
<announced>2021-07-20</announced>
<revised count="1">2021-07-20</revised>
<bug>797892</bug>
<access>remote</access>
<affected>
<package name="dev-util/pycharm-community" auto="yes" arch="*">
<unaffected range="ge">2021.1.2</unaffected>
<vulnerable range="lt">2021.1.2</vulnerable>
</package>
<package name="dev-util/pycharm-professional" auto="yes" arch="*">
<unaffected range="ge">2021.1.2</unaffected>
<vulnerable range="lt">2021.1.2</vulnerable>
</package>
</affected>
<background>
<p>PyCharm is the Python IDE for professional developers.</p>
</background>
<description>
<p>Insufficient validation exists within PyCharm’s checks for fetching
projects from VCS.
</p>
</description>
<impact type="normal">
<p>If a victim can be enticed into fetching a VCS project via PyCharm, a
remote attacker could achieve remote code execution.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All PyCharm Community users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
">=dev-util/pycharm-community-2021.1.2"
</code>
<p>All PyCharm Professional users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
">=dev-util/pycharm-professional-2021.1.2"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-30005">CVE-2021-30005</uri>
</references>
<metadata tag="requester" timestamp="2021-07-16T02:00:34Z">ajak</metadata>
<metadata tag="submitter" timestamp="2021-07-20T04:13:01Z">ajak</metadata>
</glsa>
|