OSV Malicious Advisory
scanned 14h ago · by OpenSSF/OSVOpenSSF/OSV advisory MAL-2026-10694 confirms this npm version as malicious. Package advertises itself as 'A simple cryptographic library for JavaScript applications' but ships no crypto code and exports nothing. package.json declares a postinstall hook (`node index.js`) that detects the host OS and runs platform-specific commands: on Windows it builds a UTF16LE+base64 PowerShell EncodedCommand and runs it via `powershell -WindowStyle Hidden -EncodedCommand <blob>`; on macOS it invokes...
Advisory
MAL-2026-10694
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in vor8zakon (npm)
Details
Package advertises itself as 'A simple cryptographic library for JavaScript applications' but ships no crypto code and exports nothing. package.json declares a postinstall hook (`node index.js`) that detects the host OS and runs platform-specific commands: on Windows it builds a UTF16LE+base64 PowerShell EncodedCommand and runs it via `powershell -WindowStyle Hidden -EncodedCommand <blob>`; on macOS it invokes `osascript`; on Linux it spawns `python3 -c "import os; os.system('gnome-calculator &')"`. After execution, a `cleanUp()` routine renames a sibling `package.md` over `package.json` (replacing the manifest with a decoy) and deletes index.js itself, leaving a victim auditing the installed package directory with an innocuous manifest and no payload file. The current GUI-calculator action is a placeholder, but the harness — purpose mismatch, hidden-window obfuscated PowerShell, multi-platform install-time exec, manifest swap, self-deletion, empty README, throwaway author — is a working install-time RCE delivery channel and an anti-forensic dropper pattern, not a crypto library.
## Source: ghsa-malware (721d7e16a5301a1aa9df428ffbe01436fa3d36f2700a8b2d62dd40ed8b743034) 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 vor8zakon@1.0.0 as malicious (MAL-2026-10694): Malicious code in vor8zakon (npm)
References
Source & flagged code
0 flaggedNo flagged code excerpts are attached to this scan.
Findings
1 High
HighOsv Malicious Advisory