2022-02-10 17:01:34 +00:00
{
"CVE_data_meta" : {
2022-04-04 17:30:30 +00:00
"ASSIGNER" : "security-advisories@github.com" ,
2022-02-10 17:01:34 +00:00
"ID" : "CVE-2022-24787" ,
2022-04-04 17:30:30 +00:00
"STATE" : "PUBLIC" ,
"TITLE" : "Incorrect Comparison in Vyper"
2022-02-10 17:01:34 +00:00
} ,
2022-04-04 17:30:30 +00:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "vyper" ,
"version" : {
"version_data" : [
{
"version_value" : "<= 0.3.1"
}
]
}
}
]
} ,
"vendor_name" : "vyperlang"
}
]
}
} ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
2022-02-10 17:01:34 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2022-04-04 17:30:30 +00:00
"value" : "Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. In version 0.3.1 and prior, bytestrings can have dirty bytes in them, resulting in the word-for-word comparisons giving incorrect results. Even without dirty nonzero bytes, two bytestrings can compare to equal if one ends with `\"\\x00\"` because there is no comparison of the length. A patch is available and expected to be part of the 0.3.2 release. There are currently no known workarounds."
}
]
} ,
"impact" : {
"cvss" : {
"attackComplexity" : "LOW" ,
"attackVector" : "NETWORK" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "HIGH" ,
"privilegesRequired" : "NONE" ,
"scope" : "UNCHANGED" ,
"userInteraction" : "NONE" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" ,
"version" : "3.1"
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-697: Incorrect Comparison"
}
]
2022-02-10 17:01:34 +00:00
}
]
2022-04-04 17:30:30 +00:00
} ,
"references" : {
"reference_data" : [
{
"name" : "https://github.com/vyperlang/vyper/security/advisories/GHSA-7vrm-3jc8-5wwm" ,
"refsource" : "CONFIRM" ,
"url" : "https://github.com/vyperlang/vyper/security/advisories/GHSA-7vrm-3jc8-5wwm"
} ,
{
"name" : "https://github.com/vyperlang/vyper/commit/2c73f8352635c0a433423a5b94740de1a118e508" ,
"refsource" : "MISC" ,
"url" : "https://github.com/vyperlang/vyper/commit/2c73f8352635c0a433423a5b94740de1a118e508"
}
]
} ,
"source" : {
"advisory" : "GHSA-7vrm-3jc8-5wwm" ,
"discovery" : "UNKNOWN"
2022-02-10 17:01:34 +00:00
}
}