Logo
npm

web-main@22.1.2

Vulnerability report · Last retrieved from osv.dev September 15, 2026 at 4:24 AM UTC

Malicious

OSV ID

MAL-2026-16153

Ecosystem

npm

Summary

package.json declares preinstall: node index.js, causing index.js to execute automatically on npm install. The script collects os.hostname(), os.userInfo() (username/uid/gid/shell), platform, arch, homedir, and the stdout of whoami, id, and pwd via child_process.exec, then POSTs the aggregated JSON to a hardcoded endpoint at https://smi54v4uvb9q7ve5t6fnyro16scj0co1.oastify.com/system-info (a Burp Collaborator out-of-band host). No legitimate functionality is present; the package's sole effect on install is host reconnaissance and exfiltration to an attacker-controlled OOB collector.

Source: amazon-inspector (61680a5d53758bc9eb99b1cd2566e6e19139d09fee10a0096a5e72bb0953a5b2)

Protect your entire dependency tree

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