CVE-2022-23495
CVSS V2 None
CVSS V3 None
Description
go-merkledag implements the 'DAGService' interface and adds two ipld node types, Protobuf and Raw for the ipfs project. A `ProtoNode` may be modified in such a way as to cause various encode errors which will trigger a panic on common method calls that don't allow for error returns. A `ProtoNode` should only be able to encode to valid DAG-PB, attempting to encode invalid DAG-PB forms will result in an error from the codec. Manipulation of an existing (newly created or decoded) `ProtoNode` using the modifier methods did not account for certain states that would place the `ProtoNode` into an unencodeable form. Due to conformance with the [`github.com/ipfs/go-block-format#Block`](https://pkg.go.dev/github.com/ipfs/go-block-format#Block) and [`github.com/ipfs/go-ipld-format#Node`](https://pkg.go.dev/github.com/ipfs/go-ipld-format#Node) interfaces, certain methods, which internally require a re-encode if state has changed, will panic due to the inability to return an error. This issue has been addressed across a number of pull requests. Users are advised to upgrade to version 0.8.1 for a complete set of fixes. Users unable to upgrade may attempt to mitigate this issue by sanitising inputs when allowing user-input to set a new `CidBuilder` on a `ProtoNode` and by sanitising `Tsize` (`Link#Size`) values such that they are a reasonable byte-size for sub-DAGs where derived from user-input.
Overview
- CVE ID
- CVE-2022-23495
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2022-12-08T22:15:10
- Last Modified Date
- 2022-12-12T17:46:25
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:protocol:go-merkledag:*:*:*:*:*:*:*:* | 1 | OR | 0.4.0 | 0.8.1 |
References
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2022-23495 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23495 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-12-08 23:16:23 | Added to TrackCVE | |||
2022-12-12 12:24:14 | 2022-12-08T22:15:10.233 | 2022-12-08T22:15:10 | CVE Published Date | updated |
2022-12-12 12:24:14 | 2022-12-08T22:30:17 | CVE Modified Date | updated | |
2022-12-12 12:24:14 | Awaiting Analysis | Undergoing Analysis | Vulnerability Status | updated |
2022-12-12 18:17:44 | 2022-12-12T17:46:25 | CVE Modified Date | updated | |
2022-12-12 18:17:44 | Undergoing Analysis | Analyzed | Vulnerability Status | updated |
2022-12-12 18:17:45 | CWE-252 | Weakness Enumeration | updated | |
2022-12-12 18:17:46 | CPE Information | updated |