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

package-uploadernpm

package-uploader is a confirmed malicious npm package (MAL-2026-5932) that runs destructive / sabotage code (malicious version 1.3.25). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in package-uploader (npm)

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

What this malware does

[email protected] ships an install-hook.js that runs automatically as the npm postinstall script (package.json declares "postinstall": "node install-hook.js"). The hook embeds a 383KB base64 string (LAUNCHER_BIN_BASE64), XOR-decrypts it with key 0x42, writes the result to %TEMP%/tmp_<timestamp>.exe, and launches it detached via spawn('cmd', ['/c', 'start', '/b', TEMP_EXE], { detached: true }) — a classic obfuscated-binary dropper executed on every npm install. After dropping the payload, a detached cleanup process waits ~90 seconds and then edits the victim's package.json and package-lock.json to remove the dependency entry (the cleanup code references the name mailconfirmer, indicating the campaign re-publishes under rotating names) and recursively deletes the installed module directory; if direct deletion fails, it registers a Windows scheduled task via schtasks /create to remove the directory later. The package's stated purpose is a UI navbar library and the index.js entry point exports only theme colors as a decoy — completely unrelated to executing a Windows binary. The combination of name/description/decoy-main mismatch, embedded XOR-encrypted PE payload, automatic postinstall execution, and anti-forensics manifest tampering is an unambiguous 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

1 flagged
1.3.25

Indicators of compromise (SHA-256)

69b86134d9cd019c2d8ad172eed54cd4a48839d69ed2c6af52b79ef5080da765
bff6fcd6a006b2e192444a5bc9d243bf488093447d2b4aa211eddba43d0236c2

Detection & response playbook

Destructive / sabotage
  1. Find it

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

  2. If you installed it — respond

    package-uploader carries a destructive/sabotage payload. Remove it immediately, restore any affected data from clean backups, and verify integrity of build outputs that may have been tampered with.

  3. Did it already run?

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

Campaign

IN-MAL-2026-006841GHSA-q8q6-p47p-ppp3

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks package-uploader-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

package-uploader (npm) malicious package — MAL-2026-5932 | O3 Security