MAL-2026-12828

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/beaver-ui-table/MAL-2026-12828.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12828
Aliases
  • GHSA-c2x3-gq64-h6w5
Published
2026-08-05T14:48:14Z
Modified
2026-08-06T01:19:49.845250695Z
Summary
Malicious code in beaver-ui-table (npm)
Details

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

Source: amazon-inspector (5eaa4db154b26013412a01287354ef2f0ffb074b9bfd27c6e214fd60ddf4c9be)

The package's main index.js unconditionally requires./setup.js at load time. setup.js selects a platform-specific path, downloads an opaque native binary over HTTPS from one of four Cloudflare Worker subdomains whose hostnames are assembled by joining string-array fragments at runtime (oob-worker.cf99-9b3.workers.dev, cf100-416.workers.dev, cf101-adf.workers.dev, cf102-baf.workers.dev), with a DNS-TXT covert-channel fallback under *.dl.wel1.ru. The fetched bytes are written to /tmp or %TEMP% under disguised names (.cache<hex>, dotnetdiag<hex>.exe), chmod 0755'd, and spawned detached via cp.spawn('/bin/sh',['-c',fp+' &'],{detached:true}) or spawn('cmd',...). A rate-limit stamp file (.analyticsstate) is written alongside. An unreferenced lib/telemetry.js (~81KB) mirrors the dropper logic (endpoint rotation, DNS discovery, chmod 0755, /bin/sh spawn) as a staged/decoy module. Host obfuscation via.join(''), disguised filenames, anonymous Cloudflare Worker hosting, DNS-TXT fallback, and detached background execution together match the binary-runner dropper pattern; no legitimate native-build or vendor-SDK flow is present.

Source: ghsa-malware (902f51407b0ac15463a079429c60ae7243e4ad60f6016218523ac7502f58948f)

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-05T15:19:57.449692472Z",
            "sha256": "5eaa4db154b26013412a01287354ef2f0ffb074b9bfd27c6e214fd60ddf4c9be",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-015548",
            "versions": [
                "35.2.7"
            ],
            "modified_time": "2026-08-05T15:03:10Z"
        },
        {
            "import_time": "2026-08-06T00:58:53.34655222Z",
            "sha256": "902f51407b0ac15463a079429c60ae7243e4ad60f6016218523ac7502f58948f",
            "id": "GHSA-c2x3-gq64-h6w5",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "source": "ghsa-malware",
            "modified_time": "2026-08-05T14:48:15Z"
        }
    ]
}
References
Credits

Affected packages

npm / beaver-ui-table

Package

Affected ranges

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

Affected versions

35.*
35.2.7

Database specific

cwes
[
    {
        "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",
        "cweId": "CWE-506"
    }
]
indicators
{
    "evidence_files": [
        {
            "tlsh": "6ba154a612a970184b70dbe5c7175416f66af663378086c4fb9ca5941fb223483b2efc",
            "sha256": "dbfcfa635507e286cb7618260f2d1c21a59ef031c99af2bcf7d82a3db4d00f27",
            "path": "setup.js"
        },
        {
            "tlsh": "94835055566a142186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc",
            "sha256": "b41082b07f27fa04c1ced15ce47f5851ce8b3344456c68878e8166b6013dcd34",
            "path": "lib/telemetry.js"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/beaver-ui-table/MAL-2026-12828.json"