Approved changes feed: RSS · Atom

cpe:2.3:a:msgpack:messagepack:0.9.10:*:*:*:*:java:*:*

part: a version: 0.9.10 update: *

VendorMsgpack (98df2d88-8a0c-5639-acc3-a3bfd250039f)
ProductMessagepack (67d6019c-7ca7-524e-8007-e9d4cb34419a)
Edition*
Language*
Software edition*
Target softwarejava
Target hardware*
Other*
NotesImported from NVD CPE 2.0 feed

PURL mappings

PURLSourceLast updated
pkg:gem/msgpack purl2cpe 2026-06-01 10:18:11.923591
pkg:github/msgpack/msgpack-java purl2cpe 2026-06-01 10:18:11.923594
pkg:github/msgpack/msgpack-javascript purl2cpe 2026-06-01 10:18:11.923598
pkg:github/msgpack/msgpack-perl purl2cpe 2026-06-01 10:18:11.923601
pkg:github/msgpack/msgpack-ruby purl2cpe 2026-06-01 10:18:11.923604
pkg:maven/org.msgpack/msgpack purl2cpe 2026-06-01 10:18:11.923607
pkg:npm/@msgpack/msgpack purl2cpe 2026-06-01 10:18:11.923611
pkg:pypi/msgpack purl2cpe 2026-06-01 10:18:11.923614
pkg:rpm/fedora/msgpack purl2cpe 2026-06-01 10:18:11.923617

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-21452 vulnerable 2026-06-08 07:49:16.403776 MessagePack-Java Vulnerable to Remote Denial of Service via Malicious .msgpack Model File Triggering Unbounded EXT Payload Allocation
HIGH (7.5)
MessagePack for Java is a serializer implementation for Java. A denial-of-service vulnerability exists in versions prior to 0.9.11 when deserializing .msgpack files containing EXT32 objects with attacker-controlled payload lengths. While MessagePack-Java parses extension headers lazily, it later trusts the declared EXT payload length when materializing the extension data. When ExtensionValue.getData() is invoked, the library attempts to allocate a byte array of the declared length without enforcing any upper bound. A malicious .msgpack file of only a few bytes can therefore trigger unbounded heap allocation, resulting in JVM heap exhaustion, process termination, or service unavailability. This vulnerability is triggered during model loading / deserialization, making it a model format vulnerability suitable for remote exploitation. The vulnerability enables a remote denial-of-service attack against applications that deserialize untrusted .msgpack model files using MessagePack for Java. A specially crafted but syntactically valid .msgpack file containing an EXT32 object with an attacker-controlled, excessively large payload length can trigger unbounded memory allocation during deserialization. When the model file is loaded, the library trusts the declared length metadata and attempts to allocate a byte array of that size, leading to rapid heap exhaustion, excessive garbage collection, or immediate JVM termination with an OutOfMemoryError. The attack requires no malformed bytes, user interaction, or elevated privileges and can be exploited remotely in real-world environments such as model registries, inference services, CI/CD pipelines, and cloud-based model hosting platforms that accept or fetch .msgpack artifacts. Because the malicious file is extremely small yet valid, it can bypass basic validation and scanning mechanisms, resulting in complete service unavailability and potential cascading failures in production systems. Version 0.9.11 fixes the vulnerability.
Published: 2026-01-02T20:47:44.874Z
Updated: 2026-01-02T21:22:01.956Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.