MAL-2026-13371

    Dashboard / Malicious Package / MAL-2026-13371

    MAL-2026-13371

    Published: 5 Aug 2026Last Modified: 5 Aug 2026

    Summary: Malicious code in multi-acct (npm)

    Details: Source: amazon-inspector (395e9271172eea5db15a1090043ee564ad6b8564fb9e267faff883ac3c6af125) [email protected] is a near-empty wrapper (index.js is a two-line stub returning name/version literals; author is the generic 'Package Registry' and repository.url points at an example.com-style placeholder). Its sole functional dependency, `vector-cursor-stream-engine`, is not resolved from the npm registry but from a hardcoded third-party HTTPS URL, https://artifacts.yosiroute.com/npm/vector-cursor-stream-engine, and the shrinkwrap marks that dependency as hasInstallScript:true. On `npm install`, npm downloads the tarball from artifacts.yosiroute.com and executes its lifecycle scripts, so whoever controls that host gets arbitrary code execution on the installer's machine. The URL is unpinned and carries no integrity hash, so the delivered bytes can change at any time. The wrapper shape (placeholder metadata, trivial main, single off-registry dependency with install scripts) matches a dependency-confusion / lure package whose real payload is delivered through the fetched sub-tarball.

    Affected packages

    Package

    Name: multi-acct

    Purl: pkg:npm/multi-acct

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    99.99.99
    MAL-2026-13371 | CVE-DB