GO-2022-0220

Source
https://pkg.go.dev/vuln/GO-2022-0220
Import Source
https://vuln.go.dev/ID/GO-2022-0220.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2022-0220
Aliases
Published
2022-05-25T18:01:46Z
Modified
2024-05-20T16:03:47Z
Summary
DLL injection on Windows in runtime and syscall
Details

Go on Windows misused certain LoadLibrary functionality, leading to DLL injection.

Database specific
{
    "url": "https://pkg.go.dev/vuln/GO-2022-0220",
    "review_status": "REVIEWED"
}
References
Credits
    • Samuel Cochran
    • Jason Donenfeld

Affected packages

Go / stdlib

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.11.10
Introduced
1.12.0-0
Fixed
1.12.2

Ecosystem specific

{
    "imports": [
        {
            "path": "runtime",
            "goos": [
                "windows"
            ]
        },
        {
            "path": "syscall",
            "symbols": [
                "LoadDLL"
            ],
            "goos": [
                "windows"
            ]
        }
    ]
}