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.
https://securityinfinity.com/research/buger-jsonparser-negative-slice-panic-dos-2026
https://pkg.go.dev/vuln/GO-2026-4514