mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
126 lines
5.6 KiB
JSON
126 lines
5.6 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2022-23495",
|
|
"ASSIGNER": "security-advisories@github.com",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "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."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-755: Improper Handling of Exceptional Conditions",
|
|
"cweId": "CWE-755"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "ipfs",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "go-merkledag",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_value": ">= 0.4.0, < 0.8.1",
|
|
"version_affected": "="
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://github.com/ipfs/go-merkledag/security/advisories/GHSA-x39j-h85h-3f46",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/ipfs/go-merkledag/security/advisories/GHSA-x39j-h85h-3f46"
|
|
},
|
|
{
|
|
"url": "https://github.com/ipfs/go-merkledag/issues/90",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/ipfs/go-merkledag/issues/90"
|
|
},
|
|
{
|
|
"url": "https://github.com/ipfs/kubo/issues/9297",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/ipfs/kubo/issues/9297"
|
|
},
|
|
{
|
|
"url": "https://github.com/ipfs/go-merkledag/pull/91",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/ipfs/go-merkledag/pull/91"
|
|
},
|
|
{
|
|
"url": "https://github.com/ipfs/go-merkledag/pull/92",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/ipfs/go-merkledag/pull/92"
|
|
},
|
|
{
|
|
"url": "https://github.com/ipfs/go-merkledag/pull/93",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/ipfs/go-merkledag/pull/93"
|
|
},
|
|
{
|
|
"url": "https://en.wikipedia.org/wiki/Directed_acyclic_graph",
|
|
"refsource": "MISC",
|
|
"name": "https://en.wikipedia.org/wiki/Directed_acyclic_graph"
|
|
},
|
|
{
|
|
"url": "https://github.com/ipfs/go-merkledag/releases/tag/v0.8.0",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/ipfs/go-merkledag/releases/tag/v0.8.0"
|
|
},
|
|
{
|
|
"url": "https://github.com/ipfs/go-merkledag/releases/tag/v0.8.1",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/ipfs/go-merkledag/releases/tag/v0.8.1"
|
|
}
|
|
]
|
|
},
|
|
"source": {
|
|
"advisory": "GHSA-x39j-h85h-3f46",
|
|
"discovery": "UNKNOWN"
|
|
},
|
|
"impact": {
|
|
"cvss": [
|
|
{
|
|
"attackComplexity": "LOW",
|
|
"attackVector": "NETWORK",
|
|
"availabilityImpact": "HIGH",
|
|
"baseScore": 7.5,
|
|
"baseSeverity": "HIGH",
|
|
"confidentialityImpact": "NONE",
|
|
"integrityImpact": "NONE",
|
|
"privilegesRequired": "NONE",
|
|
"scope": "UNCHANGED",
|
|
"userInteraction": "NONE",
|
|
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
|
|
"version": "3.1"
|
|
}
|
|
]
|
|
}
|
|
} |