Security Advisory

CVE-2026-5503

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-04-09 22:35:39
Last updated 2026-04-10 17:58:51
Assigner wolfSSL
CVSS score 6.9
State PUBLISHED

Description

In TLSX_EchChangeSNI, the ctx->extensions branch set extensions unconditionally even when TLSX_Find returned NULL. This caused TLSX_UseSNI to attach the attacker-controlled publicName to the shared WOLFSSL_CTX when no inner SNI was configured. TLSX_EchRestoreSNI then failed to clean it up because its removal was gated on serverNameX != NULL. The inner ClientHello was sized before the pollution but written after it, causing TLSX_SNI_Write to memcpy 255 bytes past the allocation boundary.