LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25078: man-db before 2.8.5 on Gentoo allows local users (with access to the man user account) to gain root privile...

man-db before 2.8.5 on Gentoo allows local users (with access to the man user account) to gain root privileges because /usr/bin/mandb is executed by root but not owned by root. (Also, the owner can strip the setuid and setgid bits.)

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a local privilege escalation issue in Gentoo’s man-db packaging before 2.8.5. A user with access to the man account could potentially turn a root-run mandb path into root privileges. It is not a remote internet-facing bug, but it matters on shared Gentoo systems.

Executive priority

Treat as high priority for shared Gentoo servers and lower priority for single-user or non-Gentoo systems. It is local-only, but a successful attack could become full root control.

Technical view

The CVE describes /usr/bin/mandb being executed by root while not owned by root on affected Gentoo man-db versions before 2.8.5. The weakness maps to CWE-250 and has CVSS 7.8 because successful local abuse could affect confidentiality, integrity, and availability as root.

Likely exposure

Exposure appears limited to Gentoo systems running affected man-db packaging before 2.8.5, especially shared hosts where local users or the man account are reachable. The bundle does not identify non-Gentoo affected products.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The attack requires local access and low privileges, specifically access involving the man user account, so risk is highest where untrusted users have shell access.

Researcher notes

Key evidence is narrow: Gentoo advisory plus CVE text. The affected CPE data is not populated in the bundle, so validation should rely on Gentoo package state and GLSA-202310-08 rather than broad product assumptions.

Mitigation direction

  • Apply Gentoo’s GLSA-202310-08 guidance for affected man-db packages.
  • Upgrade man-db to a non-affected Gentoo package version.
  • Restrict local access on shared Gentoo systems until remediated.
  • Review vendor guidance before changing permissions manually.

Validation and detection

  • Inventory Gentoo hosts with man-db installed.
  • Check whether man-db is older than 2.8.5 on Gentoo systems.
  • Verify /usr/bin/mandb ownership matches the vendor package state.
  • Confirm remediation through package manager audit results.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-250: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2018-25078 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2018-25078Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-250 · source CWE mapping

Execution with Unnecessary Privileges

Execution with Unnecessary Privileges represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.