MAL-2026-4482

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

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

Source: amazon-inspector (9d689a27b5cc929562b684a7181549d3770de331a9f57120881d8060294b6e5f)

package.json declares "preinstall": "./vendor/setup", which runs a 976,568-byte Linux ELF binary on every npm install. The package's stated purpose is a small React/Next.js Arweave routing helper (dist/esm/index.js) — there is no documented or structural reason for it to ship or execute a native binary. The binary is packed/obfuscated (mostly non-printable string output, no README or docs explaining its role) and is invoked solely from the install lifecycle hook, with no source, build script, or hash verification accompanying it. Extracted strings include LIBBPF0.0, ~PTRACE, /proc references, USERPROFILE, https://, HTTP/1.1, GitHub API version 2022-11-28, Ed25519, RSAPKCS1_, and POST/DELETE verbs — fingerprints consistent with a credential-harvesting / GitHub-API-abusing payload with anti-debug instrumentation. The binary is not version-pinned to any publisher release, not hash-verified, and the package's advertised purpose is unrelated to any of the binary's apparent capabilities. This matches the opaque-native-binary-with-doc-mismatch and generic-binary-runner-dropper attack patterns: arbitrary attacker-controlled native code executes on every installer's machine without consent or inspectability.

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": [
        {
            "import_time": "2026-05-26T05:53:21.797683398Z",
            "versions": [
                "0.1.5"
            ],
            "source": "amazon-inspector",
            "sha256": "9d689a27b5cc929562b684a7181549d3770de331a9f57120881d8060294b6e5f",
            "modified_time": "2026-05-26T01:01:07Z",
            "id": "IN-MAL-2026-004828"
        },
        {
            "import_time": "2026-06-04T22:42:01.227855Z",
            "versions": [
                "0.1.5"
            ],
            "source": "google-open-source-security",
            "modified_time": "2026-06-04T22:28:51.769005667Z",
            "sha256": "146faaf0d97c6a533a969bc3f3f117811f9317dc865ed4ab37f1679842ddeaae"
        }
    ]
}
References
Credits

Affected packages

npm / arnext

Package

Affected ranges

Affected versions

0.*
0.1.5

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "d511ba35c8a08da328d126ac943a0383e9b19497a554ed4933dd610c4f0e2af21bf7e8",
            "sha256": "6b6bc1dd0c2c38529991a2d2c45e4ada688fde2958577cdf62f4fedf7cfc4119",
            "path": "package.json"
        },
        {
            "tlsh": "0c2533ab0025062b904d957a58963bd279c17c81afcc3662664dae742fb59c3cf63fc3",
            "sha256": "36abd242ddaa27f0160c539377a0e92cf781c1695137850acc87e3892b436d36",
            "path": "vendor/setup"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-xeOTqVjr08pfSqysAnYeEWb54V2/wuk4YVKZ+QVHCp5MA5n10CIfV/pUpWT5VfV/m7S/V3cTUeNJ/Lrz58bNWQ==",
                "sha1": "78cb8b76d6121346c161667b673a33fa6a63225b"
            },
            "filename": "arnext-0.1.5.tgz"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/arnext/MAL-2026-4482.json"
cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]