blob: b96b0b374db69047775f95105a54dc5e70f04fc7 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202408-25">
<title>runc: Multiple Vulnerabilities</title>
<synopsis>Multiple vulnerabilities have been discovered in runc, the worst of which could lead to privilege escalation.</synopsis>
<product type="ebuild">runc</product>
<announced>2024-08-11</announced>
<revised count="1">2024-08-11</revised>
<bug>828471</bug>
<bug>844085</bug>
<bug>903079</bug>
<bug>923434</bug>
<access>local</access>
<affected>
<package name="app-containers/runc" auto="yes" arch="*">
<unaffected range="ge">1.1.12</unaffected>
<vulnerable range="lt">1.1.12</vulnerable>
</package>
</affected>
<background>
<p>runc is a CLI tool for spawning and running containers on Linux according to the OCI specification.</p>
</background>
<description>
<p>Multiple vulnerabilities have been discovered in runc. Please review the CVE identifiers referenced below for details.</p>
</description>
<impact type="normal">
<p>Please review the referenced CVE identifiers for details.</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All runc users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-containers/runc-1.1.12"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-43784">CVE-2021-43784</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-29162">CVE-2022-29162</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-25809">CVE-2023-25809</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-27561">CVE-2023-27561</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-28642">CVE-2023-28642</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-21626">CVE-2024-21626</uri>
</references>
<metadata tag="requester" timestamp="2024-08-11T05:45:57.598514Z">graaff</metadata>
<metadata tag="submitter" timestamp="2024-08-11T05:45:57.602231Z">graaff</metadata>
</glsa>
|