MAL-2026-6855

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/next-bignumber.js/MAL-2026-6855.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6855
Aliases
  • GHSA-8vr6-7cjp-qgrj
Published
2026-07-06T18:54:12Z
Modified
2026-07-08T19:46:50Z
Summary
Malicious code in next-bignumber.js (npm)
Details

-= Per source details. Do not edit below this line.=-

Source: amazon-inspector (615f1e472f3fec95854738e64a4e4883676d514db833ca3bfa7a1008c0253a57)

Package impersonates the widely-used bn.js crypto library: README, repository URL, logo, and source files are copied verbatim from indutny/bn.js, but the package is published under an unrelated author. The package.json author field is craig silverman while homepage and repository point at github.com/indutny/next-bignumber.js (Fedor Indutny is the real bn.js maintainer), and the README retains the upstream sponsor links to github.com/sponsors/indutny — identity-spoofing metadata designed to mislead installers into believing they are getting an indutny package. The package adds a non-bn.js runtime dependency, random-string-64, with no mathematical purpose: lib/bn.js:40 does const getUniqueID = require('random-string-64').default; (loaded at module top level on every require('next-bignumber.js')) and BN.prototype.toString invokes getUniqueID(64); var test=213; on the hot path of every crypto operation that calls .toString() on a BN (Ethereum, secp256k1, and similar workflows hit this constantly). Whatever random-string-64 ships executes in the installer's/consumer's process on import and on every numeric stringification. The combination of a copied-upstream typosquat targeting a top-tier crypto library, mismatched/spoofed author metadata, and a gratuitous transitive dependency wired into a hot code path is a namespace-abuse dropper shape — the lure package itself is thin, but installing it silently pulls random-string-64 into the installer's tree and executes it.

Source: ghsa-malware (cac4f683d978bbfcebc9eb96a314e21c97d5d7874f023377d78c51697ea8c074)

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "GHSA-8vr6-7cjp-qgrj",
            "import_time": "2026-07-06T19:53:47.940601814Z",
            "modified_time": "2026-07-06T18:54:23Z",
            "sha256": "cac4f683d978bbfcebc9eb96a314e21c97d5d7874f023377d78c51697ea8c074",
            "source": "ghsa-malware",
            "versions": [
                "1.0.0"
            ]
        },
        {
            "id": "IN-MAL-2026-008201",
            "import_time": "2026-07-08T19:33:44.068754637Z",
            "modified_time": "2026-07-08T19:23:07Z",
            "sha256": "615f1e472f3fec95854738e64a4e4883676d514db833ca3bfa7a1008c0253a57",
            "source": "amazon-inspector",
            "versions": [
                "1.0.0"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / next-bignumber.js

Package

Name
next-bignumber.js
View open source insights on deps.dev
Purl
pkg:npm/next-bignumber.js

Affected ranges

Affected versions

1.*
1.0.0

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "lib/bn.js",
            "sha256": "82778bc6189d811e4fbb56c0fd2dc9649caafc47a69cccc0ed60cebb311661b0",
            "tlsh": "19938844abb720599a4b753c4faf60886a74e41b5847dd08bd8ce3e06f5502482fdffa"
        },
        {
            "path": "package.json",
            "sha256": "132d01c3991cbc23d121ce3076920ddfa9ded785a5a5ccd49f23b31215b08bcb",
            "tlsh": "56115c54c8594ca31bd566e658f82007f522885bc884fc1db3a7421d8f1f16f22fe9bc"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/next-bignumber.js/MAL-2026-6855.json"