blob: bc2d900ce025fd4db3df945e2394eaeedc0f98c5 [file] [log] [blame]
module: github.com/buger/jsonparser
versions:
- fixed: v1.1.1
description: |
Due to improper bounds checking, maliciously crafted JSON objects
can cause an out-of-bounds panic. If parsing user input, this may
be used as a denial of service vector.
cves:
- CVE-2020-35381
credit: "@toptotu"
symbols:
- searchKeys
links:
pr: https://github.com/buger/jsonparser/pull/221
commit: https://github.com/buger/jsonparser/commit/df3ea76ece10095374fd1c9a22a4fb85a44efc42
context:
- https://github.com/buger/jsonparser/issues/219