MAL-2026-12050

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tinkoff-statist-browser-typed-client-sme.reporting.reporting/MAL-2026-12050.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12050
Aliases
  • GHSA-hh5q-m44v-j748
Published
2026-08-05T01:01:15Z
Modified
2026-08-26T01:18:21Z
Summary
Malicious code in tinkoff-statist-browser-typed-client-sme.reporting.reporting (npm)
Details

The package executes a hidden loader when it is imported. The loader downloads and runs a platform-specific native payload from attacker-controlled Cloudflare Workers hosts, or reconstructs the payload from DNS TXT records under well1.site if HTTPS delivery fails. Systems that imported this package should be considered compromised; rotate accessible secrets and investigate temporary-file execution and DNS activity to the listed infrastructure.


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

Source: amazon-inspector (eb2aa808aabae01f3ce4f8ed4a73077d3adffbbcdc1af80af27d6cc9de628d0e)

On require() of the package, index.js loads vendor.js which selects a platform-specific endpoint and fetches a binary payload from one of four Cloudflare Workers hosts whose names are assembled at runtime via string split/join concatenation (oob-worker.cf102-baf.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf99-9b3.workers.dev), with DNS TXT-record fallback discovery via tin.dl.well1.site, tina.dl.well1.site, ldr.dl.well1.site, and win.dl.well1.site. The fetched bytes are written to a randomized temp path with disguised names (.cache, dotnet_diag_.exe), chmod 0755 on POSIX, and executed detached via spawn("/bin/sh", ["-c", fp + " &"]) or spawn("cmd",...) on Windows. Hostnames and sensitive API names (child_process, chmodSync) are reconstructed from array joins to defeat static matching; a 22822-second cooldown flag suppresses re-execution. The package name imitates an internal Tinkoff scope while lib/telemetry.js is unused cover-story code. Installing or requiring this package executes attacker-controlled native code on the host.

Source: ghsa-malware (76ed57d756e98153b854d31d8e645c67e786f15729180b1bef3ccec11b6f9429)

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
{
    "iocs": {
        "domains": [
            "oob-worker.cf100-416.workers.dev",
            "oob-worker.cf101-adf.workers.dev",
            "oob-worker.cf102-baf.workers.dev",
            "oob-worker.cf103-070.workers.dev",
            "oob-worker.cf99-9b3.workers.dev",
            "tin.dl.well1.site",
            "tina.dl.well1.site",
            "ldr.dl.well1.site",
            "win.dl.well1.site"
        ]
    },
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-011480",
            "import_time": "2026-08-05T01:39:30.855155352Z",
            "modified_time": "2026-08-05T01:01:15Z",
            "sha256": "eb2aa808aabae01f3ce4f8ed4a73077d3adffbbcdc1af80af27d6cc9de628d0e",
            "source": "amazon-inspector",
            "versions": [
                "20.5.4"
            ]
        },
        {
            "id": "GHSA-hh5q-m44v-j748",
            "import_time": "2026-08-25T16:26:05.038293091Z",
            "modified_time": "2026-08-25T16:05:47Z",
            "sha256": "76ed57d756e98153b854d31d8e645c67e786f15729180b1bef3ccec11b6f9429",
            "source": "ghsa-malware",
            "versions": [
                "20.5.4"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / tinkoff-statist-browser-typed-client-sme.reporting.reporting

Package

Name
tinkoff-statist-browser-typed-client-sme.reporting.reporting
View open source insights on deps.dev
Purl
pkg:npm/tinkoff-statist-browser-typed-client-sme.reporting.reporting

Affected ranges

Affected versions

20.*
20.5.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"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "_vendor.js",
            "sha256": "6dbdd78d9a2088be564fec3e5ef3460160d81f5a65e933846c7747c8f3736192",
            "tlsh": "f8a1879a15aa701d8bb0dbe58717481af65af6533380c2d4f79ca9944fb312482b1efc"
        }
    ],
    "package_integrity": [
        {
            "filename": "tinkoff-statist-browser-typed-client-sme.reporting.reporting-20.5.4.tgz",
            "hashes": {
                "sha1": "251e7b33d32b724a53d499e3de48bb5a4713d493",
                "sha512_sri": "sha512-cEHLVxWm3l5qfSMwYTU8ux7oxSZ0FXSvYX/P5gmGgEEWN54rbpZ+mXRh64q3sI1KmlAlzSDN5sF7nxJpsHaVug=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/tinkoff-statist-browser-typed-client-sme.reporting.reporting/MAL-2026-12050.json"