Google.Golang.Org Protobuf vulnerabilities
2 known vulnerabilities affecting google.golang.org/protobuf.
Total CVEs
2
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH1MEDIUM1
Vulnerabilities
Page 1 of 1
CVE-2024-24786MEDIUM≥ 0, < 1.33.02024-03-06
CVE-2024-24786 [MEDIUM] CWE-835 Golang protojson.Unmarshal function infinite loop when unmarshaling certain forms of invalid JSON
Golang protojson.Unmarshal function infinite loop when unmarshaling certain forms of invalid JSON
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.
ghsaosv
CVE-2023-24535HIGH≥ 1.29.0, < 1.29.12023-03-14
CVE-2023-24535 [HIGH] CWE-125 google.golang.org/protobuf vulnerable to panic leading to denial of service
google.golang.org/protobuf vulnerable to panic leading to denial of service
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.
ghsaosv