process-lhpm@1.1.79
Vulnerability report · Last retrieved from osv.dev September 16, 2026 at 3:27 AM UTC
OSV ID
MAL-2026-16178
Ecosystem
npm
Summary
On require/import, index.js auto-invokes initialize(), which spawns a detached, stdio-suppressed node loader.js background process. loader.js performs an HTTPS GET to https://api.npoint.io/33e8d008c334b060adad, base64-decodes the code field of the JSON response, and executes it via new Function('require','__dirname','__filename','module','exports', decodedCode)(...) with full Node privileges and require access. The remote payload URL is stored in a variable named API_KEY to obscure its role. api.npoint.io is a mutable third-party JSON hosting service, so the executed code can be swapped by the operator at any time without republishing the package. The detached child process outlives the importing application, establishing a persistent remote-code-loading channel on any host that imports this package.
Source: amazon-inspector (a663308c4051eb4b31faf7fb984989f3e1b3498e505dc05052e2beb5fbf7e6d2)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.