Vulnerability Description
Nerdbank.MessagePack is a NativeAOT-compatible MessagePack serialization library. Prior to 1.1.62, Nerdbank.MessagePack contains an uncontrolled stack allocation vulnerability in DateTime decoding. A malicious MessagePack payload can declare an oversized timestamp extension length, causing the reader to allocate an attacker-controlled number of bytes on the stack. This can trigger a StackOverflowException, which is not catchable by user code and terminates the process. This vulnerability is fixed in 1.1.62.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/AArnott/Nerdbank.MessagePack/commit/7d1eb319cfabe7280e7069994
- https://github.com/AArnott/Nerdbank.MessagePack/pull/941
- https://github.com/AArnott/Nerdbank.MessagePack/releases/tag/v1.1.62
- https://github.com/AArnott/Nerdbank.MessagePack/security/advisories/GHSA-2cwq-pw
FAQ
What is CVE-2026-44375?
CVE-2026-44375 is a vulnerability with a CVSS score of 7.5 (HIGH). Nerdbank.MessagePack is a NativeAOT-compatible MessagePack serialization library. Prior to 1.1.62, Nerdbank.MessagePack contains an uncontrolled stack allocation vulnerability in DateTime decoding. A ...
How severe is CVE-2026-44375?
CVE-2026-44375 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-44375?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.