recursive from_msgpack implementation will stack overflow #537
Labels
aspect: binary formats
BSON, CBOR, MessagePack, UBJSON
confirmed
kind: bug
solution: duplicate
the issue is a duplicate; refer to the linked issue instead
from_msgpack
function(etc) parses data recursively, which will cause stack overflow when process deep nested structure.It will be DOS vulnerabilities, if we use library to process data from outside.
Following is example code to generate malicious data.
msgpack_pack_array
is not shown here.The text was updated successfully, but these errors were encountered: