Cyber Resilience

CVE-2024-56433

Low

Published: 26 December 2024

Published
26 December 2024
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 3.6 CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0600 90.9th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-56433 is a low-severity Initialization of a Resource with an Insecure Default (CWE-1188) vulnerability. Its CVSS base score is 3.6 (Low).

Operationally, ranked in the top 9.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The vulnerability CVE-2024-56433 affects shadow-utils (shadow) versions 4.4 through 4.17.0. It stems from the package's default /etc/subuid configuration, which assigns UID ranges such as 100000-165535 to the first local user account for user namespace mappings, creating a realistic overlap risk with UIDs already in use on locally administered networks.

A local user or remote login session can exploit the conflict by invoking newuidmap to map into the overlapping range, thereby obtaining access to an NFS home directory or other same-host resources owned by the network-defined accounts and achieving partial account takeover.

The referenced login.defs defaults and GitHub issue 1157 note that system administrators should avoid assigning local network UIDs inside the ranges that shadow may allocate in /etc/subuid.

EPSS remains flat at 0.06 with no material rise after disclosure.

EU & UK References

Vulnerability details

shadow-utils (aka shadow) 4.4 through 4.17.0 establishes a default /etc/subuid behavior (e.g., uid 100000 through 165535 for the first user account) that can realistically conflict with the uids of users defined on locally administered networks, potentially leading to account takeover,…

more

e.g., by leveraging newuidmap for access to an NFS home directory (or same-host resources in the case of remote logins by these local network users). NOTE: it may also be argued that system administrators should not have assigned uids, within local networks, that are within the range that can occur in /etc/subuid.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-1188

Requires documented secure initialization practices and avoidance of insecure defaults in configuration baselines.

addresses: CWE-1188

Reviewing and updating baseline when components are installed or upgraded prevents initialization with insecure defaults.

addresses: CWE-1188

Requiring explicit configuration to minimal functionality overrides insecure defaults that would otherwise enable excess capabilities.

addresses: CWE-1188

Tailoring replaces or augments insecure default initializations with system-specific values and compensating controls before deployment.

addresses: CWE-1188

Central configuration overrides or replaces insecure default initializations that would otherwise be left unchanged on each system.

addresses: CWE-1188

SCRM practices during acquisition and configuration management address insecure default initializations shipped by vendors.

addresses: CWE-1188

Scans detect resources initialized with insecure defaults that create exploitable conditions.

addresses: CWE-1188

Instruction on secure initialization of security controls prevents leaving resources with insecure defaults after installation.

References