Description
The id utility in uutils coreutils exhibits incorrect behavior in its "pretty print" output when the real UID and effective UID differ. The implementation incorrectly uses the effective GID instead of the effective UID when performing a name lookup for the effective user. This results in misleading diagnostic output that can cause automated scripts or system administrators to make incorrect decisions regarding file permissions or access control.
Published: 2026-04-22
Score: 3.3 Low
EPSS: < 1% Very Low
KEV: No
Impact: Misleading identity output
Action: Patch
AI Analysis

Impact

The id utility in the uutils coreutils suite incorrectly resolves the user name for the effective UID when pretty print mode is enabled. The implementation uses the effective GID in the name lookup, causing the effective user name to be mapped to the group name. This produces misleading diagnostic output that can mislead automated scripts or system administrators into making incorrect decisions about file permissions or access control. The weakness is classified as CWE‑451, "Insufficient Output Validation."

Affected Systems

The vulnerability affects the uutils coreutils collection, specifically the id command. No precise version information is provided in the advisory; all releases prior to the patch that corrects the name lookup are potentially impacted. The product is open‑source and commonly used on Linux‑like systems that rely on uutils coreutils for POSIX‑like utilities.

Risk and Exploitability

This flaw only misreports identity information for consumers of pretty print output; it does not enable privilege escalation or direct code execution. The CVSS score of 3.3 reflects a low severity risk limited to local observation. EPSS data is unavailable, and the vulnerability is not listed in the CISA KEV catalog, indicating a small exploitation chance. The most likely attack vector requires local access to the system and unprotected scripts that parse id output. Attackers could attempt to manipulate such scripts that base permission decisions on the misreported user name, potentially leading to policy violations. The actual impact for an attacker is therefore indirect, limited to mishandled automation rather than direct compromise.

Generated by OpenCVE AI on April 22, 2026 at 18:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade uutils coreutils to the latest release that includes the id utility fix.
  • Avoid using pretty print mode when invoking id in automated scripts; if the utility supports a raw or non‑pretty option, use it to obtain the numeric UID directly.
  • Review scripts or automation that parse id output for permission decisions and modify them to perform explicit UID checks or to ignore the parsed name output.

Generated by OpenCVE AI on April 22, 2026 at 18:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 22 Apr 2026 18:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 22 Apr 2026 16:30:00 +0000

Type Values Removed Values Added
Description The id utility in uutils coreutils exhibits incorrect behavior in its "pretty print" output when the real UID and effective UID differ. The implementation incorrectly uses the effective GID instead of the effective UID when performing a name lookup for the effective user. This results in misleading diagnostic output that can cause automated scripts or system administrators to make incorrect decisions regarding file permissions or access control.
Title uutils coreutils id Misleading Identity Reporting in Pretty Print Mode
Weaknesses CWE-451
References
Metrics cvssV3_1

{'score': 3.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: canonical

Published:

Updated: 2026-04-22T17:47:18.201Z

Reserved: 2026-04-02T12:58:56.088Z

Link: CVE-2026-35371

cve-icon Vulnrichment

Updated: 2026-04-22T17:47:10.726Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-04-22T17:16:40.987

Modified: 2026-04-22T21:23:52.620

Link: CVE-2026-35371

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-22T18:15:15Z

Weaknesses