All the vulnerabilities related to the version 0.4.2 of the package
Memory Exposure in bl
Versions of bl
before 0.9.5 and 1.0.1 are vulnerable to memory exposure.
bl.append(number)
in the affected bl
versions passes a number to Buffer constructor, appending a chunk of uninitialized memory
Update to version 0.9.5, 1.0.1 or later.
Remote Memory Exposure in bl
A buffer over-read vulnerability exists in bl <4.0.3, <3.0.1, <2.2.1, and <1.2.3 which could allow an attacker to supply user input (even typed) that if it ends up in consume() argument and can become negative, the BufferList state can be corrupted, tricking it into exposing uninitialized memory via regular .slice() calls.