MAL-2026-12820

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/beaver-ui-pagination/MAL-2026-12820.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12820
Aliases
  • GHSA-32w9-7m4x-ww36
Published
2026-08-05T15:04:45Z
Modified
2026-08-06T01:20:09.387362275Z
Summary
Malicious code in beaver-ui-pagination (npm)
Details

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

Source: amazon-inspector (2db8f562892f21caf2a12230c52507a333a5ada223f98964094838657072adcb)

On require('beaver-ui-pagination'), index.js loads init.js which selects a platform key and downloads a binary from string-split-obfuscated hosts (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf101-adf.workers.dev) with a DNS TXT chunked-base64 fallback via *.dl.wel1.ru subdomains. The fetched binary is written to /var/tmp or %TEMP% under a disguised name (.cache<rnd> on POSIX, dotnetdiag<rnd>.exe on Windows), chmod 0755 on POSIX, and spawned detached via /bin/sh -c or cmd.exe. Destination hostnames are assembled at runtime from array.join to evade static inspection, and env-var opt-outs (DISABLETELEMETRY/ANALYTICSOPTOUT/DONOTTRACK) plus an 'analyticsstate' marker file frame the behavior as telemetry despite the fetch-and-execute flow. A sibling lib/telemetry.js not currently reachable from index.js ships a second copy of the dropper primitives (dynamic require('child_'+'process'), base64-chunked buffer, chmodSync 0755, /bin/sh spawn of a filePath).

Source: ghsa-malware (123cbe3def4ec949ca2a0fb1332af1a517ccd370290ba923f0f474a54761f4bf)

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": [
        {
            "sha256": "2db8f562892f21caf2a12230c52507a333a5ada223f98964094838657072adcb",
            "source": "amazon-inspector",
            "import_time": "2026-08-05T15:19:57.947144478Z",
            "modified_time": "2026-08-05T15:04:45Z",
            "versions": [
                "35.3.7"
            ],
            "id": "IN-MAL-2026-015559"
        },
        {
            "sha256": "123cbe3def4ec949ca2a0fb1332af1a517ccd370290ba923f0f474a54761f4bf",
            "source": "ghsa-malware",
            "import_time": "2026-08-06T00:58:53.262830555Z",
            "modified_time": "2026-08-05T17:56:54Z",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "id": "GHSA-32w9-7m4x-ww36"
        }
    ]
}
References
Credits

Affected packages

npm / beaver-ui-pagination

Package

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

Affected ranges

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

Affected versions

35.*
35.3.7

Database specific

indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha1": "6d869515f91189898758911c0d38255d790943f2",
                "sha512_sri": "sha512-AYIySXeyHql5u8CpRPpOuMF4qW/32JZxTYHTRh9Y07qRef+RSwFmZ3C/zi5myrLpkvneCzyyVgFDQsl0b7ujzw=="
            },
            "filename": "beaver-ui-pagination-35.3.7.tgz"
        }
    ],
    "evidence_files": [
        {
            "path": "_init.js",
            "sha256": "66640ba4e3e1f9f770010e3742ca524146cc53675b075a00c2740e83ba4d7fd3",
            "tlsh": "c4a1989a16a630188b70dbe4c71b5816f65be6633681c2c4fb9c59981f73124c3b2efc"
        },
        {
            "path": "lib/telemetry.js",
            "sha256": "01d905045b085f17e333ca9acff95684e0052e9cfa8db83a8110d732341dc092",
            "tlsh": "87835055566a142186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc"
        }
    ]
}
cwes
[
    {
        "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.",
        "cweId": "CWE-506",
        "name": "Embedded Malicious Code"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/beaver-ui-pagination/MAL-2026-12820.json"