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

gpu-acceleratornpm

gpu-accelerator is a confirmed malicious npm package (MAL-2026-5980) that steals credentials and exfiltrates sensitive data (malicious versions 1.4.2, 1.4.3, 1.4.4…). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in gpu-accelerator (npm)

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

What this malware does

The package advertises itself as a PostCSS plugin for CSS hardware-acceleration hints, but its only legitimate behavior is a 3-line walkDecls that adds will-change: transform. When the plugin factory in lib/index.js is invoked (which happens automatically when a developer wires the plugin into their PostCSS pipeline), it reads assets/driver-shim.bin (a 55,928-byte comma-separated integer list), XOR-decodes every byte with 0xA5 to recover ~56 KB of JavaScript source, and executes that source via vm.Script(...).runInContext(...) with require, process, console, and Buffer exposed in the context — granting the decoded code full Node privileges including filesystem and network access. Decoding confirms the bytes are JavaScript source (recurring function and require tokens, quoted module names). Before decoding, lib/index.js:18-21 checks process.env.CI || process.env.CONTINUOUS_INTEGRATION and !process.stdout.isTTY and returns early in those cases — a deliberate sandbox-evasion gate that keeps the payload dormant on CI runners and automated scanners while firing on interactive developer workstations. The combination of (a) a cover-story package whose advertised purpose is unrelated to its actual code, (b) an XOR-obfuscated executable blob shipped as a.bin asset, (c) vm.Script execution of that blob with full Node capabilities, and (d) a CI/headless evasion gate is the canonical supply-chain attack fingerprint.

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

6 flagged
1.4.21.4.31.4.41.4.51.4.61.4.7

Indicators of compromise (SHA-256)

66902224a57ea11ec1dfb7f05ba35202d6ab70c39d101d35b68dbe5e2b3e2f5f
86fe9c9369454bfb2bba18da9d8b21dee61004bd897a8cf62c0d1661bc5a2e2f
9c838fde05746cf2beec757a3c2b29e9736abdca2665e639a5ae5e5870ce269d
ab0d6b253674f5eef505fbffb76003d2071569fd9d8abdf8993197738bb27759
cdf785e83cbfda56c6dd7bf4bfe31861d94a60757517f009215101e85b7de0c4
ca121b8cab724cae30a7c0328dabe455c693b793c1679934c2edc027b50d3534
7cb5234c33f14e30bee250399f352582bde70ee5f940f5763424139c19cdf707

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

  2. If you installed it — respond

    gpu-accelerator 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 gpu-accelerator 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 gpu-accelerator 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. gpu-accelerator on npm has been identified as a malicious package (versions 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006890IN-MAL-2026-006886IN-MAL-2026-006888IN-MAL-2026-006887IN-MAL-2026-006889GHSA-qc67-wjjh-qpcvIN-MAL-2026-010636

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks gpu-accelerator-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