GO-2022-1114

Source
https://pkg.go.dev/vuln/GO-2022-1114
Import Source
https://vuln.go.dev/ID/GO-2022-1114.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2022-1114
Aliases
Published
2022-12-07T18:39:23Z
Modified
2024-05-20T16:03:47Z
Summary
ZipSlip when unzipping files in github.com/duke-git/lancet
Details

A ZipSlip vulnerability exists when using the fileutil package to unzip files.

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

Affected packages

Go / github.com/duke-git/lancet

Package

Name
github.com/duke-git/lancet
View open source insights on deps.dev
Purl
pkg:golang/github.com/duke-git/lancet

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.3.4

Ecosystem specific

{
    "imports": [
        {
            "symbols": [
                "UnZip"
            ],
            "path": "github.com/duke-git/lancet/fileutil"
        }
    ]
}

Go / github.com/duke-git/lancet/v2

Package

Name
github.com/duke-git/lancet/v2
View open source insights on deps.dev
Purl
pkg:golang/github.com/duke-git/lancet/v2

Affected ranges

Type
SEMVER
Events
Introduced
2.0.0
Fixed
2.1.10

Ecosystem specific

{
    "imports": [
        {
            "symbols": [
                "UnZip"
            ],
            "path": "github.com/duke-git/lancet/v2/fileutil"
        }
    ]
}