-= Per source details. Do not edit below this line.=-
package.json declares "preinstall": "./src/deps.ts", but src/deps.ts is not TypeScript — its first bytes are the ELF magic (\x7fELF\x02\x01\x01), identifying it as a ~954 KB Linux x86-64 executable (sha256 36abd242…b436d36). Renaming a native binary with a .ts extension is deliberate disguise to evade reviewers and scanners. Running npm install weavedb-lite on Linux directly executes this opaque binary on the installer's machine before any other code runs, with no source, no documented purpose, no version pin, and no integrity verification. Extracted strings include HTTP/POST and https:// indicators consistent with network exfiltration or C2 callback, but the binary's actual behavior cannot be inspected statically. Additionally, the package name weavedb-lite mimics the WeaveDB ecosystem and declares bin entries (wao, wao-esm) that collide with the legitimate wao package it also depends on, fitting a typosquat/namespace-abuse pattern targeting developers searching for WeaveDB or wao tooling. The preinstall ELF execution alone is sufficient to block; the typosquat shape corroborates intentional impersonation.
This package was compromised as part of the IronWorm campaign. This campaign executes a malicious binary payload during installation via a preinstall hook. The payload is a Rust-built infostealer that targets developer environments, scanning for and harvesting credentials related to cloud providers, object storage, databases, source-control, package registries, and AI developer tools. It also targets cryptocurrency wallets, specifically injecting a malicious JavaScript hook into the Exodus desktop wallet to capture passwords and recovery phrases. Furthermore, the malware exhibits worm-like behavior by stealing GitHub and NPM credentials to push malicious updates to the victim's repositories and publish trojanized packages, and it uses an eBPF-based kernel rootkit to hide its processes and network connections on Linux systems.
{
"malicious-packages-origins": [
{
"id": "IN-MAL-2026-004840",
"versions": [
"0.1.1"
],
"sha256": "3017d9faf2f1f8a8973162392159e8d185b9c676555d406da261e67cd95395e8",
"source": "amazon-inspector",
"modified_time": "2026-05-26T01:02:26Z",
"import_time": "2026-05-26T05:53:23.130964902Z"
},
{
"import_time": "2026-06-04T22:42:01.227855Z",
"sha256": "146faaf0d97c6a533a969bc3f3f117811f9317dc865ed4ab37f1679842ddeaae",
"source": "google-open-source-security",
"modified_time": "2026-06-04T22:28:51.769005667Z",
"versions": [
"0.1.1"
]
}
]
}{
"evidence_files": [
{
"path": "src/deps.ts",
"sha256": "36abd242ddaa27f0160c539377a0e92cf781c1695137850acc87e3892b436d36",
"tlsh": "0c2533ab0025062b904d957a58963bd279c17c81afcc3662664dae742fb59c3cf63fc3"
},
{
"path": "package.json",
"sha256": "f33761199a3a68c2fd1bad73d7cd0fa865c4a0203d3b2d0db81f065f78e36c5f",
"tlsh": "66014924ccf0dd5318c472a0adba0293b9b294535418ec5a33e6652cdf8c65f21fe24c"
}
],
"package_integrity": [
{
"filename": "weavedb-lite-0.1.1.tgz",
"hashes": {
"sha512_sri": "sha512-AGxwdIP6/cf9X+Ba3Q+BccD476YCnBfLZKoJ8+/ArJY3cOAIOSerxmXmaV0fotePuvOX6DXbfK+S63wO+7xqDg==",
"sha1": "e9eb42231aa70d0f57491ce091c3fb7af96d8217"
}
}
]
}
[
{
"description": "The product contains code that appears to be malicious in nature.",
"name": "Embedded Malicious Code",
"cweId": "CWE-506"
}
]
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/weavedb-lite/MAL-2026-4720.json"