CVE-2026-5460
Severity CVSS v4.0:
MEDIUM
Type:
CWE-416
Use After Free
Publication date:
10/04/2026
Last modified:
10/04/2026
Description
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.
Impact
Base Score 4.0
6.30
Severity 4.0
MEDIUM



