npm

croft-node @1.1.3

Vulnerability report · Last retrieved from osv.dev August 8, 2026 at 10:16 PM UTC

Malicious

OSV ID

MAL-2026-12358

Ecosystem

npm

Summary

package.json declares scripts.postinstall = 'node dist/config.js'. On npm install, dist/config.js performs an outbound fetch to https://my-api.trade-api.workers.dev?id=1 and executes globalThis[data.success](data.id) using the function name and argument returned by that endpoint. The script also assigns createRequire onto globalThis prior to the dispatch, broadening the set of callable capabilities. The advertised purpose of the package is an in-memory keyed cache with TTL/LRU, which has no need for install-time network I/O; the postinstall behavior is unrelated to the documented library API. The result is remote-controlled code execution on the installer's host at install time, driven by an attacker-controlled Cloudflare Workers endpoint.

Source: amazon-inspector (8a1686ccd2fe10f98a3bf6144a0ad556b15b0f788e2395fe4808d708446ba722)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.