MAL-2026-4727
Vulnerability from ossf_malicious_packages
-= Per source details. Do not edit below this line.=-
Source: amazon-inspector (a98f87e329831590a7416ca47a949a7b21cf8e948491e875d8359ca8d5cc5959)
package.json declares "preinstall": "./tools/setup", which is a 976 KB Linux x86_64 ELF binary shipped in the tarball with no source, no build system, and no documentation. The README describes a pure-TypeScript Warp Contracts deploy plugin and contains no mention of a native helper — there is no legitimate reason for this package to execute an opaque native binary on every npm install. The shipped ELF contains strings consistent with a credential harvester: an HTTP/1.1 client, USERPROFILE/HOME environment reads, libbpf and PTRACE process-inspection capabilities, and X25519/Ed25519 cryptographic primitives. The package name weavedb-warp-contracts-plugin-deploy impersonates the legitimate warp-contracts-plugin-deploy published by warp.cc, and the README is copied verbatim from the legitimate package (linking to academy.warp.cc) despite this package being published under neither warp.cc nor an official WeaveDB scope. The combination of a typosquat-style lure with a documentation-mismatched native dropper auto-executed at install time is an unambiguous supply-chain attack: any developer who runs npm install against this package executes attacker-controlled native code with the user's privileges before any other code review can occur.
Source: google-open-source-security (146faaf0d97c6a533a969bc3f3f117811f9317dc865ed4ab37f1679842ddeaae)
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.
- CWE-506 - The product contains code that appears to be malicious in nature.
{
"affected": [
{
"database_specific": {
"cwes": [
{
"cweId": "CWE-506",
"description": "The product contains code that appears to be malicious in nature.",
"name": "Embedded Malicious Code"
}
],
"indicators": {
"evidence_files": [
{
"path": "tools/setup",
"sha256": "36abd242ddaa27f0160c539377a0e92cf781c1695137850acc87e3892b436d36",
"tlsh": "0c2533ab0025062b904d957a58963bd279c17c81afcc3662664dae742fb59c3cf63fc3"
},
{
"path": "package.json",
"sha256": "594da27dfc1b2a418431aaada5f9284a34ff9fe6c9504f10e9a8c64e92c1eab8",
"tlsh": "6831a020cf598c7312d46625f869c683667989971c59fc0473e2a37d4f0c7bf12b52ae"
}
],
"package_integrity": [
{
"filename": "weavedb-warp-contracts-plugin-deploy-1.0.11.tgz",
"hashes": {
"sha1": "d15388b7d98a6f0200ecb17a2298dcd873bc2a2c",
"sha512_sri": "sha512-8A7+nQSMDw6eFW/iOgKn5EGIJ7US/o+Em9AEoQpGOBHh40ZIvT+Qcummuo+e5XRrlc9ygesxSgElTo6Ly0eZ0A=="
}
}
]
}
},
"package": {
"ecosystem": "npm",
"name": "weavedb-warp-contracts-plugin-deploy"
},
"versions": [
"1.0.11"
]
}
],
"credits": [
{
"contact": [
"actran@amazon.com"
],
"name": "Amazon Inspector",
"type": "FINDER"
}
],
"database_specific": {
"malicious-packages-origins": [
{
"id": "IN-MAL-2026-004838",
"import_time": "2026-05-26T05:53:22.907535692Z",
"modified_time": "2026-05-26T01:01:39Z",
"sha256": "a98f87e329831590a7416ca47a949a7b21cf8e948491e875d8359ca8d5cc5959",
"source": "amazon-inspector",
"versions": [
"1.0.11"
]
},
{
"import_time": "2026-06-04T22:42:01.227855Z",
"modified_time": "2026-06-04T22:28:51.769005667Z",
"sha256": "146faaf0d97c6a533a969bc3f3f117811f9317dc865ed4ab37f1679842ddeaae",
"source": "google-open-source-security",
"versions": [
"1.0.11"
]
}
]
},
"details": "\n---\n_-= Per source details. Do not edit below this line.=-_\n\n## Source: amazon-inspector (a98f87e329831590a7416ca47a949a7b21cf8e948491e875d8359ca8d5cc5959)\npackage.json declares `\"preinstall\": \"./tools/setup\"`, which is a 976 KB Linux x86_64 ELF binary shipped in the tarball with no source, no build system, and no documentation. The README describes a pure-TypeScript Warp Contracts deploy plugin and contains no mention of a native helper \u2014 there is no legitimate reason for this package to execute an opaque native binary on every `npm install`. The shipped ELF contains strings consistent with a credential harvester: an HTTP/1.1 client, USERPROFILE/HOME environment reads, libbpf and PTRACE process-inspection capabilities, and X25519/Ed25519 cryptographic primitives. The package name `weavedb-warp-contracts-plugin-deploy` impersonates the legitimate `warp-contracts-plugin-deploy` published by warp.cc, and the README is copied verbatim from the legitimate package (linking to academy.warp.cc) despite this package being published under neither warp.cc nor an official WeaveDB scope. The combination of a typosquat-style lure with a documentation-mismatched native dropper auto-executed at install time is an unambiguous supply-chain attack: any developer who runs `npm install` against this package executes attacker-controlled native code with the user\u0027s privileges before any other code review can occur.\n\n## Source: google-open-source-security (146faaf0d97c6a533a969bc3f3f117811f9317dc865ed4ab37f1679842ddeaae)\nThis 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\u0027s repositories and publish trojanized packages, and it uses an eBPF-based kernel rootkit to hide its processes and network connections on Linux systems.\n",
"id": "MAL-2026-4727",
"modified": "2026-06-04T23:12:21Z",
"published": "2026-05-26T01:01:39Z",
"references": [
{
"type": "PACKAGE",
"url": "https://www.npmjs.com/package/weavedb-warp-contracts-plugin-deploy/v/1.0.11"
},
{
"type": "ARTICLE",
"url": "http://www.ox.security/blog/ironworm-supply-chain-malware-hits-npm/"
},
{
"type": "ARTICLE",
"url": "https://research.jfrog.com/post/iron-worm-shai-hulud-rustier-cousin/"
}
],
"schema_version": "1.7.4",
"summary": "Malicious code in weavedb-warp-contracts-plugin-deploy (npm)"
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.