Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-44375 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-789Memory Allocation with Excessive Size Value[email protected]

Affected Products

ProductVersions
AArnott Nerdbank.MessagePack
< 1.1.62 (semver)

CPE

  • cpe:2.3:a:messagepack:messagepack:*:*:*:*:*:c#:*:*
  • cpe:2.3:a:messagepack:messagepack:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 1.1.62moderate efforthttps://github.com/AArnott/Nerdbank.MessagePack/releases/tag/v1.1.62
  • Mitigation:low effort

    Avoid deserializing untrusted MessagePack payloads into type graphs that may contain DateTime fields or properties.

  • Mitigation:low effort

    Pre-validate MessagePack extension headers before deserialization and reject timestamp extensions whose length is not 4, 8, or 12 bytes.

  • Mitigation:low effort

    Reject or filter extension type -1 timestamp values from untrusted input unless they are known to be valid.

  • Mitigation:low effort

    Run deserialization of untrusted payloads in an isolated process that can be safely restarted after termination.

  • Mitigation:low effort

    Restrict MessagePack deserialization to trusted producers until a patched version is available.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-44375
NVD Published Date:
May 14, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-44375 Details - Not Deferred