MAL-2026-11509

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/beaver-ui-items-with-more/MAL-2026-11509.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-11509
Aliases
  • GHSA-qq8g-w3r7-rqp8
Published
2026-08-03T15:46:52Z
Modified
2026-08-04T22:04:57Z
Summary
Malicious code in beaver-ui-items-with-more (npm)
Details

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

Source: amazon-inspector (6c1daccfac428195187be33025eb0f9094d2196ca643e3eb339e74a24c215ba1)

The package's declared postinstall (node setup.js) and its main entry index.js (which unconditionally calls require('./setup')) fetch a platform-specific executable from string-fragmented Cloudflare Workers hostnames (reassembled at runtime from arrays via .join(''), e.g. oob-worker.cfNN-XXX.workers.dev) with a DNS-TXT base64 covert-channel fallback under *.dl.well1.site. The downloaded bytes are written to /var/tmp or %TEMP% under a hidden randomized name (.cache_<hex> / dotnet_diag_<hex>.exe), chmod 0755 on Unix, and launched detached via execFile with child.unref(). No hash or signature verification, no pinning, and the destinations are obfuscated to evade static hostname scanning. setup.js also uses child_process including execSync('powershell...'). The behavior fires both on npm install (postinstall) and on require() of the package, giving the operator of the fetched binary full-host code execution on the installer.

Source: ghsa-malware (7bbe189f5c1de0f1dfa82a7b532b58ce8b91852acbba632a941a5f3281aafb4d)

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": "GHSA-qq8g-w3r7-rqp8",
            "import_time": "2026-08-04T00:15:24.369735899Z",
            "modified_time": "2026-08-03T15:46:52Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "7bbe189f5c1de0f1dfa82a7b532b58ce8b91852acbba632a941a5f3281aafb4d",
            "source": "ghsa-malware"
        },
        {
            "id": "IN-MAL-2026-011032",
            "import_time": "2026-08-04T21:33:14.491610877Z",
            "modified_time": "2026-08-04T21:22:34Z",
            "sha256": "6c1daccfac428195187be33025eb0f9094d2196ca643e3eb339e74a24c215ba1",
            "source": "amazon-inspector",
            "versions": [
                "12.2.6"
            ]
        },
        {
            "id": "IN-MAL-2026-011033",
            "import_time": "2026-08-04T21:33:14.528482059Z",
            "modified_time": "2026-08-04T21:22:45Z",
            "sha256": "c8d4373a44723e70f9c331d4a0c277a0cbcfc0d2acc4f3af4fbd2449754eb4a8",
            "source": "amazon-inspector",
            "versions": [
                "34.1.2"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / beaver-ui-items-with-more

Package

Name
beaver-ui-items-with-more
View open source insights on deps.dev
Purl
pkg:npm/beaver-ui-items-with-more

Affected ranges

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

Affected versions

12.*
12.2.6
34.*
34.1.2

Database specific

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"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "setup.js",
            "sha256": "8f0408a8a36dac6c84b61ce497abe4e97fbec7aa75120b387894e005dff29ac7",
            "tlsh": "17b1a4550afa71384392a1e8d92b5816b09fe5533284e990f34cb6985f97268c3b39fc"
        },
        {
            "path": "index.js",
            "sha256": "e44aecb747d021090266aa71edebaa44473a2778e6af64e7d218f5ec6cfe78af",
            "tlsh": "e6f0814525dfe53382b062e2dea21042f66189358f4b50547b8950ef2e74c1003a8eba"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/beaver-ui-items-with-more/MAL-2026-11509.json"