MAL-2026-12358

    Dashboard / Malicious Package / MAL-2026-12358

    MAL-2026-12358

    Published: 5 Aug 2026Last Modified: 19 Aug 2026

    Summary: Malicious code in croft-node (npm)

    Details: Source: amazon-inspector (8a1686ccd2fe10f98a3bf6144a0ad556b15b0f788e2395fe4808d708446ba722) package.json declares scripts.postinstall = 'node dist/config.js'. On npm install, dist/config.js performs an outbound fetch to https://my-api.trade-api.workers.dev?id=1 and executes globalThis[data.success](data.id) using the function name and argument returned by that endpoint. The script also assigns createRequire onto globalThis prior to the dispatch, broadening the set of callable capabilities. The advertised purpose of the package is an in-memory keyed cache with TTL/LRU, which has no need for install-time network I/O; the postinstall behavior is unrelated to the documented library API. The result is remote-controlled code execution on the installer's host at install time, driven by an attacker-controlled Cloudflare Workers endpoint.

    Affected packages

    Package

    Name: croft-node

    Purl: pkg:npm/croft-node

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    1.1.3
    1.1.2
    1.1.1
    MAL-2026-12358 | CVE-DB