CVE-2026-55958
Undergoing Analysis
Undergoing Analysis - In Progress
Out-of-Bounds Write in Renesas TSIP TLS 1.3 Client
Publication date: 2026-06-25
Last updated on: 2026-06-25
Assigner: wolfSSL Inc.
Description
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| renesas | tsip | From 1.3 (inc) |
| wolfssl | wolfssl | From 1.3 (inc) |
| wolfssl | wolfssl | 5.9.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-393 | A function or operation returns an incorrect return value or status code that does not indicate the true result of execution, causing the product to modify its behavior based on the incorrect result. |
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |