MAL-2026-13252

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bigops-storio/MAL-2026-13252.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13252
Aliases
  • GHSA-g548-9c3x-q2r5
Published
2026-08-05T15:33:44Z
Modified
2026-08-06T01:19:55Z
Summary
Malicious code in bigops-storio (npm)
Details

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

Source: amazon-inspector (072daea48b555582ea01125b1a71fff5907e73bc890ec56f7b012ac38230b69e)

On require() of bigops-storio, _support.js selects a platform-specific endpoint and fetches an opaque binary over HTTPS from one of four string-split *.workers.dev hosts (oob-worker.cf100-416.workers.dev, cf101-adf, cf99-9b3, cf103-070 under workers.dev), assembled at runtime via array.join("") to hide the destinations from static inspection. The fetched bytes are written to /tmp or %TEMP% under a hidden random filename (dot-prefixed / dotnet_diag-style cover names), chmod 0755'd, and spawned detached via /bin/sh -c or cmd.exe /c start /b with stdio ignored. A DNS-TXT fallback (txtFetch/dns.resolveTxt against sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, net.dl.wel1.ru — also assembled from string fragments) reassembles N base64-encoded TXT chunks into the same executable payload when HTTPS delivery fails. There is no version pinning, no hash or signature verification, and the fetched executable is unrelated to the package's stated storio abstraction purpose. The dropper runs automatically at library load time via index.js's try{require('./_support')}.

Source: ghsa-malware (cd9ebb4bf8d8e6554d93f8343675d991c677dea6469481d1689813b405dca59c)

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-015746",
            "import_time": "2026-08-05T16:13:39.615380751Z",
            "modified_time": "2026-08-05T15:33:44Z",
            "sha256": "072daea48b555582ea01125b1a71fff5907e73bc890ec56f7b012ac38230b69e",
            "source": "amazon-inspector",
            "versions": [
                "35.8.7"
            ]
        },
        {
            "id": "GHSA-g548-9c3x-q2r5",
            "import_time": "2026-08-06T00:58:53.371487715Z",
            "modified_time": "2026-08-05T18:32:58Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "cd9ebb4bf8d8e6554d93f8343675d991c677dea6469481d1689813b405dca59c",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / bigops-storio

Package

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

Affected ranges

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

Affected versions

35.*
35.8.7

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"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "_support.js",
            "sha256": "a3a7388793d6a0e2d9701c106047c1a8aa0bbf42a3bbabf3d2c654a3c4ba2eed",
            "tlsh": "4ea1b756266a701847b09be4c7175819f65bf6633380c285f7aca8940f7712882b2efc"
        }
    ],
    "package_integrity": [
        {
            "filename": "bigops-storio-35.8.7.tgz",
            "hashes": {
                "sha1": "67979f755356da3e9f451d393aee2d6fbadf15f2",
                "sha512_sri": "sha512-wjLv+pqXy7QjF/6M5ANXZKybVUSFDnPzSw7xfNHI0y9X2WDzUnox6gJS0Inu9+9Aj454VyWwc+ZCODlmJqvJYQ=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bigops-storio/MAL-2026-13252.json"