blob: 5a10a179d0c83330f9bef8e07e3907809035f82e (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202107-14">
<title>rclone: Weak random number generation</title>
<synopsis>rclone uses weak random number generation such that generated
passwords can be easily cracked.
</synopsis>
<product type="ebuild">rclone</product>
<announced>2021-07-08</announced>
<revised count="1">2021-07-08</revised>
<bug>755638</bug>
<access>local</access>
<affected>
<package name="net-misc/rclone" auto="yes" arch="*">
<unaffected range="ge">1.53.3</unaffected>
<vulnerable range="lt">1.53.3</vulnerable>
</package>
</affected>
<background>
<p>rclone is a problem to sync files to and from various cloud storage
providers.
</p>
</background>
<description>
<p>Passwords generated with rclone were insecurely generated and are
vulnerable to brute force attacks.
</p>
</description>
<impact type="normal">
<p>Data kept secret with a password generated by rclone may be disclosed to
a local attacker.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All rclone users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/rclone-1.53.3"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-28924">CVE-2020-28924</uri>
</references>
<metadata tag="requester" timestamp="2021-05-31T20:48:28Z">whissi</metadata>
<metadata tag="submitter" timestamp="2021-07-08T03:19:54Z">ajak</metadata>
</glsa>
|