Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Enoch Chow

#41470of 53,632
6.5Total CVSS
Vulnerabilities · 1
PT-2026-31828
6.5
2026-04-09
Wolfssl · Wolfssl · CVE-2026-5460
**Name of the Vulnerable Software and Affected Versions** wolfSSL (affected versions not specified) **Description** A heap use-after-free issue exists in wolfSSL's TLS 1.3 post-quantum cryptography (PQC) hybrid KeyShare processing. Specifically, within the `TLSX KeyShare ProcessPqcHybridClient()` function in src/tls.c, an error handling path incorrectly frees a KyberKey object. Subsequently, the `TLSX KeyShare FreeAll()` function attempts to zero out the already-freed KyberKey using `ForceZero()`, leading to a write to freed heap memory. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.