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

tinkoff-pfp-atom-desktop-carouselnpm

tinkoff-pfp-atom-desktop-carousel is a confirmed malicious npm package (MAL-2026-12245) that typosquats a legitimate package to trick installs (malicious version 20.8.8). Do not install it — remove it immediately and rotate any exposed credentials.

Malicious code in tinkoff-pfp-atom-desktop-carousel (npm)

MAL-2026-12245
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall tinkoff-pfp-atom-desktop-carousel

What this malware does

On require of this package, index.js loads loader.js which selects a platform-specific asset path, downloads a native binary over HTTPS from randomized Cloudflare Workers hosts (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev), with a DNS-TXT chunked base64 fallback via tin.dl.well1.site, tina.dl.well1.site, ldr.dl.well1.site, and win.dl.well1.site. The downloaded bytes are written to /tmp or %TEMP% under disguised names (.cache<hex>, dotnet_diag_<hex>.exe), chmod 0755, and spawned detached via /bin/sh -c or cmd.exe /c start. Host names, the child_process module reference (require("child_" + "process")), and the chmodSync call are reconstructed at runtime via string-split/join to defeat static scanners. A second dropper implementation is bundled at lib/telemetry.js (~81KB) reimplementing the same fetch-write-chmod-spawn chain with base64 chunk assembly. The package name impersonates a Tinkoff Bank internal scope. Installing or requiring this package yields remote code execution on the installer's host by attacker-controlled native binaries.

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
20.8.8

Indicators of compromise (SHA-256)

72e139cae8466fafe604673154859640f78b9757aae859dcb8f9df07d26184dd
002f7041839167e2131a076792334a5bcac6a26989dc87b8876220ff8809721e

Detection & response playbook

Typosquat
  1. Find it

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

  2. If you installed it — respond

    tinkoff-pfp-atom-desktop-carousel is a typosquat — you almost certainly intended a legitimately-named package. Remove tinkoff-pfp-atom-desktop-carousel, install the correct package, and rotate any secrets exposed during the install since post-install scripts may have already run.

  3. Did it already run?

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

Campaign

IN-MAL-2026-014492GHSA-gm8q-97hx-635q

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks tinkoff-pfp-atom-desktop-carousel-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

tinkoff-pfp-atom-desktop-carousel (npm) malicious package — MAL-2026-12245 | O3 Security