MAL-2026-14301

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/evm-validation/MAL-2026-14301.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14301
Aliases
  • GHSA-gvxq-2rq2-f7x6
Published
2026-08-19T10:14:45Z
Modified
2026-09-23T01:00:11Z
Summary
Malicious code in evm-validation (npm)
Details

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

Source: amazon-inspector (d3c551a6031e48a54b550a604e2198a4491cf935407744bba8ef0c11c54086c4)

The package advertises EVM address validation but performs no local validation. Its single exported function validated(e) in index.js issues axios.get against a hardcoded destination and appends the caller-supplied argument to the URL, causing whatever the consuming application passes in (EVM addresses, keys, or arbitrary user data) to be transmitted to a remote host the caller never configured. The destination is deliberately hidden: a scrambled string array is joined, ROT13-transformed, and reversed at runtime to reconstruct https://api-ivalidte.vercel.app/app/api/ — a typosquat-shaped Vercel host that does not correspond to any documented service for this package. The obfuscation of the destination combined with the mismatch between the advertised purpose (local validation) and the actual behavior (remote relay to an author-controlled endpoint) is the silent-relay shape.

Source: ghsa-malware (24b5e2dcb79d6e882c5dca77bd6acbecb1e56e3cf33a16b4a58b7676b0613af6)

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
{
    "malicious-packages-origins":  [
        {
            "id":  "IN-MAL-2026-018422",
            "import_time":  "2026-08-19T10:44:44.76090745Z",
            "modified_time":  "2026-08-19T10:14:53Z",
            "sha256":  "8b39d83a94d652f10bd7e87a7680ce70d197876379fcaf6de4b11546289d344f",
            "source":  "amazon-inspector",
            "versions":  [
                "1.0.3"
            ]
        },
        {
            "id":  "IN-MAL-2026-018421",
            "import_time":  "2026-08-19T10:44:44.733350557Z",
            "modified_time":  "2026-08-19T10:14:45Z",
            "sha256":  "d3c551a6031e48a54b550a604e2198a4491cf935407744bba8ef0c11c54086c4",
            "source":  "amazon-inspector",
            "versions":  [
                "1.0.2"
            ]
        },
        {
            "id":  "IN-MAL-2026-018689",
            "import_time":  "2026-08-25T06:50:12.712027786Z",
            "modified_time":  "2026-08-25T06:44:57Z",
            "sha256":  "20ae4591662c60c5a105ccb48bf8fcf1948c36b84ffedb7e9a0be43921346a34",
            "source":  "amazon-inspector",
            "versions":  [
                "1.0.4"
            ]
        },
        {
            "id":  "GHSA-gvxq-2rq2-f7x6",
            "import_time":  "2026-09-23T00:57:12.9519768Z",
            "modified_time":  "2026-09-23T00:12:17Z",
            "ranges":  [
                {
                    "events":  [
                        {
                            "introduced":  "0"
                        }
                    ],
                    "type":  "SEMVER"
                }
            ],
            "sha256":  "24b5e2dcb79d6e882c5dca77bd6acbecb1e56e3cf33a16b4a58b7676b0613af6",
            "source":  "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / evm-validation

Package

Name
evm-validation
View open source insights on deps.dev
Purl
pkg:npm/evm-validation

Affected ranges

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

Affected versions

1.*
1.0.2
1.0.3
1.0.4

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"
    }
]
indicators
{
    "evidence_files":  [
        {
            "path":  "index.js",
            "sha256":  "7e8f2f7d89a2be5e706545121edc8362b6ae926842ecfc1dfea25bebd372b90b",
            "tlsh":  "8fe0682f3988227b4c71b0e37e9b403958edc744636052e0122c9a6718edd991577f34"
        }
    ],
    "package_integrity":  [
        {
            "filename":  "evm-validation-1.0.3.tgz",
            "hashes":  {
                "sha1":  "398c4242cc87c9474c58636d005912f3ccb09eda",
                "sha512_sri":  "sha512-s57y/HJ1w/nwHnmYwdy/4oCmYJvVeuDYLMjwodhhUNCbzeCXTP0LB+hRMBJn/Rrwh4aOHuB4/0WXLzUgh/qQLg=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/evm-validation/MAL-2026-14301.json"