MAL-2026-12042

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/platform-ui-island/MAL-2026-12042.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12042
Aliases
  • GHSA-32mj-37qf-85h6
Published
2026-08-05T01:24:33Z
Modified
2026-08-06T01:21:10.775229430Z
Summary
Malicious code in platform-ui-island (npm)
Details

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

Source: amazon-inspector (e678a3a4d4b9e16e6d6223aaa0c6ccaca9b7f2ac95e47940af4e706548e0f111)

The package's index.js unconditionally loads bridge.js on require. bridge.js downloads a platform-specific native binary from obfuscated Cloudflare Workers hosts (oob-worker.cf101-adf.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf99-9b3.workers.dev), assembled at runtime by string concatenation (e.g. ["oob-work","er.cf99-9","b3.workers.","dev"].join("")) to evade plaintext scanning. The payload is written to a deceptive path (dotnetdiag<hex>.exe on Windows, /var/tmp/.cache_<hex> on Unix), chmod 0755, and spawned detached via /bin/sh or cmd. When HTTPS fails, bridge.js falls back to reconstructing the payload from base64 chunks retrieved via DNS TXT queries to *.dl.well1.site subdomains (tin/tina/ldr/win.dl.well1.site), also string-concat obfuscated, and executes it via the same chmod+spawn path — a covert channel designed to bypass HTTPS egress filtering. Cover-story comments ("Shuffle endpoints to distribute load", "Cache validation") and a persistence flag file named.analyticsstate frame the dropper as telemetry. lib/telemetry.js additionally ships the same fetch/decode/chmod/spawn primitives (81 KB, framed as an Analytics SDK) as a dormant secondary loader, though not referenced from index.js in this version. The package is advertised as visual UI components, which has no purpose-aligned reason to fetch or execute native binaries.

Source: ghsa-malware (453662d616415b870936f1b604f10a3c05f3a8e7a2638df5c0186857a40c5f71)

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": [
                "20.5.9"
            ],
            "id": "IN-MAL-2026-011497",
            "import_time": "2026-08-05T01:39:31.654345506Z",
            "modified_time": "2026-08-05T01:24:33Z",
            "source": "amazon-inspector",
            "sha256": "e678a3a4d4b9e16e6d6223aaa0c6ccaca9b7f2ac95e47940af4e706548e0f111"
        },
        {
            "modified_time": "2026-08-05T17:55:55Z",
            "id": "GHSA-32mj-37qf-85h6",
            "import_time": "2026-08-06T00:58:53.261867956Z",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "source": "ghsa-malware",
            "sha256": "453662d616415b870936f1b604f10a3c05f3a8e7a2638df5c0186857a40c5f71"
        }
    ]
}
References
Credits

Affected packages

npm / platform-ui-island

Package

Affected ranges

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

Affected versions

20.*
20.5.9

Database specific

cwes
[
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature."
    }
]
indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-zJQ14iDfzoYlW7RCJPfjUnMcubv1TOxFz20L9N0LvaFa0nE6sq1eUvKfA5qgMM00n2oMTq3+SrW48tBt7G2g+Q==",
                "sha1": "653ac266fd25340a776663e0d5fde14d5d33cc33"
            },
            "filename": "platform-ui-island-20.5.9.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "_bridge.js",
            "tlsh": "e3b1859512a9702d8bb0ebe0c61b8815f65bf653378181d4f75c65945fb322483b2efc",
            "sha256": "3e2c79063609b039f06b0901480acaa171c2e18fee2990961733adada8aec4c0"
        },
        {
            "path": "lib/telemetry.js",
            "tlsh": "35835056566a142186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc",
            "sha256": "4b63f8a9917dda93bcace7ecf17eb3e4021f7b57a2a776c93b06b6b988191259"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/platform-ui-island/MAL-2026-12042.json"