GO-2022-0980

Source
https://pkg.go.dev/vuln/GO-2022-0980
Import Source
https://vuln.go.dev/ID/GO-2022-0980.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2022-0980
Aliases
Published
2022-09-21T15:10:27Z
Modified
2024-05-20T16:03:47Z
Summary
Exposure of Vault secrets via error messages in github.com/hashicorp/consul-template
Details

The text of errors returned by Template.Execute can contain Vault secrets, potentially revealing these secrets in logs or error reports.

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

Affected packages

Go / github.com/hashicorp/consul-template

Package

Name
github.com/hashicorp/consul-template
View open source insights on deps.dev
Purl
pkg:golang/github.com/hashicorp/consul-template

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.27.3
Introduced
0.28.0
Fixed
0.28.3
Introduced
0.29.0
Fixed
0.29.2

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/hashicorp/consul-template/template",
            "symbols": [
                "Template.Execute"
            ]
        }
    ]
}