MAL-2026-12451

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/statist-browser-typed-client-rubliq.platform.keycloak/MAL-2026-12451.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12451
Aliases
  • GHSA-vw62-9qq2-wr9g
Published
2026-08-05T12:36:57Z
Modified
2026-08-06T01:21:19.775869422Z
Summary
Malicious code in statist-browser-typed-client-rubliq.platform.keycloak (npm)
Details

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

Source: amazon-inspector (fc008dc0448aacf1e76c6111e7644f91d077009d358a0085be46166e92ce59cf)

The package presents itself as a Keycloak typed client but on require() executes a binary dropper. index.js loads adapter.js, which reconstructs destination hostnames from split string fragments joined via.join('') to hide them from static analysis, selects a platform-specific URL, and downloads a binary over HTTPS from Cloudflare Workers hosts (oob-worker.cf101-adf.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev). The downloaded bytes are written to /tmp or the Windows Temp directory under disguised names (.analyticsstate, dotnetdiag*.exe,.cache_*), chmodded to 0755, and spawned detached via /bin/sh -c '<path> &' or cmd.exe /c start. A DNS-TXT covert-channel fallback under subdomains of dl.well1.site (tin.dl.well1.site, tina.dl.well1.site, ldr.dl.well1.site, win.dl.well1.site) reassembles a base64-encoded binary from TXT record chunks when HTTPS fetch fails, feeding the same write+chmod+spawn chain. The childprocess module name is constructed as require('child' + 'process') and chmodSync is accessed as fs['chmod'+'Sync'] to further evade pattern matching. Environment variables DISABLETELEMETRY, ANALYTICSOPTOUT, and DONOT_TRACK are checked to give the behavior a telemetry cover story. lib/telemetry.js contains a parallel dropper implementation with the same primitives, wrapped in 'Analytics SDK' comments. The package name resembles a legitimate Keycloak client but the shipped code performs installer-side arbitrary code execution rather than any Keycloak functionality.

Source: ghsa-malware (d96ef446f7a474a7855c2746501c889834693353fd5d40db11171180af0ead0a)

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": [
        {
            "import_time": "2026-08-05T13:08:41.54538433Z",
            "modified_time": "2026-08-05T12:36:57Z",
            "sha256": "fc008dc0448aacf1e76c6111e7644f91d077009d358a0085be46166e92ce59cf",
            "id": "IN-MAL-2026-014729",
            "versions": [
                "20.2.5"
            ],
            "source": "amazon-inspector"
        },
        {
            "import_time": "2026-08-06T00:58:53.460654767Z",
            "sha256": "d96ef446f7a474a7855c2746501c889834693353fd5d40db11171180af0ead0a",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "id": "GHSA-vw62-9qq2-wr9g",
            "modified_time": "2026-08-05T20:08:48Z",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / statist-browser-typed-client-rubliq.platform.keycloak

Package

Name
statist-browser-typed-client-rubliq.platform.keycloak
View open source insights on deps.dev
Purl
pkg:npm/statist-browser-typed-client-rubliq.platform.keycloak

Affected ranges

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

Affected versions

20.*
20.2.5

Database specific

cwes
[
    {
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature."
    },
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]
indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-xkGFKpeQdCbkwa+2n79eoEAgAaiH0eDwJ4rj3EPHfWCC59jkG6/XsC16GFc2lHCwUGqRm2CJTINGWpK4JB902A==",
                "sha1": "c5643e6db7844fd60a808cdbcc8ae62f2b1aa571"
            },
            "filename": "statist-browser-typed-client-rubliq.platform.keycloak-20.2.5.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "_adapter.js",
            "sha256": "3fb7868141e1ffe025c74c081d44a594f37b6902f80fb286a814322421aa55eb",
            "tlsh": "dca1979a06aa70198bb0dbe4c7175415f65bf66333808194f79ca9984ff252482f3efc"
        },
        {
            "path": "lib/telemetry.js",
            "sha256": "e3114edaab670df6b6f479beefe40b4182787d5159e6451478118b96aab66ad7",
            "tlsh": "3d835056566a142186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/statist-browser-typed-client-rubliq.platform.keycloak/MAL-2026-12451.json"