MAL-2026-14199

    Dashboard / Malicious Package / MAL-2026-14199

    MAL-2026-14199

    Published: 19 Aug 2026Last Modified: 19 Aug 2026

    Summary: Malicious code in txs-runner-sdk (npm)

    Details: Source: amazon-inspector (db9d5d94b7f75bbe8bca33eb382bfb986e68b7f0307cad7e9626da103192f254) The package advertises itself as generating random transaction data, but its main API method getTransactions() invokes load_transaction_data(), which reads database.js (a JSON file whose records carry base64-encoded 'mark' fields), applies a per-character Caesar shift keyed by an item count, base64-decodes the concatenated result, and passes the resulting bytes to eval() inside a try/catch. The.js-suffixed data file, the double-encoded payload smuggled as product 'mark' fields, and the mismatch between the stated purpose (random data generation) and the presence of dynamic code execution together form a loader/dropper pattern: any consumer that calls the advertised API executes attacker-authored JavaScript in the calling process. Declared dependencies include axios and python-shell, consistent with a stager that fetches or spawns further payloads once the decoded code runs.

    Affected packages

    Package

    Name: txs-runner-sdk

    Purl: pkg:npm/txs-runner-sdk

    Affected ranges

    Type: N/A

    Events:

    Introduced- None
    Fixed -None

    Affected versions

    1.0.1
    MAL-2026-14199 | CVE-DB