MAL-2026-6522

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@epsteinlovekids483/crossmint-wallets-sdk-pentest/MAL-2026-6522.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-6522
Published
2026-06-26T14:13:39Z
Modified
2026-06-26T17:01:40.842181460Z
Summary
Malicious code in @epsteinlovekids483/crossmint-wallets-sdk-pentest (npm)
Details

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

Source: amazon-inspector (6e43e5a418541bb3e485010eba536ecc9f1483dba866af53ff4a760684409213)

Package's main entry (dist/index.cjs) unconditionally requires dist/shai-hulud.js at module load. On require(), the code harvests installer secrets — filtered process.env keys matching TOKEN/KEY/SECRET/PASS/SEED/MNEMONIC/WALLET/PRIVATE/CREDENTIAL/AWS/AZURE/GCP/STRIPE/SLACK/TWILIO/NPM/GITHUB, the output of gh auth token invoked via child_process.execSync, ~/.npmrc, ~/.aws/credentials, ~/.ssh/* private keys, and ~/.config/solana/id.json. The collected data is JSON-stringified, base64-encoded, and POSTed (HTTPS with TLS validation disabled, HTTP fallback) to a hardcoded endpoint at 127.0.0.1:8052/exfil that the source comments label as 'C2'. The package is published under @epsteinlovekids483/crossmint-wallets-sdk-pentest, declares the legitimate Crossmint repository and the 'Paella Labs Inc' author, and ships a copied Crossmint Wallets SDK README, while internal comments state the payload is 'Injected into @crossmint/wallets-sdk'. The loopback C2 in this published build limits immediate reach on a vanilla installer, but the harvest, encoding, and POST primitives execute on every require() and the destination is a one-line change for any future republish. Importing this package as the legitimate Crossmint SDK results in theft of AWS credentials, SSH private keys, npm auth tokens, Solana keypairs, and the GitHub CLI token.

Database specific
{
    "malicious-packages-origins": [
        {
            "versions": [
                "1.0.2-pentest"
            ],
            "modified_time": "2026-06-26T14:13:42Z",
            "sha256": "0ca13667904a02cf13ab6827aa545065e594da3d8d196785351e7aff11ab3d9a",
            "id": "IN-MAL-2026-007601",
            "source": "amazon-inspector",
            "import_time": "2026-06-26T14:59:21.082180218Z"
        },
        {
            "versions": [
                "1.0.1-pentest"
            ],
            "modified_time": "2026-06-26T14:13:39Z",
            "sha256": "1df7116664455c448e5139b1ffac280a1f863853a707070c4336faff5f547015",
            "id": "IN-MAL-2026-007600",
            "source": "amazon-inspector",
            "import_time": "2026-06-26T14:59:21.049245258Z"
        },
        {
            "versions": [
                "1.0.0-pentest"
            ],
            "modified_time": "2026-06-26T14:13:44Z",
            "sha256": "6e43e5a418541bb3e485010eba536ecc9f1483dba866af53ff4a760684409213",
            "id": "IN-MAL-2026-007602",
            "source": "amazon-inspector",
            "import_time": "2026-06-26T14:59:21.107580496Z"
        },
        {
            "versions": [
                "1.0.9-pentest"
            ],
            "modified_time": "2026-06-26T15:49:07Z",
            "sha256": "af6fd83887b81c26da22239653f2ba5bcfd1595d45b3f1106f206bcfd5880003",
            "id": "IN-MAL-2026-007632",
            "source": "amazon-inspector",
            "import_time": "2026-06-26T15:52:37.802354507Z"
        },
        {
            "versions": [
                "1.0.5-pentest"
            ],
            "modified_time": "2026-06-26T15:49:04Z",
            "sha256": "ebf8f9d3677453259809d52d4b8e69591e8e12989363e98e7dbb8867fdbe7f6e",
            "id": "IN-MAL-2026-007631",
            "source": "amazon-inspector",
            "import_time": "2026-06-26T15:52:37.77365884Z"
        },
        {
            "versions": [
                "1.0.7-pentest"
            ],
            "modified_time": "2026-06-26T15:49:09Z",
            "sha256": "16f956e213ce0351e5350b1b7b6d998d2e9ed7d6dae05a17d1923fe309c477fa",
            "id": "IN-MAL-2026-007634",
            "source": "amazon-inspector",
            "import_time": "2026-06-26T15:52:37.878438244Z"
        },
        {
            "versions": [
                "1.0.11-pentest"
            ],
            "modified_time": "2026-06-26T15:49:08Z",
            "sha256": "1b9999c6315e7c670597d99525bf8f2855ff61499c08b649ae185bf1ff75e836",
            "id": "IN-MAL-2026-007633",
            "source": "amazon-inspector",
            "import_time": "2026-06-26T15:52:37.846062601Z"
        },
        {
            "versions": [
                "1.0.11"
            ],
            "modified_time": "2026-06-26T16:35:48Z",
            "sha256": "362265d8096cedca8dbb8fcfe9319112a2c7ce61bd4798fa12953998f822a560",
            "id": "IN-MAL-2026-007641",
            "source": "amazon-inspector",
            "import_time": "2026-06-26T16:45:37.047948605Z"
        }
    ]
}
References
Credits

Affected packages

npm / @epsteinlovekids483/crossmint-wallets-sdk-pentest

Package

Name
@epsteinlovekids483/crossmint-wallets-sdk-pentest
View open source insights on deps.dev
Purl
pkg:npm/%40epsteinlovekids483%2Fcrossmint-wallets-sdk-pentest

Affected ranges

Affected versions

1.*
1.0.0-pentest
1.0.1-pentest
1.0.2-pentest
1.0.5-pentest
1.0.7-pentest
1.0.9-pentest
1.0.11-pentest
1.0.11

Database specific

cwes
[
    {
        "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.",
        "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.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "package_integrity": [
        {
            "filename": "crossmint-wallets-sdk-pentest-1.0.2-pentest.tgz",
            "hashes": {
                "sha512_sri": "sha512-AEGdojNF+TCl/63x//lFx8K2rix/hcVeRhL5v/fjp67h+N3KtTXhxAzHh9InElOwkiWg/Z4uwzc/9ECV5ILWrQ==",
                "sha1": "2a706ca0ab37c842c67c78742521c081f54abd85"
            }
        }
    ],
    "evidence_files": [
        {
            "path": "dist/shai-hulud.js",
            "tlsh": "eb4188d026e68228169752e069df5011b273f50b3c41f0f476d89e5f6f8da5895b38f8",
            "sha256": "0010cbed18b4cd78968ccc4de5b73f4f04d713099fb47f2fe12c600992a9f47d"
        },
        {
            "path": "package.json",
            "tlsh": "40318b14c0154e6346c8279558b54123a6a24f0b4d96b91e33eb411d8f8df9f22ff2ef",
            "sha256": "1597a5fc1b7f1cd479ff2a9941f5753fb176d07b98d9af03be2ebbf6a31a35d5"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@epsteinlovekids483/crossmint-wallets-sdk-pentest/MAL-2026-6522.json"