Package
prometheus-fips-3.5
Component
github.com/docker/docker
Latest update
6.8
CVSS V3
Build, ship, and run secure software with minimal, hardened container images — rebuilt from source daily and guarded under our industry-leading remediation SLA.
Start for freeStatus
Justification
Impact
The package's runtime uses github.com/docker/docker only as a service-discovery client (discovery/moby/.go), calling read-only metadata APIs (ContainerList, NetworkList, NodeList, ServiceList, TaskList). go list -deps confirms only api/types/ and client are linked into the binary; the daemon-side packages plugin/, pkg/authorization/, daemon/, and container/archive* where this vulnerability lives are not imported and therefore not present in the binary.
Status
Impact
GHSA-pxq6-2prw-chj9: Fix for this CVE is available in Docker Engine v29.3.1 and github.com/moby/moby/v2 v2.0.0-beta.8. A fix has also been committed to the moby/moby 28.x branch (https://github.com/moby/moby/commit/0afb41ce194ca8f83436b332c18105279923ba14) but no release has been tagged yet. No backport to older module versions is available. Awaiting upstream maintainer action.
Status