MAL-2026-13636

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/sme-rko-finance-front-operations-feed-impl/MAL-2026-13636.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13636
Published
2026-08-08T00:43:42Z
Modified
2026-08-08T01:05:02.511368959Z
Summary
Malicious code in sme-rko-finance-front-operations-feed-impl (npm)
Details

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

Source: amazon-inspector (dee413dd5d9f35d90594093501e52606a50dba9fcc61e73a7de489444b420229)

On require(), adapter.js and lib/telemetry.js assemble Cloudflare Workers hostnames from string-split arrays (oob-worker.cf101-adf.workers.dev, cf99-9b3.workers.dev, cf103-070.workers.dev, cf100-416.workers.dev) joined at runtime, download a platform-specific binary payload, write it under /tmp or %TEMP% with a disguised name (dotnetdiag<rand>.exe on Windows; hidden.cache<rand> on Unix), chmod 0755 (via the concatenated property name fs['chmod'+'Sync']), and spawn it detached through cmd.exe or /bin/sh -c '<path> &' with detached:true and unref(). When HTTPS retrieval fails, a DNS-based staging channel resolves TXT records on sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru — reading a chunk count from c.<domain> and reconstructing a base64 payload from 0.<domain>..N.<domain> TXT records. The require of childprocess is split as require("child"+"process") and the module is dressed up with an analytics_state cover-story marker resembling a Sentry-like telemetry SDK. Two redundant dropper paths execute on import: _adapter.js and the main entry lib/telemetry.js.

Database specific
{
    "malicious-packages-origins": [
        {
            "source": "amazon-inspector",
            "modified_time": "2026-08-08T00:43:42Z",
            "sha256": "dee413dd5d9f35d90594093501e52606a50dba9fcc61e73a7de489444b420229",
            "import_time": "2026-08-08T00:53:06.344284251Z",
            "id": "IN-MAL-2026-017141",
            "versions": [
                "35.8.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / sme-rko-finance-front-operations-feed-impl

Package

Name
sme-rko-finance-front-operations-feed-impl
View open source insights on deps.dev
Purl
pkg:npm/sme-rko-finance-front-operations-feed-impl

Affected ranges

Affected versions

35.*
35.8.1

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/sme-rko-finance-front-operations-feed-impl/MAL-2026-13636.json"
indicators
{
    "package_integrity": [
        {
            "filename": "sme-rko-finance-front-operations-feed-impl-35.8.1.tgz",
            "hashes": {
                "sha512_sri": "sha512-3iwUwcIVV7qtrmYPu/6z6v1i+iqZCWM4D9W3PdAh1uLIv9Q6TfJiIOeX5tWQ6r6q2Efh1Kh+fG74x3aBc++OnQ==",
                "sha1": "b1dfc2808613a9fd589998c139176bd4f2ebcb8e"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "f5a1a55a16fa70180792a0d8852f5416b19ff65333c4e9d0fb4cb6989f9a13883b29fc",
            "sha256": "be4dd88e76a2effcb1b422d78ab0f4357eed301eaa919a1877ad8177b4145fcf",
            "path": "_adapter.js"
        },
        {
            "tlsh": "f573304966fb10214263b0685fbb40437635c4072a4aed5dba9c43ec9f8db3896f1fb9",
            "sha256": "59caef9d9ed4a896d11cb464ee07691a0e6f71b161af6e358825b1e3f7ebede3",
            "path": "lib/telemetry.js"
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]