GO-2024-2512

Source
https://pkg.go.dev/vuln/GO-2024-2512
Import Source
https://vuln.go.dev/ID/GO-2024-2512.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2024-2512
Aliases
Published
2024-06-28T15:28:53Z
Modified
2024-09-11T06:13:21.786509Z
Summary
Classic builder cache poisoning in github.com/docker/docker
Details

Classic builder cache poisoning in github.com/docker/docker

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2024-2512"
}
References

Affected packages

Go / github.com/docker/docker

Package

Name
github.com/docker/docker
View open source insights on deps.dev
Purl
pkg:golang/github.com/docker/docker

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
24.0.9+incompatible
Introduced
25.0.0+incompatible
Fixed
25.0.2+incompatible

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/docker/docker/builder/dockerfile"
        },
        {
            "path": "github.com/docker/docker/daemon/containerd",
            "symbols": [
                "imageCache.GetCache",
                "isMatch",
                "localCache.GetCache"
            ]
        },
        {
            "path": "github.com/docker/docker/daemon/images",
            "symbols": [
                "ImageService.CommitImage",
                "ImageService.CreateImage"
            ]
        },
        {
            "path": "github.com/docker/docker/image",
            "symbols": [
                "store.IsBuiltLocally",
                "store.SetBuiltLocally"
            ]
        },
        {
            "path": "github.com/docker/docker/image/cache",
            "symbols": [
                "ImageCache.GetCache",
                "LocalImageCache.GetCache",
                "compare",
                "getLocalCachedImage"
            ]
        }
    ]
}

Go / github.com/moby/moby

Package

Name
github.com/moby/moby
View open source insights on deps.dev
Purl
pkg:golang/github.com/moby/moby

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
24.0.9+incompatible
Introduced
25.0.0+incompatible
Fixed
25.0.2+incompatible

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/moby/moby/builder/dockerfile"
        },
        {
            "path": "github.com/moby/moby/daemon/containerd",
            "symbols": [
                "imageCache.GetCache",
                "isMatch",
                "localCache.GetCache"
            ]
        },
        {
            "path": "github.com/moby/moby/daemon/images",
            "symbols": [
                "ImageService.CommitImage",
                "ImageService.CreateImage"
            ]
        },
        {
            "path": "github.com/moby/moby/image",
            "symbols": [
                "store.IsBuiltLocally",
                "store.SetBuiltLocally"
            ]
        },
        {
            "path": "github.com/moby/moby/image/cache",
            "symbols": [
                "ImageCache.GetCache",
                "LocalImageCache.GetCache",
                "compare",
                "getLocalCachedImage"
            ]
        }
    ]
}