2023-06-09 11:28:17 +00:00
{
"id" : "CVE-2023-24535" ,
"sourceIdentifier" : "security@golang.org" ,
"published" : "2023-06-08T21:15:16.420" ,
2023-06-15 20:00:31 +00:00
"lastModified" : "2023-06-15T19:01:32.533" ,
"vulnStatus" : "Analyzed" ,
2023-06-09 11:28:17 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Parsing invalid messages can panic. Parsing a text-format message which contains a potential number consisting of a minus sign, one or more characters of whitespace, and no further input will cause a panic."
}
] ,
2023-06-15 20:00:31 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
}
]
} ,
2023-06-09 11:28:17 +00:00
"weaknesses" : [
2023-06-15 20:00:31 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-125"
}
]
} ,
2023-06-09 11:28:17 +00:00
{
"source" : "security@golang.org" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-125"
}
]
}
] ,
2023-06-15 20:00:31 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:protobuf:protobuf:1.29.0:*:*:*:*:go:*:*" ,
"matchCriteriaId" : "573408EB-0BFD-4081-8878-BDECA46E6530"
}
]
}
]
}
] ,
2023-06-09 11:28:17 +00:00
"references" : [
{
"url" : "https://github.com/golang/protobuf/issues/1530" ,
2023-06-15 20:00:31 +00:00
"source" : "security@golang.org" ,
"tags" : [
"Issue Tracking"
]
2023-06-09 11:28:17 +00:00
} ,
{
"url" : "https://go.dev/cl/475995" ,
2023-06-15 20:00:31 +00:00
"source" : "security@golang.org" ,
"tags" : [
"Patch"
]
2023-06-09 11:28:17 +00:00
} ,
{
"url" : "https://pkg.go.dev/vuln/GO-2023-1631" ,
2023-06-15 20:00:31 +00:00
"source" : "security@golang.org" ,
"tags" : [
"Third Party Advisory"
]
2023-06-09 11:28:17 +00:00
}
]
}