CRITICAL 9.1
GHSA-jppx-rxg9-jmrx
golang.org/x/crypto doesn't enforce invoking key constraints
Quick fix
GHSA-jppx-rxg9-jmrx — golang.org/x/crypto: upgrade to the fixed version with the command below.
go get golang.org/x/crypto@v0.52.0 Details
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.
Are you affected?
Enter the version of the package you're using.
Affected packages
References
- https://nvd.nist.gov/vuln/detail/CVE-2026-39833 [ADVISORY]
- https://cs.opensource.google/go/x/crypto [PACKAGE]
- https://go.dev/cl/778640 [WEB]
- https://go.dev/cl/778641 [WEB]
- https://go.dev/issue/79436 [WEB]
- https://groups.google.com/g/golang-announce/c/a082jnz-LvI [WEB]
- https://pkg.go.dev/vuln/GO-2026-5005 [WEB]