MAL-2026-12836

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bigops-tasks-client/MAL-2026-12836.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12836
Aliases
  • GHSA-xhh9-vm9r-pmw4
Published
2026-08-05T15:03:35Z
Modified
2026-08-06T01:19:56.217999928Z
Summary
Malicious code in bigops-tasks-client (npm)
Details

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

Source: amazon-inspector (08e2dc270f95427849a0d3560958c363536ef336456a15337845969b682e9e68)

On require() of the package, index.js unconditionally loads compat.js, which downloads a platform-specific binary from obfuscated Cloudflare Workers endpoints (oob-worker.cf100-416.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf101-adf.workers.dev) with a DNS TXT chunked-base64 fallback under *.dl.wel1.ru (sdk/ext/pkg/net subdomains). The fetched bytes are written to /tmp/.cache<hex> on Unix or %TEMP%\dotnetdiag<hex>.exe on Windows, chmod 0755, and detach-spawned via spawn("/bin/sh", ["-c", path+" &"], {detached:true}).unref() (spawn("cmd",...) on Windows). Hostnames and asset paths are runtime-assembled from split fragments (e.g. ["oob","-worker.cf100","-416.wor","ker","s.d","ev"].join("")) to evade static string scanning; drop filenames impersonate benign tooling (dotnetdiag,.cache_, loader_mac, package.exe, package-arm64). The advertised "tasks client" purpose has no relation to fetching and executing a native binary from Cloudflare Workers infrastructure at import time.

Source: ghsa-malware (3309db74b6031efc20b2de14acc921c37bff5caaa8a70b9923cd51a873e67455)

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
{
    "malicious-packages-origins": [
        {
            "modified_time": "2026-08-05T15:03:35Z",
            "source": "amazon-inspector",
            "sha256": "08e2dc270f95427849a0d3560958c363536ef336456a15337845969b682e9e68",
            "import_time": "2026-08-05T15:19:57.562457589Z",
            "id": "IN-MAL-2026-015551",
            "versions": [
                "35.1.2"
            ]
        },
        {
            "source": "ghsa-malware",
            "modified_time": "2026-08-05T16:33:11Z",
            "sha256": "3309db74b6031efc20b2de14acc921c37bff5caaa8a70b9923cd51a873e67455",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "id": "GHSA-xhh9-vm9r-pmw4",
            "import_time": "2026-08-06T00:58:53.482841726Z"
        }
    ]
}
References
Credits

Affected packages

npm / bigops-tasks-client

Package

Name
bigops-tasks-client
View open source insights on deps.dev
Purl
pkg:npm/bigops-tasks-client

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

35.*
35.1.2

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bigops-tasks-client/MAL-2026-12836.json"
indicators
{
    "package_integrity": [
        {
            "filename": "bigops-tasks-client-35.1.2.tgz",
            "hashes": {
                "sha512_sri": "sha512-mNC53drn6lUk2OwXqRkB07rF3s0dToQO+jcPGB0rT01f33fTzix3UILL2/2DmHANYaej/mcif5Nc1/GQnxIKqQ==",
                "sha1": "8d15f617338e715c3196c008ace997b41f0d1b2b"
            }
        }
    ],
    "evidence_files": [
        {
            "tlsh": "31a1b89a06a670198bb0a7f4c7274416f65bf66337c09284fb9ca5981f7352483b2dfc",
            "sha256": "aa2cdfdcfe9f7b5eebe2e9df9fcfb90d82b072c18d7177136bba3ba778a4abda",
            "path": "_compat.js"
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    },
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]