Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

@emcd-vue/authnpm

Malicious code in @emcd-vue/auth (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-5163
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @emcd-vue/auth

What this malware does

Part of a coordinated multi-package supply-chain attack impersonating EMCD (emcd.io), a legitimate Russian cryptocurrency exchange and mining pool. The attacker registered the @emcd-vue npm scope to pose as an internal Vue.js front-end tooling package from "EMCD Platform Engineering." The package contains no functional library code — the entire package is a delivery vehicle for a multi-stage dropper embedded in a 137.5 KB single-line obfuscated postinstall hook (JScrambler/WaCk-style; 811-element encoded string array).

Trigger: scripts.postinstallscripts/postinstall.js

Execution flow:

  • Checks EMCD_VUE_NO_TELEMETRY env var as a kill-switch (README misleadingly documents a different, non-functional kill-switch name)
  • Computes a per-host/project dedup key to execute only once
  • Detects platform (linux-x64, darwin-arm64, win)
  • Downloads platform-specific second-stage: GET https://oob.moika.tech/payload/{platform} with X-Secret: l95HdDaz3kQx1Zsg3WxH6HvKANf51RY1
  • Writes payload to ~/.emcd-vue_init.js (dot-prefixed hidden file)
  • Spawns payload as a detached, unref'd process — persists after npm exits
  • Beacons installation metadata to https://oob.moika.tech/report

@emcd-vue/[email protected] is a hollow shell package whose only functional content is a malicious postinstall script. package.json advertises this as an 'Internal @wildberries/service-router package' (a dependency-confusion lure targeting builds that expect an internal @wildberries/* mirror), but dist/index.js is a one-line re-export module.exports = require('../src/index.js') pointing at a path that does not exist in the tarball — the package provides no library functionality. scripts/postinstall.js is heavily obfuscated using an obfuscator.io-style shuffled string array with RC4 + base64 decoders and hex-encoded property accesses; critical strings (host, URL path, secret header) are assembled only at runtime via atob(...)+atob(...) concatenation to evade static inspection. On npm install the script issues an HTTPS GET with a custom X-Secret header to the runtime-assembled URL, writes the response buffer to a randomly-named.js file under os.tmpdir(), and spawns it with process.execPath (Node) detached, stdio:'ignore', windowsHide:true, then .unref()s the child so it survives the installer. Host-identifying data is exfiltrated as part of the fetch (hostname-keyed string selection via os.hostname(), CWD walk-up via process.cwd(), Node version check), and the spawned child receives the installer's full process.env plus additional atob-decoded secret values, handing any environment-resident credentials to the attacker-controlled payload.

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Malicious versions

4 flagged
6.4.56.4.86.4.97.0.0

Indicators of compromise (SHA-256)

600739f96b23cdddf4ff3f36734e4db70832c7fa065fec5f2e019b7951230255
f8bc285b34b9a2e8abc8e2a86a7a0c8738823d504bbc7e30a4e56b1ec9810162
327318b337cb5c74f7c13c7347e3d0cfa993be83201e0efd61a634ca1d785b77
ef019cb5dff581c91837e6bca7268bc58a67b2da2709b0d0ebb295fceccffcda
2ee7b3fd00827023aedf9460100adab7232aa8521a815bdf6fb03769214d0cb6
dfd43164e739de65fb308237cdf44f0f849d11ae459d967c0aae2be068af476a

Detection & response playbook

Credential / info stealer
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for @emcd-vue/auth (4 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @emcd-vue/auth across your stack and pipelines.

  2. If you installed it — respond

    @emcd-vue/auth is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If @emcd-vue/auth was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.

  4. How O3 protects you

    O3 blocks @emcd-vue/auth before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.

Frequently asked questions

No. @emcd-vue/auth on npm has been identified as a malicious package (versions 6.4.5, 6.4.8, 6.4.9, 7.0.0 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-005916IN-MAL-2026-005915IN-MAL-2026-008456IN-MAL-2026-008455IN-MAL-2026-008623GHSA-gj65-7753-2q9f

References

Credits

  • Amazon Inspector · finder
  • SafeDep · finder

Detect & block this

O3 blocks @emcd-vue/auth-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.