jsonparser 1.0.0 allows attackers to cause a denial of service (panic: runtime error: slice bounds out of range) via a GET call. Reference: https://github.com/buger/jsonparser/issues/219
Created golang-github-buger-jsonparser tracking bugs for this issue: Affects: fedora-all [bug 1908452]
Triggering this issue requires attempting to index using a malformed path. This is a less significant attack surface than malformed JSON, since common usage of the GetString interface is with only the first argument attacker-controlled. jsonparser still should not crash in this instance, but this attack vector reduces impact to Low. An initial patch proposal is given on the upstream ticket. This probably needs refinement, as well as test cases.
Seems like management platform are using https://github.com/buger/jsonparser the vulnerable package..