2023-06-09 11:28:17 +00:00
{
"id" : "CVE-2023-32731" ,
"sourceIdentifier" : "cve-coordination@google.com" ,
"published" : "2023-06-09T11:15:09.303" ,
2023-06-15 23:55:37 +00:00
"lastModified" : "2023-06-15T22:18:49.193" ,
"vulnStatus" : "Analyzed" ,
2023-06-09 11:28:17 +00:00
"descriptions" : [
{
"lang" : "en" ,
2023-06-13 18:00:32 +00:00
"value" : "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in\u00a0 https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005 \n"
2023-06-09 11:28:17 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-06-15 23:55:37 +00:00
{
"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:H/I:N/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
} ,
2023-06-09 11:28:17 +00:00
{
"source" : "cve-coordination@google.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "HIGH" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 7.4 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 2.2 ,
"impactScore" : 5.2
}
]
} ,
"weaknesses" : [
2023-06-15 23:55:37 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "NVD-CWE-Other"
}
]
} ,
2023-06-09 11:28:17 +00:00
{
"source" : "cve-coordination@google.com" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-440"
}
]
}
] ,
2023-06-15 23:55:37 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:grpc:grpc:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "1.53.0" ,
"versionEndExcluding" : "1.55.0" ,
"matchCriteriaId" : "1FD89F7C-C259-4213-A259-70C505491F50"
}
]
}
]
}
] ,
2023-06-09 11:28:17 +00:00
"references" : [
{
"url" : "https://github.com/grpc/grpc/pull/32309" ,
2023-06-15 23:55:37 +00:00
"source" : "cve-coordination@google.com" ,
"tags" : [
"Patch"
]
2023-06-13 18:00:32 +00:00
} ,
{
"url" : "https://github.com/grpc/grpc/pull/33005" ,
2023-06-15 23:55:37 +00:00
"source" : "cve-coordination@google.com" ,
"tags" : [
"Patch"
]
2023-06-09 11:28:17 +00:00
}
]
}