CVE-2026-55958

Out-of-bounds write in the Renesas TSIP TLS 1.3 transcript buffer. In tsip_StoreMessage() the capacity check guarding the fixed message bag (MSGBAG_SIZE) sets an error code but fails to return, so execution falls through to an XMEMCPY that writes past the end of the buffer once the accumulated TLS 1.3 handshake transcript exceeds MSGBAG_SIZE (8 KB), corrupting adjacent heap state and potentially causing a remote denial of service crash. The bag is sized to hold a normal handshake, so this is reached only by an unusually large but valid certificate chain, or by a malicious or man-in-the-middle server sending an oversized handshake message to a client that does not strictly verify the chain. This only affects builds using the Renesas TSIP TLS port (WOLFSSL_RENESAS_TSIP_TLS) as a TLS 1.3 client on Renesas MCUs with TSIP hardware enabled, and is rated High within those builds. All other configurations are unaffected.
Configurations

Configuration 1 (hide)

cpe:2.3:a:wolfssl:wolfssl:*:*:*:*:*:*:*:*

History

26 Jun 2026, 18:54

Type Values Removed Values Added
First Time Wolfssl wolfssl
Wolfssl
CPE cpe:2.3:a:wolfssl:wolfssl:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5
References () https://github.com/wolfSSL/wolfssl/pull/10705 - () https://github.com/wolfSSL/wolfssl/pull/10705 - Issue Tracking, Patch
References () https://www.wolfssl.com/docs/security-vulnerabilities/ - () https://www.wolfssl.com/docs/security-vulnerabilities/ - Vendor Advisory

25 Jun 2026, 20:22

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-25 20:17

Updated : 2026-06-26 18:54


NVD link : CVE-2026-55958

Mitre link : CVE-2026-55958

CVE.ORG link : CVE-2026-55958


JSON object : View

Products Affected

wolfssl

  • wolfssl
CWE
CWE-393

Return of Wrong Status Code

CWE-787

Out-of-bounds Write