Hi Team,
According a specially crafted message, the library will try to allocate a message that is way above the memory capacity.
For a CBOR array input. The code was trying to decode the CBOR array before trying to use the byte[]. The library that has no limit on the allocation memory that is requires -> an attacker could get craft a packet that will ask the library to allocate an object that will exceed the available memory.