GO-2021-0064

See a problem?
Source
https://pkg.go.dev/vuln/GO-2021-0064
Import Source
https://vuln.go.dev/ID/GO-2021-0064.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2021-0064
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-09-11T06:13:09.404252Z
Summary
Unauthorized credential disclosure via debug logs in k8s.io/kubernetes and k8s.io/client-go
Details

Authorization tokens may be inappropriately logged if the verbosity level is set to a debug level. This is due to an incomplete fix for CVE-2019-11250.

References
Credits
    • @sfowl

Affected packages

Go / k8s.io/client-go

Package

Name
k8s.io/client-go
View open source insights on deps.dev
Purl
pkg:golang/k8s.io/client-go

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.20.0-alpha.2

Ecosystem specific

{
    "imports": [
        {
            "path": "k8s.io/client-go/transport",
            "symbols": [
                "basicAuthRoundTripper.RoundTrip",
                "bearerAuthRoundTripper.RoundTrip",
                "debuggingRoundTripper.RoundTrip",
                "impersonatingRoundTripper.RoundTrip",
                "requestInfo.toCurl",
                "userAgentRoundTripper.RoundTrip"
            ]
        }
    ]
}