Malicious code in multi-acct (npm)
multi-acct@99.99.99 is a malicious npm package that acts as a wrapper to deliver arbitrary code execution. It declares a dependency on vector-cursor-stream-engine that is fetched from an external third-party URL (artifacts.yosiroute.com) with install scripts enabled, allowing remote code execution during npm install.
- Disclosed
- Last updated
- Blast radius
- Any developer or system that installed multi-acct@99.99.99 via npm install
- Ecosystems
- Attack vectors
- Affected entities
- multi-acct · 99.99.99
- vector-cursor-stream-enginemalicious dependency fetched from third-party URL
multi-acct@99.99.99 was published to npm as a near-empty wrapper package designed to deliver malicious code. The package's index.js contains only a two-line stub returning name and version literals, with generic placeholder metadata (author listed as 'Package Registry', repository URL pointing to example.com-style placeholder).
The malicious payload is delivered through a single functional dependency, vector-cursor-stream-engine, which is not resolved from the npm registry. Instead, it is hardcoded to fetch from a third-party HTTPS URL: https://artifacts.yosiroute.com/npm/vector-cursor-stream-engine. The package.json shrinkwrap marks this dependency with hasInstallScript:true.
When a developer runs npm install, npm downloads the tarball from artifacts.yosiroute.com and executes its lifecycle scripts, granting arbitrary code execution to whoever controls that host. The URL is unpinned and carries no integrity hash, meaning the delivered bytes can change at any time without detection.
This attack pattern matches a dependency-confusion / lure package where the real payload is delivered through the fetched sub-tarball rather than embedded in the wrapper itself. The incident was identified by the OpenSSF malicious-packages project.
Indicators of compromise
- Packages
- multi-acct@99.99.99
- Domains
- artifacts.yosiroute.com
Remediation
- Immediately uninstall multi-acct@99.99.99 and any projects that depend on it
- Audit npm install logs and node_modules for the presence of vector-cursor-stream-engine or artifacts from artifacts.yosiroute.com
- Regenerate any credentials or secrets that may have been exposed on machines where npm install was run with this package
- Review npm audit and lock files for any unexpected dependencies from external URLs
- Consider using npm package integrity verification and network policies to prevent fetching packages from non-registry sources
Sources
- GitHub Advisory GHSA-38x6-vx4x-xrgv · GitHub Advisory Database
Cite this entry
"Malicious code in multi-acct (npm)." supplychainattack.org, Supply Chain Attack Incident Catalog. Disclosed August 5, 2026; last updated August 5, 2026. https://supplychainattack.org/incident/malicious-code-in-multi-acct-npm-o52p65
Suggest a correction
Found an error or have a newer source? Corrections to factual errors take priority over new entries.
Related incidents
- resolvedcritical
Malicious code in bcc-design (npm)
bcc-design@9999.0.0 on npm is a dependency-confusion beacon package with no legitimate functionality. Its postinstall script exfiltrates the installer's hostname and system metadata to an attacker-controlled IP endpoint.
npmDependency confusionCompromised package - containedcritical
Malicious code in bcc-design-icons (npm)
bcc-design-icons@9999.0.0 on npm contains malicious postinstall script that exfiltrates hostname and package name to attacker-controlled IP 91.201.215.48:8000. The package lacks expected icon-library functionality and exhibits characteristics of a dependency-confusion attack targeting internal/private npm installers.
npmDependency confusionCompromised package - resolvedcritical
Malicious code in depcruise-wrap-stream-in-html (npm)
depcruise-wrap-stream-in-html@99.9.1 is a malicious npm package that mimics an internal helper of dependency-cruiser. It is a hollow package that downloads and executes arbitrary code from a Google Cloud Storage bucket during installation.
npmCompromised packageDependency confusionTyposquatting - resolvedcritical
Malicious code in fastly-vcl-language-client (npm)
The npm package fastly-vcl-language-client contained malicious code in a preinstall script that collected system information and CI environment variables, exfiltrating data to an external webhook endpoint. The package appears to be a dependency-confusion attack targeting internal Fastly tooling.
npmCompromised packageDependency confusion