bignum@0.6.2 vulnerabilities
Arbitrary-precision integer arithmetic using OpenSSL
-
latest version
0.13.1
-
first published
13 years ago
-
latest version published
5 years ago
-
licenses detected
Direct Vulnerabilities
Known vulnerabilities in the bignum package. This does not include vulnerabilities belonging to this package’s dependencies.
Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.Vulnerability | Vulnerable Version |
---|---|
bignum is an Arbitrary precision integral arithmetic for Node.js using OpenSSL. This library is based on node-bigint by substack, but instead of using libgmp, it uses the builtin bignum functionality provided by OpenSSL. The advantage is that OpenSSL is already part of Node.js, so this library does not add any external dependency whatsoever. Affected versions of this package are vulnerable to Denial of Service (DoS) due to a type-check exception in V8, when verifying the type of the second argument to the
How to fix Denial of Service (DoS)? There is no fixed version for |
*
|