In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about NULL Pointer Dereference vulnerabilities in an interactive lesson.
Start learningThere is no fixed version for tencent.rapidjson
.
tencent.rapidjson is a fast JSON parser/generator for C++ with both SAX/DOM style API
Affected versions of this package are vulnerable to NULL Pointer Dereference as rapidjson::Stack
can dereference NULL pointer. The root cause of the problem is that there are no checks for when allocators (Malloc
, Realloc
) return null.