CVE-2026-48510
Received Received - Intake
MessagePack-CSharp LZ4 Deserialization Buffer Overflow

Publication date: 2026-06-22

Last updated on: 2026-06-22

Assigner: GitHub, Inc.

Description
MessagePack for C# is a MessagePack serializer for C#. Prior to 2.5.301 and 3.1.7, when MessagePack-CSharp decompresses Lz4Block or Lz4BlockArray payloads, it reads declared uncompressed lengths from the wire and allocates output buffers based on those lengths before validating that the compressed data is valid or that the declared expansion is reasonable. A small payload can claim a very large uncompressed length and force a large allocation before LZ4 decoding begins. This vulnerability is fixed in 2.5.301 and 3.1.7.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-22
Last Modified
2026-06-22
Generated
2026-06-23
AI Q&A
2026-06-23
EPSS Evaluated
N/A
NVD
Affected Vendors & Products
Showing 4 associated CPEs
Vendor Product Version / Range
neuecc messagepack-csharp 2.5.301
neuecc messagepack-csharp 3.1.7
neuecc messagepack-csharp to 2.5.301 (exc)
neuecc messagepack-csharp to 3.1.7 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.
CWE-409 The product does not handle or incorrectly handles a compressed input with a very high compression ratio that produces a large output.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in MessagePack for C#, a serializer for C#. Before versions 2.5.301 and 3.1.7, when decompressing Lz4Block or Lz4BlockArray payloads, the software reads the declared uncompressed length from the data stream and allocates memory buffers based on that length without first validating the compressed data or checking if the declared size is reasonable.

An attacker can exploit this by sending a small compressed payload that falsely claims a very large uncompressed size, causing the program to allocate a large amount of memory unnecessarily before decompression begins.

Impact Analysis

The vulnerability can lead to excessive memory allocation, which may cause denial of service (DoS) conditions by exhausting system memory resources.

This can degrade system performance or cause the application to crash, potentially disrupting services that rely on MessagePack for C#.

Mitigation Strategies

To mitigate this vulnerability, update MessagePack for C# to version 2.5.301 or later, or 3.1.7 or later, where the issue has been fixed.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-48510. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart