MAL-2026-10603

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@public-for-cdao/token/MAL-2026-10603.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-10603
Aliases
  • GHSA-cvjj-96jr-345h
Published
2026-06-17T03:50:10Z
Modified
2026-09-01T11:30:47Z
Summary
Malicious code in @public-for-cdao/token (npm)
Details

The @public-for-cdao/token package is part of a dependency-confusion credential theft campaign. Its package.json declares a postinstall hook that runs node recon.js automatically during npm installation. The bundled recon.js is identical across six packages in the @public-for-cdao scope and has SHA-256 3dd1f7827fe311d17f442e0af0fab46f3f1a938bb3409838536795fb1aa0f740.

The script collects CI tokens, GitLab access tokens, SSH and deployment keys, AWS credentials, database and Redis passwords, private keys, cryptocurrency mnemonics and seed phrases, Docker and npm credentials, and Slack and Discord tokens from environment variables. It also searches common project, application, root, and CI-runner locations for .env files and extracts lines containing KEY, SECRET, TOKEN, PASS, PRIVATE, or MNEMONIC. The package name, version, hostname, and collected secrets are POSTed to a fixed webhook.site endpoint and a Pipedream endpoint with TLS certificate verification disabled.


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

Source: amazon-inspector (eb59d96acba76c5d5e2044eae3d7dfeb33bc19f10d75aa04fcf6765ad9b7fde8)

Package @public-for-cdao/token@99.99.99 is a dependency-confusion payload targeting an internal @cdao/token scope. package.json declares a postinstall hook that runs node recon.js, which on npm install collects host identity (os.hostname(), username, platform, cwd), iterates a large list of CI/CD and cloud credential environment variables (including AWS_SECRET_ACCESS_KEY, NPM_TOKEN, GITLAB_* tokens, PRIVATE_KEY, MNEMONIC, DB_PASSWORD), reads .env* files at multiple paths and greps for KEY/SECRET/TOKEN/PASS/PRIVATE/MNEMONIC lines, and enumerates GitLab-runner build directories under /builds/, /home/gitlab-runner/builds/, and /var/lib/gitlab-runner/. The collected data is JSON-serialized and POSTed over HTTPS with rejectUnauthorized:false to two attacker-controlled endpoints: webhook.site/d6d18927-e513-4df7-b019-58bfc64fe0dd and enqoojbegdvxj.x.pipedream.net. The version 99.99.99 and mismatched public scope are consistent with attempting to preempt resolution of an internal package of the same base name.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-010547",
            "import_time": "2026-07-14T18:28:28.489730005Z",
            "modified_time": "2026-07-14T17:57:01Z",
            "sha256": "eb59d96acba76c5d5e2044eae3d7dfeb33bc19f10d75aa04fcf6765ad9b7fde8",
            "source": "amazon-inspector",
            "versions": [
                "99.99.99"
            ]
        },
        {
            "id": "RLMA-2026-05456",
            "import_time": "2026-07-20T13:14:41.530465127Z",
            "modified_time": "2026-07-20T10:26:54Z",
            "sha256": "76a2e9717ce97919246ae14ddfabb2fb2daade052684ea92e43114ad523ba6f1",
            "source": "reversing-labs",
            "versions": [
                "99.99.99"
            ]
        },
        {
            "id": "RLUA-2026-05912",
            "import_time": "2026-09-01T11:17:43.852394408Z",
            "modified_time": "2026-08-24T16:29:42Z",
            "sha256": "a120bf7d609666db32a16471151818a1afc0e3fa87b1adffef45fc2c0fe5c046",
            "source": "reversing-labs"
        }
    ]
}
References
Credits

Affected packages

npm / @public-for-cdao/token

Package

Name
@public-for-cdao/token
View open source insights on deps.dev
Purl
pkg:npm/%40public-for-cdao/token

Affected ranges

Affected versions

99.*
99.99.99

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"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "recon.js",
            "sha256": "3dd1f7827fe311d17f442e0af0fab46f3f1a938bb3409838536795fb1aa0f740",
            "tlsh": "e481c9f046f1623815622784541f1012917bf297f2a6bbf4b6dc023a0faa96045f6fef"
        }
    ],
    "package_integrity": [
        {
            "filename": "token-99.99.99.tgz",
            "hashes": {
                "sha1": "25da7bb910e98fdab6044d04d559adf2dc061878",
                "sha512_sri": "sha512-4HHibtTXe+2Umy33fLDVnY300O5Jd4imPGo0EVc9gMlZUoFbqYDtzBFg4FPC/525mxI8sXhYP1D8yzpHlz5NFA=="
            }
        }
    ]
}
iocs
{
    "domains": [
        "webhook.site",
        "enqoojbegdvxj.x.pipedream.net"
    ],
    "urls": [
        "https://webhook.site/d6d18927-e513-4df7-b019-58bfc64fe0dd",
        "https://enqoojbegdvxj.x.pipedream.net/"
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@public-for-cdao/token/MAL-2026-10603.json"