MessagePack for C# is a MessagePack serializer for C#. Prior to 2.5.301 and 3.1.7, MessagePack-CSharp's typeless deserialization includes MessagePackSerializerOptions.ThrowIfDeserializingTypeIsDisallowed(Type) as a safety check for dangerous types. The default implementation checks the outer type name, but it does not recursively inspect array element types or generic type arguments. As a result, a type that would be blocked directly can be wrapped inside an array or constructed generic type and pass the outer type check. The formatter machinery can then materialize formatters for the inner blocked type. This vulnerability is fixed in 2.5.301 and 3.1.7.
CVE-2026-48517
This high-severity CVE scores 7.5 under NVD CVSS v3. EPSS exploit probability: 0.2%, top 84% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EPSS
- 15.8%
- KEV
- Not listed
Published
June 22, 2026
Last Modified
June 25, 2026
Advisory Details (1)
Auto-updated Jun 23, 2026Typeless deserialization type restrictions do not recurse into arrays or generic arguments · Advisory · MessagePack-CSharp/MessagePack-CSharp · GitHub
https://github.com/MessagePack-CSharp/MessagePack-CSharp/security/advisories/GHSA-qhmf-xw27-6rqrVendor Advisories for CVE-2026-48517(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 20× in last 7d / 47× 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-07-07 09:13 UTCEG score recompute
- 2026-07-06 20:29 UTCEG score recompute
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 07:22 UTCEG score recompute
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 18:38 UTCEG score recompute
- 2026-07-05 05:54 UTCEG score recompute
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 17:10 UTCEG score recompute
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-04 04:24 UTCEG score recompute
- 2026-07-03 15:36 UTCEG score recompute
- 2026-07-03 02:51 UTCEG score recompute
- 2026-07-02 14:07 UTCEG score recompute
- 2026-07-02 01:24 UTCEG score recompute
- 2026-07-01 15:07 UTCEPSS rescore
- 2026-07-01 12:34 UTCEG score recompute
- 2026-06-30 23:51 UTCEG score recompute
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 11:07 UTCEG score recompute
- 2026-06-29 22:19 UTCEG score recompute
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 09:35 UTCEG score recompute
- 2026-06-28 20:50 UTCEG score recompute
Show 22 moreShow fewer
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 08:06 UTCEG score recompute
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-27 19:23 UTCEG score recompute
- 2026-06-27 06:39 UTCEG score recompute
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-26 17:53 UTCEG score recompute
- 2026-06-26 05:10 UTCEG score recompute
- 2026-06-25 17:48 UTCNVD updateCVSS v3 → 7.5 · severity → HIGH
- 2026-06-25 16:36 UTCMITRE cvelistV5CVSS v3 → 6.3 · severity → MEDIUM
- 2026-06-25 16:26 UTCEG score recompute
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-25 03:42 UTCEG score recompute
- 2026-06-24 14:58 UTCEG score recompute
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-24 02:15 UTCEG score recompute▲ 1.20
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-23 17:33 UTCNVD updateCVSS v3 → 7.5 · severity → HIGH
- 2026-06-23 00:03 UTCEG score recompute
- 2026-06-23 00:00 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-502
- CVE-2017-20208EG 9.8CRITICAL
- CVE-2017-20207EG 9.8CRITICAL
- CVE-2017-20206EG 9.8CRITICAL
- CVE-2017-20189EG 9.8CRITICAL
- CVE-2017-10992EG 9.8EPSS 95%CRITICAL
- CVE-2013-4521EG 9.8EPSS 90%CRITICAL
- CVE-2014-1860EG 9.8CRITICAL
- CVE-2016-1000027EG 9.8EPSS 98%CRITICAL
- CVE-2014-3699EG 9.8CRITICAL
- CVE-2017-18605EG 9.8CRITICAL
Frequently asked(5)
What is CVE-2026-48517?
When was CVE-2026-48517 disclosed?
Is CVE-2026-48517 actively exploited?
What is the CVSS score of CVE-2026-48517?
How do I remediate CVE-2026-48517?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-48517
Is Your Infrastructure Affected by CVE-2026-48517?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.