MAL-2026-4727

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/weavedb-warp-contracts-plugin-deploy/MAL-2026-4727.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-4727
Published
2026-05-26T01:01:39Z
Modified
2026-06-04T23:16:43.415028425Z
Summary
Malicious code in weavedb-warp-contracts-plugin-deploy (npm)
Details

-= 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.

Database specific
{
    "malicious-packages-origins": [
        {
            "sha256": "a98f87e329831590a7416ca47a949a7b21cf8e948491e875d8359ca8d5cc5959",
            "import_time": "2026-05-26T05:53:22.907535692Z",
            "source": "amazon-inspector",
            "modified_time": "2026-05-26T01:01:39Z",
            "versions": [
                "1.0.11"
            ],
            "id": "IN-MAL-2026-004838"
        },
        {
            "sha256": "146faaf0d97c6a533a969bc3f3f117811f9317dc865ed4ab37f1679842ddeaae",
            "import_time": "2026-06-04T22:42:01.227855Z",
            "source": "google-open-source-security",
            "modified_time": "2026-06-04T22:28:51.769005667Z",
            "versions": [
                "1.0.11"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / weavedb-warp-contracts-plugin-deploy

Package

Name
weavedb-warp-contracts-plugin-deploy
View open source insights on deps.dev
Purl
pkg:npm/weavedb-warp-contracts-plugin-deploy

Affected ranges

Affected versions

1.*
1.0.11

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/weavedb-warp-contracts-plugin-deploy/MAL-2026-4727.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]
indicators
{
    "evidence_files": [
        {
            "sha256": "36abd242ddaa27f0160c539377a0e92cf781c1695137850acc87e3892b436d36",
            "tlsh": "0c2533ab0025062b904d957a58963bd279c17c81afcc3662664dae742fb59c3cf63fc3",
            "path": "tools/setup"
        },
        {
            "sha256": "594da27dfc1b2a418431aaada5f9284a34ff9fe6c9504f10e9a8c64e92c1eab8",
            "tlsh": "6831a020cf598c7312d46625f869c683667989971c59fc0473e2a37d4f0c7bf12b52ae",
            "path": "package.json"
        }
    ],
    "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=="
            }
        }
    ]
}