blob: 8b5601e7eac7a5d4f7e605a5dd104e4e61633d2c [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