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

velocityfixnpm

velocityfix is a confirmed malicious npm package (MAL-2026-6487) that steals credentials and exfiltrates sensitive data (malicious versions 1.0.0, 1.0.1, 1.0.2…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in velocityfix (npm)

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

What this malware does

Package masquerades as 'Performance fixes for Minecraft Velocity proxy' authored by 'Velocity Team' — Velocity is a Java project from PaperMC and has no legitimate npm distribution. package.json declares scripts.postinstall = 'node scripts/loader.js', which silently spawns a bundled payload.exe via start /b on every npm install. The bundled PE contains a hardcoded C2 at https://751.lol/upload/ and posts a multipart form with fields username, os_info, ip_address, and file=data.zip — exfiltrating the installer's hostname, OS, IP, and a zip of collected files to an attacker-controlled host. The payload labels itself [INJECTOR], reads registry values (ProductName, DisplayVersion), and performs sandbox / VM evasion (probes for SbieDll.dll, snxhk.dll, Vboxguest.sys, vmGuestLib.dll, VMware/VirtualBox artifacts) so it only fully detonates on real victim hosts. The combination of brand-impersonation lure, install-time auto-execution of an opaque native binary, hardcoded exfil endpoint, and anti-analysis evasion is an unambiguous Windows-targeted supply-chain dropper.

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

5 flagged
1.0.01.0.11.0.21.0.31.0.4

Indicators of compromise (SHA-256)

142cdb1bd0aba9acb4d755c2d6e0c7e0c5020d49768935650543a1522d2edee1
9c621595d285c7b85af10a3f48d8a19e702ede34f5f5148ba4084fc127eedccd
c937a54c3629f80fb7b92fbdafda502706b6028b43bc4675eb30c55d9bc059e9
f2212fdf3151fb0b4de00815883e0c7d222b80e3947ea947f112ce43694942cd
faea99dc9d237e8315d29d14c69692766e6ef7f02a570686c09904d1a33f812d
9baaec1a1ef9243e12f876eb21d81e1f02912fe2e56aee1646d95e679a20b5ea

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 velocityfix (5 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging velocityfix across your stack and pipelines.

  2. If you installed it — respond

    velocityfix 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 velocityfix 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 velocityfix 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. velocityfix on npm has been identified as a malicious package (versions 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-007554IN-MAL-2026-007555IN-MAL-2026-007557IN-MAL-2026-007556IN-MAL-2026-007558GHSA-2736-v5cj-q9x5

References

Credits

  • Amazon Inspector · finder

Detect & block this

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

Explore

velocityfix (npm) malicious package — MAL-2026-6487 | O3 Security