blob: e9df7724c5a4ed7c9bab6bf4cb37e3f5356a8ba3 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202007-40">
<title>Thin: Privilege escalation</title>
<synopsis>A vulnerability was discovered in Thin which may allow local
attackers to kill arbitrary processes (denial of service).
</synopsis>
<product type="ebuild">thin</product>
<announced>2020-07-27</announced>
<revised count="1">2020-07-27</revised>
<bug>642200</bug>
<access>local</access>
<affected>
<package name="www-servers/thin" auto="yes" arch="*">
<vulnerable range="le">1.7.2</vulnerable>
</package>
</affected>
<background>
<p>Thin is a small and fast Ruby web server.</p>
</background>
<description>
<p>It was discovered that Gentoo’s Thin ebuild does not properly handle
its temporary runtime directories. This only affects OpenRC systems, as
the flaw was exploitable via the init script.
</p>
</description>
<impact type="normal">
<p>A local attacker could cause denial of service by killing arbitrary
processes.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>Gentoo has discontinued support for Thin. We recommend that users
unmerge Thin:
</p>
<code>
# emerge --unmerge "www-servers/thin"
</code>
<p>NOTE: The Gentoo developer(s) maintaining Thin have discontinued support
at this time. It may be possible that a new Gentoo developer will update
Thin at a later date. There are many other web servers available in the
tree in the www-servers category.
</p>
</resolution>
<references>
</references>
<metadata tag="requester" timestamp="2020-06-14T00:47:13Z">sam_c</metadata>
<metadata tag="submitter" timestamp="2020-07-27T00:48:08Z">sam_c</metadata>
</glsa>
|