CVE-2023-22460
CVSS V2 None
CVSS V3 None
Description
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.
Overview
- CVE ID
- CVE-2023-22460
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2023-01-04T15:15:09
- Last Modified Date
- 2023-01-10T19:29:16
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:protocol:go-ipld-prime:*:*:*:*:*:go:*:* | 1 | OR | 0.19.0 |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2023-22460 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-22460 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2023-01-04 16:17:17 | Added to TrackCVE | |||
2023-01-04 16:17:18 | Weakness Enumeration | new | ||
2023-01-09 17:16:53 | Awaiting Analysis | Undergoing Analysis | Vulnerability Status | updated |
2023-01-10 20:25:53 | 2023-01-10T19:29:16 | CVE Modified Date | updated | |
2023-01-10 20:25:53 | Undergoing Analysis | Analyzed | Vulnerability Status | updated |
2023-01-10 20:25:56 | CPE Information | updated |