cvelist/2024/24xxx/CVE-2024-24786.json
2024-03-05 23:00:35 +00:00

81 lines
2.9 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-24786",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The protojson.Unmarshal function can enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains a google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnknown option is set."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-1286: Improper Validation of Syntactic Correctness of Input"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "google.golang.org/protobuf",
"product": {
"product_data": [
{
"product_name": "google.golang.org/protobuf/encoding/protojson",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "1.33.0"
}
]
}
},
{
"product_name": "google.golang.org/protobuf/internal/encoding/json",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "1.33.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://go.dev/cl/569356",
"refsource": "MISC",
"name": "https://go.dev/cl/569356"
},
{
"url": "https://pkg.go.dev/vuln/GO-2024-2611",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2024-2611"
}
]
}
}