CVE-2025-54388

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-54388
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-54388.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-54388
Aliases
Downstream
Related
Published
2025-07-30T13:24:06Z
Modified
2025-11-04T20:38:46.826281Z
Severity
  • 5.1 (Medium) CVSS_V4 - CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N CVSS Calculator
Summary
Moby's Firewalld reload makes published container ports accessible from remote hosts
Details

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 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.

Database specific
{
    "cwe_ids": [
        "CWE-909"
    ]
}
References

Affected packages

Git / github.com/moby/moby

Affected ranges

Type
GIT
Repo
https://github.com/moby/moby
Events

Affected versions

v28.*

v28.2.0
v28.2.1
v28.2.2
v28.3.0
v28.3.0-rc.1
v28.3.0-rc.2
v28.3.1
v28.3.2