Vulnerability 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 Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Jsonparser Project | Jsonparser | < 1.1.2 |
Related Weaknesses (CWE)
References
- https://github.com/buger/jsonparser/issues/275Issue TrackingThird Party Advisory
- https://github.com/golang/vulndb/issues/4514Issue TrackingThird Party Advisory
- https://pkg.go.dev/vuln/GO-2026-4514Third Party Advisory
- https://securityinfinity.com/research/buger-jsonparser-negative-slice-panic-dos-ExploitThird Party Advisory
FAQ
What is CVE-2026-32285?
CVE-2026-32285 is a vulnerability with a CVSS score of 7.5 (HIGH). 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.
How severe is CVE-2026-32285?
CVE-2026-32285 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-32285?
Check the references section above for vendor advisories and patch information. Affected products include: Jsonparser Project Jsonparser.