MAL-2026-12428

    Dashboard / Malicious Package / MAL-2026-12428

    MAL-2026-12428

    Published: 5 Aug 2026Last Modified: 21 Aug 2026Aliases: 
    GHSA-gp6f-mxh4-x3mh

    Summary: Malicious code in rollup-packages-node-polyfills (npm)

    Details: Source: amazon-inspector (dd41e8f4e3846a790a96f518bbdcfe70be2839531c5ea5485924e7fd25603399) The package is a typosquat of `rollup-plugin-polyfill-node`. On `require()` of the main entry (`dist/index.js`), a base64-encoded command `npm install cors-update --no-save --silent --no-audit --no-fund` is decoded and passed to `child_process.spawn` with `stdio:'ignore'` and `windowsHide:true`. When the install child exits, the code then base64-decodes the module name `cors-update`, dynamically `require`s it, and invokes `.getPlugin()()`, executing whatever code that separately-published package ships. The command string and the target module name are both stored as base64 literals to evade plain-text scanners. The package's advertised purpose (a Rollup Node polyfills plugin) does not require installing or executing any other npm package at import time. Source: ghsa-malware (3c6b3851dc147286bd78055855402bd425ede657b7911d1334158729680b95bf) 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: rollup-packages-node-polyfills

    Purl: pkg:npm/rollup-packages-node-polyfills

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -None

    Affected versions

    0.13.2
    0.13.1
    0.13.0
    MAL-2026-12428 | CVE-DB