comander-lib @1.0.0
Vulnerability report · Last retrieved from osv.dev August 19, 2026 at 3:49 AM UTC
OSV ID
MAL-2026-14171
Ecosystem
npm
Summary
comander-lib@1.0.0 is a typosquat of commander with an empty index.js and no native sources. Its scripts/postinstall.js runs automatically on npm install and performs two hostile actions. First, it POSTs the installer's platform label as JSON to a hardcoded bare-IP C2 at http://193.70.34.101:20099/vote, with the host built via array-join ( ['193','70','34','101'].join('.') ) to hide the literal. Second, it XOR-decodes (key stf2026 ) an attacker-controlled github.com URL and fetches an executable to %TEMP%/main.exe , then spawns it detached with windowsHide:true on Windows. On WSL/virtualized Linux it XOR-decodes a PowerShell bridge command and invokes it to execute the same payload on the Windows host, escaping the Linux sandbox. Addon URL, PowerShell launcher, and script fragments are all stored as XOR-encoded byte arrays decoded at runtime, concealing the destination and command surface. The package advertises itself as a native-addon mirror but ships no addon code, confirming a pure dropper cover story.
Source: amazon-inspector (19734d8bfb929b0c1049b6220271fabaa91603506cdcb6424e67988519da9a6e)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.