CVE-2026-32285
Received
Received - Intake
Denial of Service via JSON Offset Validation Flaw in Go Delete Function
Publication date: 2026-03-26
Last updated on: 2026-04-21
Assigner: Go Project
Description
Description
The Delete function fails to properly validate offsets when processing malformed JSON input. This can lead to a negative slice index and a runtime panic, allowing a denial of service attack.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jsonparser_project | jsonparser | to 1.1.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-129 | The product uses untrusted input when calculating or using an array index, but the product does not validate or incorrectly validates the index to ensure the index references a valid position within the array. |