製品・ソフトウェアに関する情報
The Go Projectのcryptoにおける認証の欠如に関する脆弱性
Title The Go Projectのcryptoにおける認証の欠如に関する脆弱性
Summary

NewKeyring()によって返されるインメモリのキーリングは、ConfirmBeforeUse制約を持つキーを黙って受け入れていましたが、その制約を強制しませんでした。そのキーは確認プロンプトなしで署名を行い、制約が適用されていないことを呼び出し元に示しませんでした。現在、NewKeyring()はサポートされていない制約が要求された場合にエラーを返します。

Possible impacts ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアは停止しません。 
Solution

ベンダ情報を参照して適切な対策を実施してください。

Publication Date May 22, 2026, midnight
Registration Date June 3, 2026, 3:36 p.m.
Last Update June 3, 2026, 3:36 p.m.
CVSS3.0 : 緊急
Score 9.1
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Affected System
The Go Project
crypto 0.52.0 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年06月03日]
  掲載
June 3, 2026, 3:36 p.m.

NVD Vulnerability Information
CVE-2026-39833
Summary

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.

Publication Date May 22, 2026, 1:16 p.m.
Registration Date May 23, 2026, 4:08 a.m.
Last Update May 29, 2026, 12:04 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:golang:crypto:*:*:*:*:*:go:*:* 0.52.0
Related information, measures and tools
Common Vulnerabilities List