Description
msgpack-java through 0.9.12 contains an integer overflow vulnerability in MessageUnpacker.skipValue() when processing MAP32 containers with large element counts. Attackers can supply a MAP32 element count at or above 0x40000000 that wraps when doubled, causing the parser cursor to desynchronize and attacker-controlled data to be returned in place of later fields.
Published: 2026-09-12
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Deserialization Data Corruption
Action: Patch Immediately
AI Analysis

Impact

msgpack-java suffers an integer overflow in MessageUnpacker.skipValue() when it processes MAP32 containers whose element count is at or above 0x40000000. The overflow occurs when the count is doubled, causing the parser cursor to become desynchronized. As a result, attacker‑controlled data can be returned in place of legitimate fields, leading to data corruption or unintended data exposure.

Affected Systems

The vulnerability affects all versions of MessagePack for Java up to and including 0.9.12, sold under the msgpack:msgpack-java vendor identifier. Any application that deserializes data using this library without a newer fixed release is impacted.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and no EPSS score is currently available. This vulnerability is not listed in the CISA KEV catalog. The likely attack vector is remote: an attacker can supply a crafted MAP32 container over a network or any other input channel that the application unpacks. If exploited, the attacker can cause deserialized objects to contain malicious or malformed data, potentially leading to further logical or security errors in the consuming application.

Generated by OpenCVE AI on September 13, 2026 at 02:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade msgpack-java to version 0.9.13 or later to apply the integer‑overflow fix.
  • If upgrading is not immediately possible, implement a pre‑deserialization check that rejects MAP32 containers with element counts of 0x40000000 or higher before passing data to MessageUnpacker.
  • Ensure all data passed to MessageUnpacker is validated or sanitized, and that error handling for malformed input prevents corrupted data from being used in the application flow.

Generated by OpenCVE AI on September 13, 2026 at 02:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 11:15:00 +0000

Type Values Removed Values Added
Description msgpack-java through 0.9.12 contains an integer overflow vulnerability in MessageUnpacker.skipValue() when processing MAP32 containers with large element counts. Attackers can supply a MAP32 element count at or above 0x40000000 that wraps when doubled, causing the parser cursor to desynchronize and attacker-controlled data to be returned in place of later fields.
Title msgpack-java through 0.9.12 Integer Overflow via MAP32
First Time appeared Msgpack
Msgpack messagepack
Weaknesses CWE-190
CPEs cpe:2.3:a:msgpack:messagepack:*:*:*:*:*:java:*:*
Vendors & Products Msgpack
Msgpack messagepack
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Msgpack Messagepack
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-12T11:06:12.224Z

Reserved: 2026-09-12T02:03:27.571Z

Link: CVE-2026-90473

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-12T11:16:34.347

Modified: 2026-09-12T11:16:34.347

Link: CVE-2026-90473

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T02:15:17Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound