cvelist/2020/11xxx/CVE-2020-11090.json

93 lines
3.2 KiB
JSON
Raw Normal View History

2020-03-30 19:01:15 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2020-03-30 19:01:15 +00:00
"ID": "CVE-2020-11090",
"STATE": "PUBLIC",
"TITLE": "Uncontrolled Resource Consumption in Indy Node"
2020-03-30 19:01:15 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Indy Node",
"version": {
"version_data": [
{
"version_value": "= 1.12.2"
}
]
}
}
]
},
"vendor_name": "Hyperledger"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-03-30 19:01:15 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-06-11 01:02:16 +00:00
"value": "In Indy Node 1.12.2, there is an Uncontrolled Resource Consumption vulnerability. Indy Node has a bug in TAA handling code. The current primary can be crashed with a malformed transaction from a client, which leads to a view change. Repeated rapid view changes have the potential of bringing down the network. This is fixed in version 1.12.3."
2020-03-30 19:01:15 +00:00
}
]
},
"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"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-400: Uncontrolled Resource Consumption"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/hyperledger/indy-node/security/advisories/GHSA-3gw4-m5w7-v89c",
"refsource": "CONFIRM",
"url": "https://github.com/hyperledger/indy-node/security/advisories/GHSA-3gw4-m5w7-v89c"
},
{
"name": "https://pypi.org/project/indy-node/1.12.3/",
"refsource": "MISC",
"url": "https://pypi.org/project/indy-node/1.12.3/"
},
{
"name": "https://github.com/hyperledger/indy-node/blob/master/CHANGELOG.md#1123",
"refsource": "MISC",
"url": "https://github.com/hyperledger/indy-node/blob/master/CHANGELOG.md#1123"
}
]
},
"source": {
"advisory": "GHSA-3gw4-m5w7-v89c",
"discovery": "UNKNOWN"
2020-03-30 19:01:15 +00:00
}
}