2022-04-13 15:01:29 +00:00
{
"CVE_data_meta" : {
2022-05-20 16:16:07 +00:00
"ASSIGNER" : "security-advisories@github.com" ,
2022-04-13 15:01:29 +00:00
"ID" : "CVE-2022-29177" ,
2022-05-20 16:16:07 +00:00
"STATE" : "PUBLIC" ,
"TITLE" : "DoS via malicious p2p message in Go-Ethereum"
2022-04-13 15:01:29 +00:00
} ,
2022-05-20 16:16:07 +00:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "go-ethereum" ,
"version" : {
"version_data" : [
{
"version_value" : "< 1.10.17"
}
]
}
}
]
} ,
"vendor_name" : "ethereum"
}
]
}
} ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
2022-04-13 15:01:29 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2022-05-20 16:16:07 +00:00
"value" : "Go Ethereum is the official Golang implementation of the Ethereum protocol. Prior to version 1.10.17, a vulnerable node, if configured to use high verbosity logging, can be made to crash when handling specially crafted p2p messages sent from an attacker node. Version 1.10.17 contains a patch that addresses the problem. As a workaround, setting loglevel to default level (`INFO`) makes the node not vulnerable to this attack."
}
]
} ,
"impact" : {
"cvss" : {
"attackComplexity" : "HIGH" ,
"attackVector" : "NETWORK" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 5.9 ,
"baseSeverity" : "MEDIUM" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"privilegesRequired" : "NONE" ,
"scope" : "UNCHANGED" ,
"userInteraction" : "NONE" ,
"vectorString" : "CVSS:3.1/AV:N/AC:H/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"
}
]
2022-04-13 15:01:29 +00:00
}
]
2022-05-20 16:16:07 +00:00
} ,
"references" : {
"reference_data" : [
{
"name" : "https://github.com/ethereum/go-ethereum/security/advisories/GHSA-wjxw-gh3m-7pm5" ,
"refsource" : "CONFIRM" ,
"url" : "https://github.com/ethereum/go-ethereum/security/advisories/GHSA-wjxw-gh3m-7pm5"
} ,
{
"name" : "https://github.com/ethereum/go-ethereum/pull/24507" ,
"refsource" : "MISC" ,
"url" : "https://github.com/ethereum/go-ethereum/pull/24507"
}
]
} ,
"source" : {
"advisory" : "GHSA-wjxw-gh3m-7pm5" ,
"discovery" : "UNKNOWN"
2022-04-13 15:01:29 +00:00
}
}