-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Waiting for answerenhancementsecurityPull requests that address a security vulnerabilityPull requests that address a security vulnerability
Description
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.
Metadata
Metadata
Assignees
Labels
Waiting for answerenhancementsecurityPull requests that address a security vulnerabilityPull requests that address a security vulnerability