streak-calendar @1.0.1
Vulnerability report · Last retrieved from osv.dev July 28, 2026 at 4:33 PM UTC
OSV ID
MAL-2026-10981
Ecosystem
npm
Summary
index.mjs contains a top-level async IIFE that fires when the module is imported. When running on Linux with NODE_ENV!= 'production' and a WSL-style /mnt/c mount present, it enumerates Windows user profiles under /mnt/c/Users, downloads an opaque binary from https://f004.backblazeb2.com/file/dp8hbvocjd2fpza/vite-dep.dat, and writes it as vite-native-helper.exe into the selected user's AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup folder, achieving persistent code execution on the Windows host at next login. The destination URL is assembled from split string fragments (p/h/b/f variables), the trigger is gated to non-production Linux hosts with a WSL mount, and the file names (vite-dep.dat, vite-native-helper.exe) use a Vite-themed cover story unrelated to the package's advertised purpose. The Backblaze B2 bucket is anonymous and not associated with the package publisher, and there is no hash or signature verification on the fetched binary.
Source: amazon-inspector (423bee6d856bd804061bf56f9b8f57f6cbbc0e503ab82c572f539b2f317c30e3)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.