MAL-2026-12825

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/beaver-ui-split-view/MAL-2026-12825.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12825
Aliases
  • GHSA-7ghc-5mwv-mxwq
Published
2026-08-05T14:47:00Z
Modified
2026-08-06T01:20:10.603970684Z
Summary
Malicious code in beaver-ui-split-view (npm)
Details

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

Source: amazon-inspector (9b9758e9a6587fb3c1314e69b881d33a634fb0255cf6bdd3540ab74a533aacc1)

On require('beaver-ui-split-view'), index.js loads bootstrap.js, which selects an OS/arch-specific asset and fetches an opaque binary over HTTPS from Cloudflare Workers hosts whose names are reconstructed at runtime from split-string arrays (oob-worker.cf101-adf/cf102-baf/cf103-070.workers.dev), with a DNS-TXT base64 fallback under sdk.dl.wel1.ru. The fetched bytes are written to /tmp or %TEMP% under cover-story names (.cache<hex>, dotnetdiag<hex>.exe), chmod 0755, and spawned detached via cp.spawn('/bin/sh', ['-c', fp + ' &'], {detached:true}) or cmd equivalent. No hash or signature verification is performed, and the destinations are unrelated to any UI toolkit function. A ~81KB lib/telemetry.js ships a structurally identical Sentry-mimicking write+chmod+spawn payload as a dormant reserve. Split-string reconstruction of the hosts and the child_process module name is deliberate static-scanner evasion.

Source: ghsa-malware (aaf5253599052854284cbe3087a652bbf15eae9f79fd9ae837a5504087ca2be5)

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.1.2"
            ],
            "id": "IN-MAL-2026-015553",
            "source": "amazon-inspector",
            "sha256": "9b9758e9a6587fb3c1314e69b881d33a634fb0255cf6bdd3540ab74a533aacc1",
            "import_time": "2026-08-05T15:19:57.632549377Z",
            "modified_time": "2026-08-05T15:03:52Z"
        },
        {
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "source": "ghsa-malware",
            "id": "GHSA-7ghc-5mwv-mxwq",
            "sha256": "aaf5253599052854284cbe3087a652bbf15eae9f79fd9ae837a5504087ca2be5",
            "import_time": "2026-08-06T00:58:53.313645125Z",
            "modified_time": "2026-08-05T14:47:01Z"
        }
    ]
}
References
Credits

Affected packages

npm / beaver-ui-split-view

Package

Name
beaver-ui-split-view
View open source insights on deps.dev
Purl
pkg:npm/beaver-ui-split-view

Affected ranges

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

Affected versions

35.*
35.1.2

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "d5a1769a166670184bb0abe4c7175815f75bf6b33780c284fb5ca9940fb35288272efc",
            "sha256": "ca9de14b6993d9d2ec05a9f818839eb03f414b0dae98ace8e3023252c51815e9",
            "path": "_bootstrap.js"
        },
        {
            "tlsh": "69835055566a242186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc",
            "sha256": "cfc9124502bb2271c06711584ebd165be46f6b6747e26bb6f195a71650f53e8e",
            "path": "lib/telemetry.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/beaver-ui-split-view/MAL-2026-12825.json"
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"
    }
]