GHSA-c653-6hhg-9x92 · Severity: medium · Ecosystem: go — go-ipld-prime/codec/json may panic if asked to encode bytes
go-ipld-prime is an implementation of the InterPlanetary Linked Data (IPLD) spec interfaces, a batteries-included codec implementations of IPLD for CBOR and JSON, and tooling for basic operations on IPLD objects. Encoding data which contains a Bytes kind Node will pass a Bytes token to the JSON encoder which will panic as it doesn't expect to receive Bytes tokens. Such an encode should be treated as an error, as plain JSON should not be able to encode Bytes. This only impacts uses of the `json` codec. `dag-json` is not impacted. Use of `json` as a decoder is not impacted. This issue is fixed in v0.19.0. As a workaround, one may prefer the `dag-json` codec, which has the ability to encode bytes.
Conclusion & alert: CVE-2023-22460 is rated Moderate Risk (50.7/100): CVSS High severity, with medium exploitation likelihood (EPSS 0.39%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-02-16 | 0.48% | 0.39% | -0.09% |
| 2 | 2026-01-07 | 0.10% | 0.48% | +0.37% |
| 3 | 2025-11-21 | — | 0.10% | — |
Full EPSS history (11 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-c653-6hhg-9x92 · Severity: medium · Ecosystem: go — go-ipld-prime/codec/json may panic if asked to encode bytes
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| protocol | go-ipld-prime | < 0.19.0 | cpe:2.3:a:protocol:go-ipld-prime:*:*:*:*:*:go:*:* |
| URL | Tags |
|---|---|
| https://github.com/ipld/go-ipld-prime/pull/472 | Patch Third Party Advisory |
| https://github.com/ipld/go-ipld-prime/releases/tag/v0.19.0 | Release Notes Third Party Advisory |
| https://github.com/ipld/go-ipld-prime/security/advisories/GHSA-c653-6hhg-9x92 | Third Party Advisory |