You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: