The in-memory keyring returned by NewKeyring() silently accepted keys with the ConfirmBeforeUse constraint but never enforced it. The key would sign without any confirmation prompt, with no indication to the caller that the constraint was not in effect. NewKeyring() now returns an error when unsupported constraints are requested.
References
| Link | Resource |
|---|---|
| https://go.dev/cl/778642 | |
| https://go.dev/issue/79436 | Issue Tracking |
| https://groups.google.com/g/golang-announce/c/a082jnz-LvI | Mailing List |
| https://pkg.go.dev/vuln/GO-2026-5005 | Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-05-22 04:16
Updated : 2026-08-11 22:17
NVD link : CVE-2026-39833
Mitre link : CVE-2026-39833
CVE.ORG link : CVE-2026-39833
JSON object : View
Products Affected
golang
- crypto
CWE
CWE-862
Missing Authorization
