Vulnerability 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Protocol | Go-Merkledag | >= 0.4.0, < 0.8.1 |
Related Weaknesses (CWE)
References
- https://en.wikipedia.org/wiki/Directed_acyclic_graphTechnical DescriptionThird Party Advisory
- https://github.com/ipfs/go-merkledag/issues/90PatchThird Party Advisory
- https://github.com/ipfs/go-merkledag/pull/91PatchThird Party Advisory
- https://github.com/ipfs/go-merkledag/pull/92PatchThird Party Advisory
- https://github.com/ipfs/go-merkledag/pull/93PatchThird Party Advisory
- https://github.com/ipfs/go-merkledag/releases/tag/v0.8.0Release NotesThird Party Advisory
- https://github.com/ipfs/go-merkledag/releases/tag/v0.8.1Release NotesThird Party Advisory
- https://github.com/ipfs/go-merkledag/security/advisories/GHSA-x39j-h85h-3f46Third Party Advisory
- https://github.com/ipfs/kubo/issues/9297PatchThird Party Advisory
- https://en.wikipedia.org/wiki/Directed_acyclic_graphTechnical DescriptionThird Party Advisory
- https://github.com/ipfs/go-merkledag/issues/90PatchThird Party Advisory
- https://github.com/ipfs/go-merkledag/pull/91PatchThird Party Advisory
- https://github.com/ipfs/go-merkledag/pull/92PatchThird Party Advisory
- https://github.com/ipfs/go-merkledag/pull/93PatchThird Party Advisory
- https://github.com/ipfs/go-merkledag/releases/tag/v0.8.0Release NotesThird Party Advisory
FAQ
What is CVE-2022-23495?
CVE-2022-23495 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 wh...
How severe is CVE-2022-23495?
CVE-2022-23495 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-23495?
Check the references section above for vendor advisories and patch information. Affected products include: Protocol Go-Merkledag.