Supply-chain threat intelligence
Risk score
92
Indexed incident for type-atob (npm).
The package advertises itself as a pino-style logger (exports module.exports.pino = middleware, keywords fast/logger/stream/json, pino-like file layout under lib/) but its name and behavior are unrelated to logging. When the module is loaded via require(), its middleware factory spawns a detached node child process (spawn('node', [script,...], { detached: true, stdio: 'ignore' }), followed by child.unref()) running lib/caller.js. lib/caller.js fetches a JSON document from https://json.extendsclass.com/bin/49b93b00acf1 with https://jsonkeeper.com/b/XRGF3 as fallback, extracts the cookie field from the response, and executes it via new Function.constructor('require', s) with require passed in, granting the fetched code full Node module access. Additional endpoints are hidden as base64-encoded strings in a fake process stub inside lib/caller.js and lib/const.js (DEV_API_KEY decoding to https://jsonkeeper.com/b/XRGF3 and https://jsonkeeper.com/b/4NAKK). The remote content is attacker-mutable paste-style hosting, and the detached/unref/stdio-ignored spawn shape conceals the loader from the parent process.
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 versions
Indicators
Timeline