GO-2024-2521

See a problem?
Source
https://pkg.go.dev/vuln/GO-2024-2521
Import Source
https://vuln.go.dev/ID/GO-2024-2521.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2024-2521
Aliases
Published
2024-06-28T15:28:53Z
Modified
2024-07-15T19:00:13Z
Summary
Moby Docker cp broken with debian containers in github.com/docker/docker
Details

In Docker 19.03.x before 19.03.1 linked against the GNU C Library (aka glibc), code injection can occur when the nsswitch facility dynamically loads a library inside a chroot that contains the contents of the container.

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
20.10.0-beta1+incompatible

Ecosystem specific

{
    "custom_ranges": [
        {
            "events": [
                {
                    "introduced": "19.03.0"
                },
                {
                    "fixed": "19.03.1"
                }
            ],
            "type": "ECOSYSTEM"
        }
    ],
    "imports": [
        {
            "path": "github.com/docker/docker/pkg/chrootarchive"
        }
    ]
}

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
20.10.0-beta1+incompatible

Ecosystem specific

{
    "custom_ranges": [
        {
            "events": [
                {
                    "introduced": "19.03.0"
                },
                {
                    "fixed": "19.03.1"
                }
            ],
            "type": "ECOSYSTEM"
        }
    ],
    "imports": [
        {
            "path": "github.com/moby/moby/pkg/chrootarchive"
        }
    ]
}