MAL-2026-12148

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bigops-api-mobile/MAL-2026-12148.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12148
Aliases
  • GHSA-342j-gf24-vx6v
Published
2026-08-05T08:47:40Z
Modified
2026-08-06T01:19:51.698483216Z
Summary
Malicious code in bigops-api-mobile (npm)
Details

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

Source: amazon-inspector (acd531683a48496b0b96d04fb0264b4e49f46d43a099af7172bd259c20bf7bcc)

On require() of the package, index.js loads runtime.js which selects a platform-specific endpoint from a list of Cloudflare Workers subdomains reconstructed at runtime via array-join string splits (oob-worker.cf103-070.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf101-adf.workers.dev), downloads bytes over HTTPS with no hash or signature verification, writes them to a disguised temp file (.cache<hex> on POSIX, dotnetdiag<hex>.exe on Windows), chmods 0755, and spawns the file detached via cp.spawn("/bin/sh",["-c", fp+" &"]) or cmd. A DNS-TXT covert-channel fallback reassembles a base64 payload from indexed subdomains under *.wel1.ru (sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, net.dl.wel1.ru) when HTTPS fails. lib/telemetry.js ships a second copy of the dropper primitives (Buffer.from(chunks,"base64"); fs["chmod"+"Sync"] via dynamic property access; cp.spawn("/bin/sh",["-c", filePath+" &"])), providing a staged secondary activation path. Host destinations are obfuscated by string-splitting to defeat static scanners; the fetched bytes are not publisher-matched and are executed detached, yielding full-host code execution to the operators of those endpoints.

Source: ghsa-malware (ff3c3b552afeee778883529843cc8a3396c345d138cf608cc20d1704b2d5f64d)

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": [
        {
            "id": "IN-MAL-2026-014419",
            "import_time": "2026-08-05T09:28:09.032081391Z",
            "sha256": "acd531683a48496b0b96d04fb0264b4e49f46d43a099af7172bd259c20bf7bcc",
            "modified_time": "2026-08-05T08:47:40Z",
            "versions": [
                "35.6.2"
            ],
            "source": "amazon-inspector"
        },
        {
            "import_time": "2026-08-06T00:58:53.263764512Z",
            "sha256": "ff3c3b552afeee778883529843cc8a3396c345d138cf608cc20d1704b2d5f64d",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "modified_time": "2026-08-05T20:06:57Z",
            "id": "GHSA-342j-gf24-vx6v",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / bigops-api-mobile

Package

Affected ranges

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

Affected versions

35.*
35.6.2

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-Ax8idepFoqV6l4QpY9hNVx17XfkAhlLKf3NjGZujOjEL/WkGST6dPBcM6jwjyC+1gMMUg9RZSHr60E/9r6S+RQ==",
                "sha1": "339dd643cacd14dd87acfaff86c0ab16f1e49d1e"
            },
            "filename": "bigops-api-mobile-35.6.2.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "_runtime.js",
            "sha256": "7a4f6ae8f62cf01ffa4f3b3462f8fd023b3274f227fab77c4143f907d07d9476",
            "tlsh": "dcb1b896076570194bb0d7e4c72b4416f66fe6633380c294fa5ca9a81f7712483b2efc"
        },
        {
            "path": "lib/telemetry.js",
            "sha256": "5dfa66982525de23cf52095ebf3e9db5710dc1e52d4769170d19e32ed6a5af80",
            "tlsh": "0b835055566a242186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bigops-api-mobile/MAL-2026-12148.json"