LIVE · cybersecurity feed
Live wire
cve recordhigh

CVE-2026-48512

messagepack · messagepack

Published
CVSS7.5
Severityhigh
WeaknessCWE-674
ExploitedNot in CISA KEV

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Description

MessagePack for C# is a MessagePack serializer for C#. Prior to 2.5.301 and 3.1.7, MessagePack-CSharp's JSON conversion helpers contain multiple recursion paths that do not consistently enforce a depth limit. These paths are in the JSON conversion component rather than normal typed MessagePack deserialization. MessagePackSerializer.ConvertFromJson recursively processes nested JSON arrays and objects in FromJsonCore() without consulting MessagePackSecurity.MaximumObjectGraphDepth. TinyJsonReader.ReadNextToken() recursively consumes comma and colon separator characters, allowing even malformed JSON with long separator runs to consume one stack frame per character. MessagePackSerializer.Convert

References

← Back to the CVE Tracker

Our coverage of CVE-2026-48512

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-48512.