MAL-2026-13255

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bigops-storio-schematics/MAL-2026-13255.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13255
Aliases
  • GHSA-fv5m-hw6g-r9h3
Published
2026-08-05T14:49:14Z
Modified
2026-08-06T01:19:54.857789278Z
Summary
Malicious code in bigops-storio-schematics (npm)
Details

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

Source: amazon-inspector (85f76938cd11389b3bd414591165194a80fb7188a92630a675a68c5cdb61202b)

index.js unconditionally requires runtime.js, whose top-level start() function selects a platform-specific asset path, fetches an opaque binary from string-array-obfuscated hostnames reconstructed at runtime (oob-worker.cf1-03-070.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf99-9b3.workers.dev), writes it to a hidden file under /tmp or %TEMP% with a random suffix (e.g..cache<hex> or dotnetdiag<hex>.exe), chmods it to 0755, and spawns it detached via /bin/sh -c or cmd /c start /b. A fallback covert channel resolves c.<domain> TXT records for a chunk count, then fetches <i>.<domain> TXT records from sdk.dl.wel1.ru, ext.dl.wel1.ru, pkg.dl.wel1.ru, and net.dl.wel1.ru and base64-decodes the concatenation into the executable payload, bypassing HTTP egress filtering. No hash or signature verification is performed and the destination is not the publisher. A sibling file lib/telemetry.js under an 'analytics-sdk' cover story ships the same download→base64-decode→chmod 0755→sh -c file & chain as a staged alternate payload. Requiring or installing this package causes attacker-controlled native code to run on the installer's machine.

Source: ghsa-malware (a5faa7e2f12c9eabdb7879bf9d4b2aaf2310f04df1c66c3de3dadaad22ad7358)

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": [
        {
            "source": "amazon-inspector",
            "modified_time": "2026-08-05T15:33:25Z",
            "id": "IN-MAL-2026-015744",
            "import_time": "2026-08-05T16:13:39.376880021Z",
            "sha256": "85f76938cd11389b3bd414591165194a80fb7188a92630a675a68c5cdb61202b",
            "versions": [
                "35.3.6"
            ]
        },
        {
            "modified_time": "2026-08-05T14:49:22Z",
            "source": "ghsa-malware",
            "sha256": "a5faa7e2f12c9eabdb7879bf9d4b2aaf2310f04df1c66c3de3dadaad22ad7358",
            "import_time": "2026-08-06T00:58:53.367778328Z",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "id": "GHSA-fv5m-hw6g-r9h3"
        }
    ]
}
References
Credits

Affected packages

npm / bigops-storio-schematics

Package

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

Affected ranges

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

Affected versions

35.*
35.3.6

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "2db1a79a16aa70188bb097e486275816f65af5733380c184f75ca5d81fb723483b1efc",
            "sha256": "9ca4db4f2da6f032c30e0cc45452a9389d395876f1cc2bdd938986f2a23333f9",
            "path": "_runtime.js"
        },
        {
            "tlsh": "95835055566a242186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc",
            "sha256": "372c383f108944854e579788d659e7a71f1140e7737961fa76a856c065e61a34",
            "path": "lib/telemetry.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bigops-storio-schematics/MAL-2026-13255.json"
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]