LIVE · cybersecurity feed
Live wire
cve recordhigh

CVE-2026-48506

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, MessagePackReader.TrySkip() recursively descends into nested arrays and maps without incrementing the reader depth or calling the configured depth checks. This bypasses MessagePackSecurity.MaximumObjectGraphDepth, the library's documented protection against deeply nested object graphs. Many generated and dynamic formatters call reader.Skip() when they encounter unknown map keys, unknown array members, ignored fields, or data that should be skipped for forward compatibility. A deeply nested value in one of these skipped positions can therefore cause unbounded recursion and an uncatchable StackOverflowException.

References

← Back to the CVE Tracker

Our coverage of CVE-2026-48506

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