blob: 34f747f52bce40335739240d3e4e196e026fb88b (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202409-01">
<title>Portage: Unverified PGP Signatures</title>
<synopsis>A vulnerability has been discovered in Portage, where PGP signatures would not be verified.</synopsis>
<product type="ebuild">portage</product>
<announced>2024-09-22</announced>
<revised count="1">2024-09-22</revised>
<bug>905356</bug>
<access>local</access>
<affected>
<package name="sys-apps/portage" auto="yes" arch="*">
<unaffected range="ge">3.0.47</unaffected>
<vulnerable range="lt">3.0.47</vulnerable>
</package>
</affected>
<background>
<p>Portage is the default Gentoo package management system.</p>
</background>
<description>
<p>Multiple vulnerabilities have been discovered in Portage. Please review the CVE identifiers referenced below for details.</p>
</description>
<impact type="normal">
<p>When using the webrsync mechanism to sync the tree the PGP signatures that protect the integrity of the data in the tree would not be verified. This would allow a man-in-the-middle attack to inject arbitrary content into the tree.</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All Portage users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=sys-apps/portage-3.0.47"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2016-20021">CVE-2016-20021</uri>
</references>
<metadata tag="requester" timestamp="2024-09-22T05:36:27.160412Z">graaff</metadata>
<metadata tag="submitter" timestamp="2024-09-22T05:36:27.162654Z">graaff</metadata>
</glsa>
|