Answer in brief
CVE-2024-24786 records a High severity (CVSS 7.5) vulnerability in Infinite loop in JSON unmarshaling in google.golang.org/protobuf. The current sources do not mark it as known exploited. The current feed maps google.golang.org/protobuf/google.golang.org/protobuf/encoding/protojson (generic), google.golang.org/protobuf/google.golang.org/protobuf/internal/encoding/json (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps google.golang.org/protobuf/google.golang.org/protobuf/encoding/protojson (generic), google.golang.org/protobuf/google.golang.org/protobuf/internal/encoding/json (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| google.golang.org/protobuf/google.golang.org/protobuf/encoding/protojsongeneric | >=0 <1.33.0 | 1.33.0 |
| google.golang.org/protobuf/google.golang.org/protobuf/internal/encoding/jsongeneric | >=0 <1.33.0 | 1.33.0 |
Published upstream
Mar 5, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 23, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 23, 2026
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.
Quoted source text, attributed separately from HOL analysis.