MAL-2026-13771

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/boring-vault/MAL-2026-13771.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13771
Published
2026-08-11T00:00:00Z
Modified
2026-08-12T13:00:22.156321125Z
Summary
Malicious code in boring-vault (npm)
Details

boring-vault is a malicious npm package that impersonates the BoringVault smart-contract framework. It carries no legitimate functionality; the published tarball contains only a package.json and an install-time payload (index.js). Both preinstall and postinstall run node index.js || true, so the code executes automatically when the package is installed.

Version 1.0.0 harvests environment variables whose names match KEY|TOKEN|SECRET|PASS|PRIVATE|MNEMONIC|RPC|AWS|GITHUB|NPM|KUBE|VAULT|AUTH|PGP|GPG|SEED|WALLET, the contents of ~/.npmrc and ~/.gitconfig, and directory listings of ~/.ssh, ~/.foundry/keystores, ~/.config/hardhat, and ~/.config/gcloud, along with the hostname, username, working directory, and platform. The collected JSON is exfiltrated via an HTTPS POST to https://webhook.site/326b0891-2093-4800-a4c1-686ce3e07b09. Errors are swallowed so the install never visibly fails.

Version 1.1.0, published roughly 2.5 hours after 1.0.0 for all six packages within the same ~9-second window, reads full file contents (up to 4000 bytes) instead of just listing them. New targets include .aws/credentials, .aws/config, .ssh/id_rsa, .ssh/id_ed25519, .ssh/config, .kube/config, .docker/config.json, .netrc, .pgpass, .pypirc, .git-credentials, and two GCP credential files (application_default_credentials.json and legacy_credentials) — the ~/.config/gcloud directory listing is still collected too. It also reads local .env, .env.local, .env.production, .env.development, and secrets.env files from the working directory, and adds cryptocurrency wallet theft: key files from Solana, Anchor, NEAR, and Sui wallet paths, plus the first three files under ~/.foundry/keystores. The credential regex gains BEARER, API, INFURA, ALCHEMY, HELIUS, QUICKNODE, ANKR, and PRIVATE_KEY to catch RPC and API provider tokens. Both versions exfiltrate to the same webhook.site endpoint.

In 1.0.0, index.js opens with a fake comment claiming it is @plumenetwork/nest-artifacts, an unrelated install-time shim — @plumenetwork/nest-artifacts is not itself a malicious package, just a leftover label from whatever template the attacker reused across this batch, published by npm account mssjeep843. The fake comment was removed in 1.1.0. Five sibling packages from the same account impersonate Euler's EVC, Aerodrome Finance, Camelot AMM, and the BoringVault pattern, sharing this same webhook.site endpoint, byte-identical payload template, and 1.0.0-to-1.1.0 escalation. Two further packages from the same account (PyPI dlmm and dlmm-sdk, impersonating Meteora's DLMM SDK) ran an equivalent harvester and are tracked separately as MAL-2026-13728 and MAL-2026-13729.

Any environment that installed either version should rotate the exposed secrets and treat harvested keys as compromised, prioritizing wallet private keys and RPC/API tokens if 1.1.0 was installed.


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

Source: amazon-inspector (42afd2d2d4bfb9b6b45e5aa124032b4314f394a73e5552851a4083f984dc5d21)

The package's preinstall and postinstall hooks execute index.js, which reads classic installer-secret paths (~/.aws/credentials, ~/.ssh/id_rsa, ~/.kube/config, ~/.docker/config.json, ~/.netrc, ~/.npmrc, ~/.foundry/keystores,.env files) and scrapes environment variables matching a broad credential regex (KEY|TOKEN|SECRET|PASS|PRIVATE|MNEMONIC|RPC|AWS|GITHUB|NPM|ANKR|...). The collected data is serialized and sent via a detached child process that sleeps 60-240 seconds before POSTing JSON to https://webhook.site/326b0891-2093-4800-a4c1-686ce3e07b09, a hardcoded non-first-party endpoint, so exfiltration outlives the install-time process. The script also contains sandbox-evasion checks that bail out on hostnames matching scan-/detonation/sandbox/ubuntu-fc-uvm, users named scan/nonroot/sandbox, environments containing honey/canarytokens strings, and npm mirror registries. The package name references an unrelated legitimate project; the shipped code is a credential stealer.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-017439",
            "import_time": "2026-08-12T12:24:13.871168202Z",
            "modified_time": "2026-08-12T12:21:45Z",
            "versions": [
                "1.1.1"
            ],
            "source": "amazon-inspector",
            "sha256": "42afd2d2d4bfb9b6b45e5aa124032b4314f394a73e5552851a4083f984dc5d21"
        },
        {
            "id": "IN-MAL-2026-017445",
            "import_time": "2026-08-12T12:24:14.476865959Z",
            "modified_time": "2026-08-12T12:22:40Z",
            "versions": [
                "1.1.0"
            ],
            "source": "amazon-inspector",
            "sha256": "66725ea1aba9018c3a1aa3f03a0dd0aa683e0edcb1fb2c91b88a62adb1b94ad8"
        },
        {
            "id": "IN-MAL-2026-017456",
            "sha256": "b1f7d6574a239544a50c82808c9516d6530fca73d2fa0a2bf651ac74b54095e3",
            "modified_time": "2026-08-12T12:24:16Z",
            "versions": [
                "1.0.0"
            ],
            "source": "amazon-inspector",
            "import_time": "2026-08-12T12:51:43.118178762Z"
        }
    ],
    "iocs": {
        "files": [
            {
                "digests": {
                    "sha256": "2dc939cdc78eb659d6aa3c260284ba9e109bf199f6aea95b81d76b2eb36fdcef"
                },
                "paths": [
                    "package/index.js"
                ],
                "note": "1.0.0 install-time credential harvester (preinstall/postinstall hook)",
                "source": "PACKAGE_ARCHIVE"
            },
            {
                "digests": {
                    "sha256": "dd0cbc987117f2fdeb43b74a440203c3c52ee01aad52bdd806a406bd3dd17604"
                },
                "paths": [
                    "package/index.js"
                ],
                "note": "1.1.0 escalated payload: adds wallet keystore theft (Solana/Anchor/NEAR/Sui), local .env file reads, expanded RPC/API key regex, full credential-file-content reads",
                "source": "PACKAGE_ARCHIVE"
            }
        ],
        "urls": [
            "https://webhook.site/326b0891-2093-4800-a4c1-686ce3e07b09"
        ]
    }
}
References
Credits

Affected packages

npm / boring-vault

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

1.*
1.0.0
1.1.0
1.1.1

Database specific

indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha1": "1ca526a458640d1567b555a0312d2e61d185d2e8",
                "sha512_sri": "sha512-CPCCA92Sj+caD7WITS8sDBufRK0WhNJUd/lXlbOjIsZmy/NoTRr4A2xXBn2mywc39/kPbfvDNYdUF86swBe1Mg=="
            },
            "filename": "boring-vault-1.1.1.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "index.js",
            "sha256": "552b9cf2c3462ed0f077e98019d4632cef2c88cd217b94c87d3436b976b9cdb4",
            "tlsh": "4a51a593a2fa55a9136393e6e6132235823bf240b017d4e4f2ac54401fdb164c9b35fc"
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/boring-vault/MAL-2026-13771.json"