MAL-2026-5994

    Dashboard / Malicious Package / MAL-2026-5994

    MAL-2026-5994

    Published: 17 Jun 2026Last Modified: 10 Jul 2026Aliases: 
    GHSA-m637-4v9j-499p

    Summary: Malicious code in ts-webplug (npm)

    Details: Source: amazon-inspector (a120eb8e3f6ca34493b7f282544523ab60137e8388148b191f46cda094e50789) The package impersonates the pino logger (README titled 'chai-mocks', badges linking to pinojs/pino, module export named `pino`) while its actual package name `ts-webplug` is unrelated. When a consumer requires the package and invokes its exported middleware, `index.js` spawns `lib/caller.js` as a detached Node child process. `lib/caller.js` performs `axios.get(...)` against https://jsonhosting.com/api/json/9343c2ce/raw, extracts the `cookie` field from the response, and passes it to `new Function.constructor('require', s)(require)` — evaluating attacker-controlled JavaScript with full `require` access in the consumer's Node process. The remote URL is additionally concealed in a spoofed `process.env` object where `DEV_API_KEY` is a base64 blob decoding to a jsonkeeper.com URL (a second mutable, anonymous-host pointer in `lib/const.js` decodes to https://jsonkeeper.com/b/4NAKK). The fetch host is a mutable anonymous paste service — today's payload can be swapped for anything at any time — and the executed code runs with full Node privileges on the installer/consumer machine. Source: ghsa-malware (ab49780fe41f3794685e5956a0d5a7c3ecdf35303b839d14f2b2d6c11d20032e) 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.

    Affected packages

    Package

    Name: ts-webplug

    Purl: pkg:npm/ts-webplug

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    3.0.5
    3.0.6
    3.0.8
    3.0.7
    MAL-2026-5994 | CVE-DB