製品・ソフトウェアに関する情報
wolfSSL Inc.のwolfSSLにおける解放済みメモリの使用に関する脆弱性
Title wolfSSL Inc.のwolfSSLにおける解放済みメモリの使用に関する脆弱性
Summary

wolfSSLのTLS 1.3ポスト量子暗号(PQC)ハイブリッドKeyShare処理に、ヒープの使用後解放(use-after-free)脆弱性が存在します。src/tls.cのTLSX_KeyShare_ProcessPqcHybridClient()のエラー処理パスにおいて、内部関数TLSX_KeyShare_ProcessPqcClient_ex()がエラー発生時にKyberKeyオブジェクトを解放します。呼び出し元は続いてTLSX_KeyShare_FreeAll()を呼び出し、既に解放されたKyberKeyに対してForceZero()を実行しようとします。そのため、解放済みヒープメモリ上にゼロバイトを書き込む状況が発生します。

Possible impacts 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 さらに、当該ソフトウェアの一部が停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

Publication Date April 10, 2026, midnight
Registration Date April 30, 2026, 10:58 a.m.
Last Update April 30, 2026, 10:58 a.m.
CVSS3.0 : 警告
Score 6.5
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Affected System
wolfSSL Inc.
wolfSSL 5.9.1 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年04月30日]
  掲載
April 30, 2026, 10:58 a.m.

NVD Vulnerability Information
CVE-2026-5460
Summary

A heap use-after-free exists in wolfSSL's TLS 1.3 post-quantum cryptography (PQC) hybrid KeyShare processing. In the error handling path of TLSX_KeyShare_ProcessPqcHybridClient() in src/tls.c, the inner function TLSX_KeyShare_ProcessPqcClient_ex() frees a KyberKey object upon encountering an error. The caller then invokes TLSX_KeyShare_FreeAll(), which attempts to call ForceZero() on the already-freed KyberKey, resulting in writes of zero bytes over freed heap memory.

Publication Date April 10, 2026, 9:16 a.m.
Registration Date April 15, 2026, 11:35 a.m.
Last Update April 14, 2026, 12:02 a.m.
Related information, measures and tools
Common Vulnerabilities List