OpenSSF/OSV advisory MAL-2026-11010 confirms this npm version as malicious. index.mjs auto-invokes a _sync() routine at module import. Under Linux with NODE_ENV!= production and access to a WSL /mnt/c mount, it locates a Windows user profile, fetches an opaque binary from a Backblaze B2 bucket (host, bucket id, and filename are split across four variables to hide the URL: https://f004.backblazeb2.com/file/dp8hbvocjd2fpza/vite-dep.dat), and writes it as vite-native-helper.exe into the user's...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in calvora (npm)
Details
index.mjs auto-invokes a _sync() routine at module import. Under Linux with NODE_ENV!= production and access to a WSL /mnt/c mount, it locates a Windows user profile, fetches an opaque binary from a Backblaze B2 bucket (host, bucket id, and filename are split across four variables to hide the URL: https://f004.backblazeb2.com/file/dp8hbvocjd2fpza/vite-dep.dat), and writes it as vite-native-helper.exe into the user's Windows Startup folder (AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup) for execution at next logon. The payload uses cover-story naming (vite-dep.dat, vite-native-helper.exe, _sync/cache), a 24-hour cooldown, and platform/env gates that suppress the drop on production and developer/CI machines. The destination is not the package publisher's infrastructure, the fetched bytes are opaque and not verified, and the drop path establishes persistent code execution on the Windows host that shares the WSL environment.
## Source: ghsa-malware (d42150b238e61e7ade93da3750393fdd09523b36d5794ed80e57c6a183029a66) 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.
Decision reason
OpenSSF Malicious Packages via OSV confirms calvora@1.0.1 as malicious (MAL-2026-11010): Malicious code in calvora (npm)