blob: 659c68b6d68557a068d28672ac3584e5ecf965af (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202003-62">
<title>GNU Screen: Buffer overflow</title>
<synopsis>A buffer overflow in GNU Screen might allow remote attackers to
corrupt memory.
</synopsis>
<product type="ebuild">screen</product>
<announced>2020-03-30</announced>
<revised count="1">2020-03-30</revised>
<bug>708460</bug>
<access>remote</access>
<affected>
<package name="app-misc/screen" auto="yes" arch="*">
<unaffected range="ge">4.8.0</unaffected>
<vulnerable range="lt">4.8.0</vulnerable>
</package>
</affected>
<background>
<p>GNU Screen is a full-screen window manager that multiplexes a physical
terminal between several processes, typically interactive shells.
</p>
</background>
<description>
<p>A buffer overflow was found in the way GNU Screen treated the special
escape OSC 49.
</p>
</description>
<impact type="normal">
<p>A remote attacker, by writing a specially crafted string of characters
to a GNU Screen window, could possibly corrupt memory or have other
unspecified impact.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All GNU Screen users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-misc/screen-4.8.0"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-9366">CVE-2020-9366</uri>
</references>
<metadata tag="requester" timestamp="2020-03-30T05:50:23Z">BlueKnight</metadata>
<metadata tag="submitter" timestamp="2020-03-30T14:41:12Z">whissi</metadata>
</glsa>
|