Cyber Resilience

CVE-2025-54410

Mobyproject Moby ≤ 25.0.13

Published
30 July 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 3.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N
EPSS Score 0.0015 5th percentile
Risk Priority 27 floored blend · peak EPSS

Summary

CVE-2025-54410 is a low-severity Missing Initialization of Resource (CWE-909) vulnerability in Mobyproject Moby. Its CVSS base score is 3.3 (Low).

Operationally, ranked at the 5th 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. A firewalld vulnerability affects Moby releases before 28.0.0. When firewalld reloads, Docker fails to re-create…

more

iptables rules that isolate bridge networks, allowing any container to access all ports on any other container across different bridge networks on the same host. This breaks network segmentation between containers that should be isolated, creating significant risk in multi-tenant environments. Only containers in --internal networks remain protected. Workarounds include reloading firewalld and either restarting the docker daemon, re-creating bridge networks, or using rootless mode. Maintainers anticipate a fix for this issue in version 25.0.13.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-54388Same 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
≤ 25.0.13

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