VDB
KO

MAL-2026-14426

Malicious code in babel-polyfill-plugin-corejs2 (npm)

Details

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

## Source: amazon-inspector (13878d994b01607c379e26646449b7cca95099f9b2eb5be2e1f8e19aeea32eb3) The package advertises itself as a Babel core-js 2 polyfill plugin, but the shipped lib/index.js contains unrelated web3-core-subscriptions boilerplate followed by a Function() invocation whose body is ~110KB of obfuscated JavaScript (random identifiers, numeric offset arrays, TEA-like mixing routine, unicode-escape string literals). The Function() call executes whenever a consumer require()s the package, running the opaque payload at import time. The declared purpose does not match the shipped code, and the obfuscation is confined to the appended payload rather than being a general minification artifact.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / babel-polyfill-plugin-corejs2

No fixed version published yet for babel-polyfill-plugin-corejs2 (npm). Pin to a known-safe version or switch to an alternative.

References