SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-54522

MEDIUM · CVSS 5.4 EPSS 0.16% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-30 · Last synced 2026-08-29

CyberRota Analysis

AI-Generated

MessagePack for Ruby versions prior to 1.8.2 contain a vulnerability in the Buffer#clear method that can lead to data disclosure or corruption due to stale memory references after buffer operations. This flaw allows for potential cross-buffer data aliasing, which could be exploited by applications using this library. Developers and organizations utilizing MessagePack for Ruby should prioritize upgrading to version 1.8.2 or later to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54522
Severity
MEDIUM
CVSS
5.4
EPSS
0.16%

Original NVD Description

MessagePack for Ruby is an implementation of the MessagePack binary serialization format. Prior to 1.8.2, MessagePack::Buffer#clear in ext/msgpack/buffer.c leaves rmem_last, rmem_end, and rmem_owner stale after _msgpack_buffer_shift_chunk returns an rmem page to the shared pool, allowing a subsequent Buffer#write and a second MessagePack::Buffer to alias the page and disclose or corrupt cross-buffer data. This issue is fixed in version 1.8.2.

Related CVEs

Other vulnerabilities affecting the same vendor(s)