CVE-2026-57585 PUBLISHED

MessagePack: Out-of-bounds read/crash on Unpacker reuse after caught error

Assigner: GitHub_M
Reserved: 24.06.2026 Published: 30.06.2026 Updated: 01.07.2026

MessagePack is the serializer implementation for Python msgpack.org. Prior to 1.2.1, there is an Out-of-bounds read/crash on Unpacker reuse after a caught error, potentially leading to a DoS attack. If the Unpacker is used repeatedly after an error occurs, the process may crash with a SEGV. This issue has been fixed in version 1.2.1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 7.5

Product Status

Vendor msgpack
Product msgpack-python
Versions
  • Version < 1.2.1 is affected

References

Problem Types

  • CWE-416: Use After Free CWE