MAL-2026-4717

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

-= Per source details. Do not edit below this line.=-

Source: amazon-inspector (9cb1233d729c7aefcbe9024196bb4af52f78854aa5ed7f46afb4fa9cd59918c1)

package.json declares "preinstall": "./src/compiler/native", which auto-executes a 976 KB stripped Linux ELF binary on every npm install. The binary is undocumented — no source is shipped, no README mention, and no JavaScript code in the package references it. Extracted strings show system-introspection capabilities (libbpf/eBPF, ptrace, netlink-diag), cryptographic primitives (RSA, Ed25519, MLKEM), an HTTP/1.1 client, GitHub REST API references (api.github.com, version header 2022-11-28), XMLHttpRequest, and USERPROFILE — a system-introspection plus networking surface entirely inconsistent with the package's stated purpose (a Next.js admin console for WeaveDB, which requires no native compilation step). The binary is stripped and cannot be inspected before npm runs it. Installer harm: arbitrary attacker-controlled native code runs with the installer's privileges on npm install, with surface area (eBPF/ptrace) suggesting credential and process-memory access, and outbound HTTP/GitHub-API capability for exfiltration or further payload retrieval.

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": [
        {
            "modified_time": "2026-05-26T01:02:02Z",
            "sha256": "71a1d59955effddbe219eb31f60faec73be48629058bd1a4ea26a3e583c79845",
            "versions": [
                "0.2.1"
            ],
            "import_time": "2026-05-26T05:53:23.008183105Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-004839"
        },
        {
            "id": "IN-MAL-2026-004836",
            "sha256": "9cb1233d729c7aefcbe9024196bb4af52f78854aa5ed7f46afb4fa9cd59918c1",
            "modified_time": "2026-05-26T01:01:33Z",
            "versions": [
                "0.2.1"
            ],
            "source": "amazon-inspector",
            "import_time": "2026-05-26T05:53:22.674170667Z"
        },
        {
            "sha256": "146faaf0d97c6a533a969bc3f3f117811f9317dc865ed4ab37f1679842ddeaae",
            "modified_time": "2026-06-04T22:28:51.769005667Z",
            "versions": [
                "0.2.1"
            ],
            "source": "google-open-source-security",
            "import_time": "2026-06-04T22:42:01.227855Z"
        }
    ]
}
References
Credits

Affected packages

npm / weavedb-console

Package

Affected ranges

Affected versions

0.*
0.2.1

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
indicators
{
    "package_integrity": [
        {
            "filename": "weavedb-console-0.2.1.tgz",
            "hashes": {
                "sha1": "d7208c2353e066d1d2dbd77b375fabfcc463c213",
                "sha512_sri": "sha512-+MqOoirMkuY5Jr37/EoOxjyLuRU0hpw9izmtlNsjnkUt7XxtVYeuWNjkjPfuKtj0bI+HtQLjovP1sSeCH15VmQ=="
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "1c117620ce228db319ca026c78ba124394395c071d55f80c33928b4c4f4e52f62b9a9e",
            "sha256": "5d4f9311f73a69f9a41d07c318e37184360d426fe6634f4ab8157692d797095a",
            "path": "package.json"
        }
    ],
    "domains": [
        "codeload.github.com"
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/weavedb-console/MAL-2026-4717.json"