MAL-2026-12849

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bigops-ui-kit/MAL-2026-12849.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12849
Aliases
  • GHSA-w34q-g8gm-8c7m
Published
2026-08-05T15:01:04Z
Modified
2026-08-06T01:20:02.231223165Z
Summary
Malicious code in bigops-ui-kit (npm)
Details

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

Source: amazon-inspector (b15f70a20d80478c350a3a0d94c3b66f8ba4804e4eb8e3f238393330d4569501)

The package is advertised as a UI kit but ships no UI code. On require, index.js loads compat.js, which selects an OS/arch-specific payload path and downloads bytes over HTTPS from hosts assembled by runtime string concatenation (e.g. ["oob-worker.cf10","3-0","70.worke","rs.","de","v"].join("") resolving to oob-worker.cf103-070.workers.dev, plus oob-worker.cf100-416.workers.dev and oob-worker.cf101-adf.workers.dev), with a DNS-TXT fallback to sdk.dl.wel1.ru. The retrieved bytes are written to a disguised path in /tmp or %TEMP% (e.g. dotnet_diag_<hex>.exe, .cache_<hex>), chmodded 0o755, and spawned detached via cp.spawn("/bin/sh", ["-c", fp + " &"], {detached:true}).unref() on POSIX and spawn("cmd",...) on Windows. Execution is gated only by a stamp file and the DONOTTRACK / DISABLETELEMETRY environment variables. A sibling lib/telemetry.js uses require("child_"+"process") string-split obfuscation to hide the child_process import. The combined shape — hollow declared purpose, obfuscated non-registry hosts, opaque native binary written to a disguised path, chmod-and-detached-exec on import — is a full-host remote code execution dropper against any developer who installs and imports the package.

Source: ghsa-malware (68d85c7e1089cf16cd4837b524f90b05f35f3b54085fb164ffbc3154116582cf)

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": [
        {
            "versions": [
                "35.9.2"
            ],
            "import_time": "2026-08-05T15:19:56.60474662Z",
            "sha256": "b15f70a20d80478c350a3a0d94c3b66f8ba4804e4eb8e3f238393330d4569501",
            "id": "IN-MAL-2026-015535",
            "modified_time": "2026-08-05T15:01:04Z",
            "source": "amazon-inspector"
        },
        {
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "68d85c7e1089cf16cd4837b524f90b05f35f3b54085fb164ffbc3154116582cf",
            "id": "GHSA-w34q-g8gm-8c7m",
            "import_time": "2026-08-06T00:58:53.463185928Z",
            "modified_time": "2026-08-05T18:44:38Z",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / bigops-ui-kit

Package

Affected ranges

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

Affected versions

35.*
35.9.2

Database specific

indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-Yl8L9vfZAYMKeFuG/lGFtHRFwG3/i3gRuUxxZsF5FndISYHhBvt8G8G91JVbaK06JvNSrPIVWnvUqNFuT14JXw==",
                "sha1": "464b535f797eae8ce4b9de807149338127fa9f44"
            },
            "filename": "bigops-ui-kit-35.9.2.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "_compat.js",
            "sha256": "974e4a30e87acb4cc629e7c7d85e1118f31dcc9a675eac3260010bd4137548b0",
            "tlsh": "e9a1965a02aa70098bb0dbe48b175416f65be6733780c6d4fb5c65d41fb216482b2dfc"
        }
    ]
}
cwes
[
    {
        "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"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bigops-ui-kit/MAL-2026-12849.json"