MAL-2026-14289

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@wizloft/harness-validation/MAL-2026-14289.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-14289
Published
2026-08-19T08:33:31Z
Modified
2026-08-19T09:00:19.345526325Z
Summary
Malicious code in @wizloft/harness-validation (npm)
Details

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

Source: amazon-inspector (67b0fc0f25eb3d7852b52d7e7db50071ac08ddfb1965df306bbf87ebf295cbe1)

dist/index.js appends a heavily obfuscated obfuscator.io-style payload (string array _0x240a of length 303, decoder _0x4963, string-array rotation) after the clean TypeScript-compiled validation code. None of this obfuscated code is declared in dist/index.d.ts and it executes at top level on import '@wizloft/harness-validation'. Decoded string fragments include Ethereum RPC / block-explorer hostnames (h.drpc.org, pc.io/eth, stapi.io), a hardcoded attacker Ethereum address (0xa322E5f3...), Etherscan-style query parameters (?module=account, filterby=from), a spoofed browser User-Agent, and application/json / content-encoding request framing. The payload queries the block explorer for transactions from the hardcoded wallet, extracts a URL/payload from the transaction data, then fetches and executes the resolved content — a blockchain-based dead-drop that lets the publisher rotate the delivered code by posting a new transaction from that wallet, giving them a persistent mutable remote-code channel against every process that imports the library. Sibling packages in the @wizloft/* namespace (@wizloft/harness-evidence, @wizloft/harness-kernel) are declared dependencies at matching alpha versions and exhibit the same trojanized-library shape.

Database specific
{
    "malicious-packages-origins": [
        {
            "import_time": "2026-08-19T08:48:53.767355574Z",
            "sha256": "67b0fc0f25eb3d7852b52d7e7db50071ac08ddfb1965df306bbf87ebf295cbe1",
            "modified_time": "2026-08-19T08:33:31Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-018410",
            "versions": [
                "0.1.1-alpha.3"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / @wizloft/harness-validation

Package

Name
@wizloft/harness-validation
View open source insights on deps.dev
Purl
pkg:npm/%40wizloft/harness-validation

Affected ranges

Affected versions

0.*
0.1.1-alpha.3

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/@wizloft/harness-validation/MAL-2026-14289.json"
indicators
{
    "evidence_files": [
        {
            "sha256": "affc08739ab30ac2c3d610cbee1e116fce4bc45c6fb88a5c4e62ecf42e107edc",
            "path": "dist/index.js",
            "tlsh": "fe23b7c47bd0644003476abb6b0bf0e1f97a18ae75884986f21cfa90ef5632bd5f1635"
        }
    ],
    "package_integrity": [
        {
            "filename": "harness-validation-0.1.1-alpha.3.tgz",
            "hashes": {
                "sha512_sri": "sha512-L4En6T5cJ6xNU7vQgabDEJBYhy8JbxW/x0/Bpe4zZDFyMWHqjWbSrDsdpJCIHDZbPEmE2yJNnmXeK/LSj4LR+A==",
                "sha1": "540d7396e8a00dce871668bb46ce790480f4a2cc"
            }
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    }
]