MAL-2026-6315

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/ts-arithmetic-helper/MAL-2026-6315.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6315
Aliases
  • GHSA-94cr-ccj8-78g6
Published
2026-06-23T15:27:33Z
Modified
2026-06-23T17:16:23.973053281Z
Summary
Malicious code in ts-arithmetic-helper (npm)
Details

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

Source: amazon-inspector (4712d3f1a81541e2b3143f89974200358301b0a9831c3187875adc1fbe82bfbe)

ts-arithmetic-helper@3.7.2 ships source files that copy the big.js v7.0.1 library verbatim (preserving Michael Mclaughlin's copyright banner and the full big.js API) but inserts a hidden require('parket-flow') call between the P.minus and P.mod method definitions in both big.js and big.mjs. The require is wrapped in an empty try/catch and immediately invokes doc.from_str() with errors silently swallowed. Real big.js has zero runtime dependencies and never executes this code. parket-flow is declared as a runtime dependency in package.json ("parket-flow": "^3.0.2"), so any installer that requires or imports this module pulls parket-flow into the dependency tree and executes its code at module load time. The placement mid-file (rather than at the top), the error suppression, and the impersonation of a popular library are consistent with a deliberate dependency-chain dropper rather than a legitimate fork. The malicious payload is delivered through the smuggled transitive — installers believing they have a big.js-compatible math helper instead silently load and execute parket-flow.

Source: ghsa-malware (871fa8ae5d633320ff6ef6e02018051f3482676ba15bfb61680de1389bc4ce0f)

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": [
        {
            "sha256": "4712d3f1a81541e2b3143f89974200358301b0a9831c3187875adc1fbe82bfbe",
            "import_time": "2026-06-23T16:54:12.677519149Z",
            "source": "amazon-inspector",
            "modified_time": "2026-06-23T16:11:20Z",
            "versions": [
                "3.7.2"
            ],
            "id": "IN-MAL-2026-007262"
        },
        {
            "sha256": "871fa8ae5d633320ff6ef6e02018051f3482676ba15bfb61680de1389bc4ce0f",
            "import_time": "2026-06-23T17:03:25.697372944Z",
            "source": "ghsa-malware",
            "modified_time": "2026-06-23T15:27:33Z",
            "id": "GHSA-94cr-ccj8-78g6",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ]
        }
    ]
}
References
Credits

Affected packages

npm / ts-arithmetic-helper

Package

Name
ts-arithmetic-helper
View open source insights on deps.dev
Purl
pkg:npm/ts-arithmetic-helper

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

3.*
3.7.2

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/ts-arithmetic-helper/MAL-2026-6315.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    },
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]
indicators
{
    "evidence_files": [
        {
            "tlsh": "08c2658c3ac67579593363788f4a5088eb38525712c8b186b4ae63b46f78cb107b5fdc",
            "sha256": "f53e21c5f0b91ea99ea861fb7eec48d15038692db83630cb8fdc099f94b7c503",
            "path": "big.js"
        },
        {
            "sha256": "a54b078da3236d5fc305a1fbbe528407a969cf5238d0ce7f79efd9b5d533b37f",
            "tlsh": "92c2658c3ac67579593363788f4a5088eb38525712c8b186b4ae63b46f78cb107b5fdc",
            "path": "big.mjs"
        }
    ]
}