GO-2023-1573

See a problem?
Source
https://pkg.go.dev/vuln/GO-2023-1573
Import Source
https://vuln.go.dev/ID/GO-2023-1573.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2023-1573
Aliases
Published
2023-02-17T19:16:59Z
Modified
2024-09-11T06:12:38.397556Z
Summary
Memory exhaustion via OCI image importer in github.com/containerd/containerd
Details

When importing an OCI image, there was no limit on the number of bytes read from the io.Reader passed into ImportIndex. A large number of bytes could be read from this and could cause a denial of service.

References
Credits
    • @AdamKorcz
    • @DavidKorczynski

Affected packages

Go / github.com/containerd/containerd

Package

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

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.5.18
Introduced
1.6.0
Fixed
1.6.18

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/containerd/containerd/images/archive",
            "symbols": [
                "ImportIndex",
                "onUntarJSON"
            ]
        }
    ]
}