blob: 3b79a879099d211cab1ecdb2b7abedddc466c8fe (
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="202310-08">
<title>man-db: privilege escalation</title>
<synopsis>A root privilege escalation through setuid executable and cron job has been discovered in man-db.</synopsis>
<product type="ebuild">man-db</product>
<announced>2023-10-08</announced>
<revised count="1">2023-10-08</revised>
<bug>662438</bug>
<access>remote</access>
<affected>
<package name="sys-apps/man-db" auto="yes" arch="*">
<unaffected range="ge">2.8.5</unaffected>
<vulnerable range="lt">2.8.5</vulnerable>
</package>
</affected>
<background>
<p>man-db is a man replacement that utilizes BerkeleyDB instead of flat files.</p>
</background>
<description>
<p>A root privilege escalation through setuid executable and cron job has been discovered in man-db. Please review the CVE identifier referenced below for details.</p>
</description>
<impact type="high">
<p>A local user with access to the man user or group can elevate privileges to root.</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All man-db users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=sys-apps/man-db-2.8.5"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-25078">CVE-2018-25078</uri>
</references>
<metadata tag="requester" timestamp="2023-10-08T07:25:53.857649Z">graaff</metadata>
<metadata tag="submitter" timestamp="2023-10-08T07:25:53.860912Z">graaff</metadata>
</glsa>
|