CVE-2026-90473
Received Received - Intake

Integer Overflow in msgpack-java MessageUnpacker.skipValue

Vulnerability report for CVE-2026-90473, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-12

Last updated on: 2026-09-12

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-12
Last Modified
2026-09-12
Generated
2026-09-12
AI Q&A
2026-09-12
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
msgpack msgpack-java to 0.9.12 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an integer overflow vulnerability in msgpack-java versions up to 0.9.12. When processing MAP32 containers with large element counts (at or above 0x40000000), the parser cursor desynchronizes due to an overflow when doubling the count. This allows attacker-controlled data to replace later fields in the message.

Detection Guidance

To detect this vulnerability, inspect applications using msgpack-java versions up to 0.9.12. Check for MAP32 containers with element counts at or above 0x40000000. Use tools like dependency scanners to identify affected versions. Review logs for deserialization errors or parser misalignments.

Impact Analysis

Applications using MessageUnpacker to skip unknown fields may read unintended data, leading to potential data corruption or injection of malicious payloads. Systems like forward-compatible RPC frameworks, game servers, and IoT gateways are particularly affected.

Mitigation Strategies

Update msgpack-java to a patched version beyond 0.9.12. If updating is not possible, restrict input handling to trusted sources and validate MAP32 element counts. Monitor for parser desynchronization errors as potential exploitation attempts.

Chat Assistant

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

EPSS Chart