Cyber Resilience

CVE-2025-54388

Mobyproject Moby 28.2.0 – 28.3.3

Published
30 July 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v4 5.1
Click a component to see what it means
Raw vectorCVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0022 12th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-54388 is a medium-severity Missing Initialization of Resource (CWE-909) vulnerability in Mobyproject Moby. Its CVSS base score is 5.1 (Medium).

Operationally, ranked at the 12th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Moby is an open source container framework developed by Docker Inc. that is distributed as Docker Engine, Mirantis Container Runtime, and various other downstream projects/products. In versions 28.2.0 through 28.3.2, when the firewalld service is reloaded it removes all iptables…

more

rules including those created by Docker. While Docker should automatically recreate these rules, versions before 28.3.3 fail to recreate the specific rules that block external access to containers. This means that after a firewalld reload, containers with ports published to localhost (like 127.0.0.1:8080) become accessible from remote machines that have network routing to the Docker bridge, even though they should only be accessible from the host itself. The vulnerability only affects explicitly published ports - unpublished ports remain protected. This issue is fixed in version 28.3.3.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-54410Same product: Mobyproject Moby
CVE-2024-36621Same product: Mobyproject Moby
CVE-2023-28841Same product: Mobyproject Moby
CVE-2024-24557Same product: Mobyproject Moby
CVE-2024-36623Same product: Mobyproject Moby
CVE-2024-29018Same product: Mobyproject Moby
CVE-2024-36620Same product: Mobyproject Moby
CVE-2023-28840Same product: Mobyproject Moby
CVE-2024-32473Same product: Mobyproject Moby
CVE-2023-28842Same product: Mobyproject Moby

Affected Assets

mobyproject
moby
28.2.0 — 28.3.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover missing initialization through static analysis or test cases.

Documented development standards and processes can mandate initialization of critical resources.

Security engineering principles can require explicit resource initialization during design and coding.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper resource initialization as part of coding standards and verification.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect missing initialization defects before deployment.

prevents

Secure development life cycle mandates initialization of resources before use.

prevents

Application security requirements can specify resource initialization checks.

prevents

Secure architecture principles include proper resource lifecycle management.

prevents

Secure coding standards explicitly require initialization of variables and resources.

none

Change management can enforce review of initialization logic during modifications.

References