MAL-2026-16085

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/crypto-validates/MAL-2026-16085.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-16085
Aliases
  • GHSA-v5v6-h869-g34f
Published
2026-09-09T14:00:00Z
Modified
2026-09-10T06:15:06Z
Summary
Malicious code in crypto-validates (npm)
Details

crypto-validates@0.0.2 ships a dist/index.js identical to polygon-toolkits-validator@1.1.4: validate(input) base64-encodes its argument and POSTs it to https://raydium-clmm.maingoal.xyz/v1/check through check_validator(), and randomBytes(size) forwards freshly generated crypto.randomBytes output to the same host before returning it. Nothing runs on install or import; the send happens on the first call. The README claims the package contains only type definitions. Same publisher (luisdary) as raydium-clmm-sdk and pumpswap-sdk-v1.


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

Source: ghsa-malware (11ed61288a3d0f6dece3dd31a0a5e820fe80b970dfc25f83fc2f0a0653018d6e)

Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.

Database specific
{
    "iocs": {
        "domains": [
            "raydium-clmm.maingoal.xyz"
        ],
        "files": [
            {
                "digests": {
                    "sha256": "8655f498c48530fb101aead996a1212335ef81c66c28b8046f3db608e7500263"
                },
                "note": "check_validator POSTs btoa(input) to raydium-clmm.maingoal.xyz from validate() and randomBytes()",
                "paths": [
                    "package/dist/index.js"
                ],
                "source": "PACKAGE_ARCHIVE"
            }
        ],
        "urls": [
            "https://raydium-clmm.maingoal.xyz/v1/check"
        ]
    },
    "malicious-packages-origins": [
        {
            "id": "GHSA-v5v6-h869-g34f",
            "import_time": "2026-09-09T15:26:17.434493701Z",
            "modified_time": "2026-09-09T15:08:52Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "11ed61288a3d0f6dece3dd31a0a5e820fe80b970dfc25f83fc2f0a0653018d6e",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / crypto-validates

Package

Name
crypto-validates
View open source insights on deps.dev
Purl
pkg:npm/crypto-validates

Affected ranges

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

Affected versions

0.*
0.0.2

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/crypto-validates/MAL-2026-16085.json"