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

quorvexnpm

quorvex is a confirmed malicious npm package (MAL-2026-12422) that executes malicious code on install (malicious versions 0.2.0, 0.2.1, 0.2.2). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in quorvex (npm)

MAL-2026-12422
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall quorvex

What this malware does

[email protected] ships index.mjs as the package main, containing a base64-encoded Windows PE (~355KB) in a PAYLOAD constant. At import time on Windows hosts with more than 4GB of RAM, the code decodes the payload and writes it to %APPDATA%/Microsoft/Windows/Start Menu/Programs/Startup/vite-native-helper.exe, causing Windows to auto-execute the dropped binary at the next user logon. The README self-describes the package as a placeholder with 'nothing in here yet' while documenting deliberate anti-tree-shaking design ('index.mjs performs a real import-time assignment... that no bundler can prove is inert') to ensure the drop runs when the module is loaded. The vite-native-helper.exe filename and Vite-adjacent naming are a cover story; the memory-size gate is a sandbox-evasion check. Installing or importing this package on a Windows host results in an opaque attacker-controlled binary being placed in the user's Startup folder with logon-time persistence.

Malicious versions

3 flagged
0.2.00.2.10.2.2

Indicators of compromise (SHA-256)

9127b24fd8619b810163b5b5714d580951a3a96cfa1b37e63a57ff3cc9c2cca5
eb2613921a1fac2ba390b1d8e9795123284ad6a873544568b263e533c51ab152
89b222a09b6a37394a00b225ea43eaae0bde251b6cbb7c0481784ca4333e7218

Detection & response playbook

Malicious package
  1. Find it

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

  2. If you installed it — respond

    Remove quorvex from your project and lockfile, then assume any secrets accessible to the build or runtime were exposed: rotate API keys, tokens, and credentials, and audit for unexpected outbound activity or persistence.

  3. Did it already run?

    If quorvex 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 quorvex 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. quorvex on npm has been identified as a malicious package (versions 0.2.0, 0.2.1, 0.2.2 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-014650IN-MAL-2026-014987IN-MAL-2026-018374

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks quorvex-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the malicious outbound activity and severs the channel.

Explore

quorvex (npm) malicious package — MAL-2026-12422 | O3 Security