msgpack_unpacker_expand_buffer in src/unpack.c, reached through the public msgpack_unpacker_reserve_buffer API, computes its new buffer size using an unchecked size_t addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but the addition in the loop condition is unguarded, so a request near SIZE_MAX wraps: the loop condition is already satisfied, the allocation is performed at the small pre-wrap size, and the function returns true. The caller is told the requested capacity was reserved when it was not, so a subsequent write of the requested length overflows the heap buffer. The library's own example/lib_buffer_unpack.c demonstrates the reserve-then-write pattern, and its defensive assert comparing capacity against the request is compiled out under NDEBUG. msgpack-c's own decode entry points do not derive the reservation size from untrusted input, so reaching this requires an integration that passes an attacker-influenced length to the reservation API, such as a length-prefixed streaming transport.
CVE-2026-72854
Score 5.3 from GitHub Security Advisory published 2026-08-20. a secondary CVSS source baseline 5.3; sources differ by 0.0.
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 5.3
- EG Score
- 5.3(high)
- EG Risk
- 40(Track)EG Risk 40/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity53% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 2%
- KEV
- Not listed
Published
August 20, 2026
Last Modified
August 20, 2026
Advisory Details (6)
Auto-updated Aug 20, 2026msgpack-c Integer Overflow in msgpack_unpacker_expand_buffer Causes a False-Success Undersized Reservation | Advisories | VulnCheck
https://www.vulncheck.com/advisories/msgpack-c-integer-overflow-in-msgpack-unpacker-expand-buffer-causes-a-false-success-undersized-reservationGitHub - msgpack/msgpack-c: MessagePack implementation for C and C++ / msgpack.org[C/C++] · GitHub
https://github.com/msgpack/msgpack-cmsgpack-c/example/lib_buffer_unpack.c at c-7.0.1 · msgpack/msgpack-c · GitHub
https://github.com/msgpack/msgpack-c/blob/c-7.0.1/example/lib_buffer_unpack.cmsgpack-c/include/msgpack/unpack.h at c-7.0.1 · msgpack/msgpack-c · GitHub
https://github.com/msgpack/msgpack-c/blob/c-7.0.1/include/msgpack/unpack.h#L219-L223msgpack-c/src/unpack.c at c-7.0.1 · msgpack/msgpack-c · GitHub
https://github.com/msgpack/msgpack-c/blob/c-7.0.1/src/unpack.c#L429-L502Integer overflow in msgpack_unpacker_expand_buffer() causes false-success undersized reservation · Issue #1181 · msgpack/msgpack-c · GitHub
https://github.com/msgpack/msgpack-c/issues/1181Vendor Advisories for CVE-2026-72854(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(3 across 3 ecosystems)
Debian:12(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| msgpack-c | 4.0.0-3 ... 7.0.1-1 (12 versions) | — | — |
Debian:13(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| msgpack-c | 6.0.1-3, 6.1.0-1, 6.1.0-2, 7.0.1-1 | — | — |
Debian:14(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| msgpack-c | 6.0.1-3, 6.1.0-1, 6.1.0-2, 7.0.1-1 | — | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
All Vendor Advisories
(1)
Every vendor that published an advisory referencing this CVE — pulled from our cve_vendor_advisories aggregation. Click any row for the vendor's original advisory page.
Data Freshness Timeline
(refreshed 23× in last 7d / 85× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-19 20:29 UTCVendor advisory
- 2026-09-19 20:29 UTCGHSA enrichment
- 2026-09-18 21:39 UTCEG score recompute
- 2026-09-18 21:39 UTCVendor advisory
- 2026-09-18 21:39 UTCGHSA enrichment
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-17 21:19 UTCEG score recompute
- 2026-09-17 21:19 UTCVendor advisory
- 2026-09-17 21:19 UTCGHSA enrichment
- 2026-09-16 20:02 UTCEG score recompute
- 2026-09-16 20:02 UTCVendor advisory
- 2026-09-16 20:01 UTCGHSA enrichment
- 2026-09-16 14:08 UTCEPSS rescore
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-15 18:48 UTCEG score recompute
- 2026-09-15 18:48 UTCVendor advisory
- 2026-09-15 18:48 UTCGHSA enrichment
- 2026-09-15 03:12 UTCEPSS rescore
- 2026-09-14 19:58 UTCVendor advisory
- 2026-09-14 19:58 UTCGHSA enrichment
- 2026-09-13 21:08 UTCEG score recompute
- 2026-09-13 21:08 UTCVendor advisory
- 2026-09-13 21:08 UTCGHSA enrichment
- 2026-09-12 22:18 UTCEG score recompute
- 2026-09-12 22:18 UTCVendor advisory
Show 64 moreShow fewer
- 2026-09-12 22:18 UTCGHSA enrichment
- 2026-09-12 15:02 UTCEPSS rescore
- 2026-09-11 23:28 UTCEG score recompute
- 2026-09-11 23:28 UTCVendor advisory
- 2026-09-11 23:28 UTCGHSA enrichment
- 2026-09-11 14:53 UTCEPSS rescore
- 2026-09-11 00:18 UTCEG score recompute
- 2026-09-11 00:18 UTCGHSA enrichment
- 2026-09-10 09:35 UTCEPSS rescore
- 2026-09-10 00:49 UTCGHSA enrichment
- 2026-09-09 01:55 UTCEG score recompute
- 2026-09-09 01:55 UTCVendor advisory
- 2026-09-09 01:55 UTCGHSA enrichment
- 2026-09-08 22:01 UTCEPSS rescore
- 2026-09-07 21:27 UTCVendor advisory
- 2026-09-07 21:27 UTCGHSA enrichment
- 2026-09-06 22:37 UTCEG score recompute
- 2026-09-06 22:37 UTCGHSA enrichment
- 2026-09-06 13:48 UTCEPSS rescore
- 2026-09-05 23:48 UTCEG score recompute
- 2026-09-05 23:48 UTCGHSA enrichment
- 2026-09-05 00:58 UTCEG score recompute
- 2026-09-05 00:58 UTCGHSA enrichment
- 2026-09-04 02:04 UTCGHSA enrichment
- 2026-09-03 03:13 UTCGHSA enrichment
- 2026-09-02 04:20 UTCEG score recompute
- 2026-09-02 04:20 UTCGHSA enrichment
- 2026-09-01 13:54 UTCEPSS rescore
- 2026-09-01 05:30 UTCEG score recompute
- 2026-09-01 05:30 UTCGHSA enrichment
- 2026-09-01 04:40 UTCEPSS rescore
- 2026-09-01 04:40 UTCEPSS rescore
- 2026-08-31 06:33 UTCEG score recompute
- 2026-08-31 06:33 UTCGHSA enrichment
- 2026-08-30 19:18 UTCEPSS rescore
- 2026-08-30 19:17 UTCEPSS rescore
- 2026-08-30 07:44 UTCGHSA enrichment
- 2026-08-29 08:54 UTCEG score recompute
- 2026-08-29 08:54 UTCGHSA enrichment
- 2026-08-28 21:42 UTCEPSS rescore
- 2026-08-28 10:04 UTCEG score recompute
- 2026-08-28 10:04 UTCGHSA enrichment
- 2026-08-27 14:25 UTCEPSS rescore
- 2026-08-27 11:14 UTCEG score recompute
- 2026-08-27 11:14 UTCGHSA enrichment
- 2026-08-26 14:47 UTCEPSS rescore
- 2026-08-26 12:24 UTCEG score recompute
- 2026-08-26 12:24 UTCGHSA enrichment
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-25 13:28 UTCGHSA enrichment
- 2026-08-24 14:39 UTCEG score recompute
- 2026-08-24 14:39 UTCGHSA enrichment
- 2026-08-23 15:47 UTCEG score recompute
- 2026-08-23 15:47 UTCGHSA enrichment
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 16:58 UTCEG score recompute
- 2026-08-22 16:58 UTCGHSA enrichment
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 18:08 UTCEG score recompute
- 2026-08-21 18:08 UTCGHSA enrichment
- 2026-08-20 19:18 UTCEG score recompute
- 2026-08-20 19:12 UTCEG score recompute
- 2026-08-20 18:32 UTCEG score recompute
- 2026-08-20 18:31 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-190 · CWE-787
Frequently asked(5)
What is CVE-2026-72854?
When was CVE-2026-72854 disclosed?
Is CVE-2026-72854 actively exploited?
What is the CVSS score of CVE-2026-72854?
How do I remediate CVE-2026-72854?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-72854
Is Your Infrastructure Affected by CVE-2026-72854?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.