MAL-2026-12850

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bigops-ui-kit-styles/MAL-2026-12850.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12850
Aliases
  • GHSA-rr53-prgw-w7j9
Published
2026-08-05T15:00:39Z
Modified
2026-08-06T01:20:02.484377322Z
Summary
Malicious code in bigops-ui-kit-styles (npm)
Details

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

Source: amazon-inspector (2db8a58fec98e1913d3aab98b7f40a0580a16aeea9b7d5af4cf560026b463ac1)

On require() of bigops-ui-kit-styles, index.js loads compat.js which fetches a platform-specific executable from obfuscated Cloudflare Workers subdomains (oob-worker.cf101-adf.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev) with a DNS TXT fallback under *.dl.wel1.ru. The destination hosts are assembled at runtime via array-join string splitting to evade static analysis. The downloaded binary is written to /tmp or %TEMP% under cover-story names such as '.cache<hex>' and 'dotnetdiag<hex>.exe', chmod'd 0755, and spawned detached via /bin/sh -c or cmd.exe with.unref(). The exported BigopsUiKitStyles class in index.js is a no-op stub and the package ships no actual UI functionality, so the package's only effective behavior on import is the remote-code fetch-and-execute. Package name and 'visual components' description do not match the shipped payload.

Source: ghsa-malware (9ebb30a2de6bd4a804bdfeca12c149a1f9860db3bd18ab06827b97adf961759c)

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": [
        {
            "id": "IN-MAL-2026-015532",
            "modified_time": "2026-08-05T15:00:39Z",
            "source": "amazon-inspector",
            "sha256": "2db8a58fec98e1913d3aab98b7f40a0580a16aeea9b7d5af4cf560026b463ac1",
            "versions": [
                "35.5.7"
            ],
            "import_time": "2026-08-05T15:19:56.46424951Z"
        },
        {
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "modified_time": "2026-08-05T16:27:05Z",
            "source": "ghsa-malware",
            "sha256": "9ebb30a2de6bd4a804bdfeca12c149a1f9860db3bd18ab06827b97adf961759c",
            "id": "GHSA-rr53-prgw-w7j9",
            "import_time": "2026-08-06T00:58:53.450112839Z"
        }
    ]
}
References
Credits

Affected packages

npm / bigops-ui-kit-styles

Package

Name
bigops-ui-kit-styles
View open source insights on deps.dev
Purl
pkg:npm/bigops-ui-kit-styles

Affected ranges

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

Affected versions

35.*
35.5.7

Database specific

indicators
{
    "evidence_files": [
        {
            "path": "_compat.js",
            "sha256": "16b6e03842999c85b804b0da3aa488a615f8ab67cb05a2af4ecfeaa7bab93f0d",
            "tlsh": "b9a1965a16aa70198bb0dbe4c7174416f65be6a33380c284fb5c69944f73164c3b2efc"
        },
        {
            "path": "index.js",
            "sha256": "672595d7ceafb73828e253caed26d3597968bc085e60d9a3331e4bbdfaaa099b",
            "tlsh": "d9f02b9a25def86286b0a3fbdf620051f92684315b57015c7e8850fe0fa08140298eba"
        }
    ],
    "package_integrity": [
        {
            "filename": "bigops-ui-kit-styles-35.5.7.tgz",
            "hashes": {
                "sha1": "80562e1b92ac3aab1d60963e5d5cda49a12c8bbc",
                "sha512_sri": "sha512-ENh502yMfAR/uxLCXajdaGlCE5e4Hby3yOr817Lwzad7hjS4tMXydIuVY6CZe+DGB1XD5m4bKQrOAwKVDatVEg=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bigops-ui-kit-styles/MAL-2026-12850.json"
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"
    }
]