CVE-2026-35199

SymCrypt is the core cryptographic function library currently used by Windows. From 103.5.0 to before 103.11.0, The SymCryptXmssSign function passes a 64-bit leaf count value to a helper function that accepts a 32-bit parameter. For XMSS^MT parameter sets with total tree height >= 32 (which includes standard predefined parameters), this causes silent truncation to zero, resulting in a drastically undersized scratch buffer allocation followed by a heap buffer overflow during signature computation. Exploiting this issue would require an application using SymCrypt to perform an XMSS^MT signature using an attacker-controlled parameter set. It is uncommon for applications to allow the use of attacker-controlled parameter sets for signing, since signing is a private key operation, and private keys must be trusted by definition. Additionally, XMSS(^MT) signing should only be performed in a Hardware Security Module (HSM). XMSS(^MT) signing is provided in SymCrypt only for testing purposes. This is a general rule irrespective of this CVE; XMSS(^MT) and other stateful signature schemes are only cryptographically secure when it is guaranteed that the same state cannot be reused for two different signatures, which cannot be guaranteed by software alone. For this reason, XMSS(^MT) signing is also not FIPS approved when performed outside of an HSM. Fixed in version 103.11.0.
Configurations

Configuration 1 (hide)

cpe:2.3:a:microsoft:symcrypt:*:*:*:*:*:*:*:*

History

16 Apr 2026, 04:16

Type Values Removed Values Added
First Time Microsoft symcrypt
Microsoft
CPE cpe:2.3:a:microsoft:symcrypt:*:*:*:*:*:*:*:*
References () https://github.com/microsoft/SymCrypt/security/advisories/GHSA-rvj8-8h6x-hjmg - () https://github.com/microsoft/SymCrypt/security/advisories/GHSA-rvj8-8h6x-hjmg - Vendor Advisory

06 Apr 2026, 20:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-06 20:16

Updated : 2026-04-16 04:16


NVD link : CVE-2026-35199

Mitre link : CVE-2026-35199

CVE.ORG link : CVE-2026-35199


JSON object : View

Products Affected

microsoft

  • symcrypt
CWE
CWE-122

Heap-based Buffer Overflow