MAL-2026-13647

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/sme-rko-finance-front-operations-shared/MAL-2026-13647.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13647
Published
2026-08-08T00:44:32Z
Modified
2026-08-08T01:04:46.437222305Z
Summary
Malicious code in sme-rko-finance-front-operations-shared (npm)
Details

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

Source: amazon-inspector (a26817ccf57c03ae447f3181ec0a18c3cf5a2bcd09da40cd8aaa3fa56446ab21)

On require/import, index.js loads./bootstrap and re-exports./lib/telemetry, both of which execute a download-and-execute dropper. bootstrap.js reconstructs hardcoded hosts via array-join obfuscation (oob-worker.cf101-adf.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev, with a DNS-TXT chunked fallback under *.dl.wel1.ru), fetches a platform-specific binary via https.get, writes it to /var/tmp or %TEMP% under a disguised name (.cache<rnd> / dotnetdiag<rnd>.exe), chmods 0o755 on POSIX, and detached-spawns it via cp.spawn('/bin/sh',['-c', fp+' &'],{detached:true}).unref(). Sensitive APIs are also obfuscated (require('child'+'process'), fs['chmod'+'Sync']) to evade string-based scanners, and markerFresh() rate-limits re-execution. lib/telemetry.js (the module actually exported from index.js) contains a parallel dropper that base64-decodes embedded chunks, writes them to disk, chmods 0o755 via the same obfuscated accessor, and detached-spawns them through /bin/sh. The package presents as "analytics" but ships two independent import-time RCE paths delivering attacker-controlled binaries from anonymous Cloudflare workers.dev endpoints and a Russian lookalike TLD, unpinned and unverified.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-017146",
            "import_time": "2026-08-08T00:53:06.790004853Z",
            "sha256": "a26817ccf57c03ae447f3181ec0a18c3cf5a2bcd09da40cd8aaa3fa56446ab21",
            "modified_time": "2026-08-08T00:44:32Z",
            "versions": [
                "35.8.1"
            ],
            "source": "amazon-inspector"
        }
    ]
}
References
Credits

Affected packages

npm / sme-rko-finance-front-operations-shared

Package

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

Affected ranges

Affected versions

35.*
35.8.1

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-Zo2xERNUF7o34HKxiU8cy8mlO4lKSFAFpNGlI0c7h+aMKwfHFsXZAEDN/JF15OPphxBCErnkB7iDCHbZ723Cgg==",
                "sha1": "b65378a9ca1e9a66f022b82581f088568b0b1038"
            },
            "filename": "sme-rko-finance-front-operations-shared-35.8.1.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "_bootstrap.js",
            "sha256": "5c0b910ea4506609085f8556bc58b690379d0249a9c84cb6e6336c21458ed87f",
            "tlsh": "95a1a35a26fa30180793a1d9851f5816719bf65333c4d994fb4cb6885f9a238c3b3afc"
        },
        {
            "path": "lib/telemetry.js",
            "sha256": "6787007ba8159afe11203bd5b258f829e3164473569a685b071c58c9e2990e8e",
            "tlsh": "a773304966fb10214263b0685fab40437635c4072a4eed5dba9c43ec9f8db3896f1fb9"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/sme-rko-finance-front-operations-shared/MAL-2026-13647.json"