2024-02-26 21:01:05 +00:00
{
"id" : "CVE-2024-24564" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-02-26T20:19:05.627" ,
2024-02-26 23:00:35 +00:00
"lastModified" : "2024-02-26T22:10:40.463" ,
"vulnStatus" : "Awaiting Analysis" ,
2024-02-26 21:01:05 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Vyper is a pythonic Smart Contract Language for the ethereum virtual machine. When using the built-in `extract32(b, start)`, if the `start` index provided has for side effect to update `b`, the byte array to extract `32` bytes from, it could be that some dirty memory is read and returned by `extract32`. This vulnerability affects 0.3.10 and earlier versions."
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 3.7 ,
"baseSeverity" : "LOW"
} ,
"exploitabilityScore" : 2.2 ,
"impactScore" : 1.4
}
]
} ,
"weaknesses" : [
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-125"
}
]
}
] ,
"references" : [
{
"url" : "https://github.com/vyperlang/vyper/security/advisories/GHSA-4hwq-4cpm-8vmx" ,
"source" : "security-advisories@github.com"
}
]
}