MAL-2026-13291

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-boxy-atom-bnpl-text/MAL-2026-13291.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13291
Aliases
  • GHSA-h944-vgcf-56qw
Published
2026-08-05T15:27:16Z
Modified
2026-08-06T01:20:46.598623157Z
Summary
Malicious code in dolyame-boxy-atom-bnpl-text (npm)
Details

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

Source: amazon-inspector (fdafe79f11030f0367fb997cf61cabd383309aca2ba694459be72a97d8023bb7)

On require() of the package, index.js loads helpers.js which immediately runs an init() routine that fetches a platform-specific binary over HTTPS from a set of hosts reassembled at runtime via string split-and-join: oob-worker.cf101-adf.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, and sdk.dl.wel1.ru, with a DNS TXT chunked-base64 fallback for host discovery. The fetched bytes are written to /var/tmp or %TEMP% under disguised names (.cache<hex> or dotnetdiag<hex>.exe), chmod'd 0755, and spawned detached via /bin/sh -c "<path> &" or cmd /c start. No hash or signature check is performed. A sibling file lib/telemetry.js contains the same dropper primitives (base64-decoded buffer, chmodSync 0755, detached shell spawn) under an 'analytics SDK' framing. Hostnames are reconstructed from arrays such as ["oob-worker.cf101-adf.worker","s.","de","v"].join("") and ['sdk.dl.','wel','1.ru'].join("") to evade static scanners. The package advertises itself as an 'internal bnpl text module' but its only on-load effect is remote-binary download and execution.

Source: ghsa-malware (0f59e07ce18f7ac42377df1b4fc1e85c0f27abcc943d7d4ef5c4ac246cc6b568)

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-05T16:13:34.334557132Z",
            "sha256": "fdafe79f11030f0367fb997cf61cabd383309aca2ba694459be72a97d8023bb7",
            "id": "IN-MAL-2026-015704",
            "modified_time": "2026-08-05T15:27:16Z",
            "versions": [
                "35.8.7"
            ],
            "source": "amazon-inspector"
        },
        {
            "import_time": "2026-08-06T00:58:53.387634991Z",
            "sha256": "0f59e07ce18f7ac42377df1b4fc1e85c0f27abcc943d7d4ef5c4ac246cc6b568",
            "id": "GHSA-h944-vgcf-56qw",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "modified_time": "2026-08-05T18:43:38Z",
            "source": "ghsa-malware"
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-boxy-atom-bnpl-text

Package

Name
dolyame-boxy-atom-bnpl-text
View open source insights on deps.dev
Purl
pkg:npm/dolyame-boxy-atom-bnpl-text

Affected ranges

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

Affected versions

35.*
35.8.7

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "dolyame-boxy-atom-bnpl-text-35.8.7.tgz",
            "hashes": {
                "sha512_sri": "sha512-1QJrh/sMspmvloRp04n6FvLI8H7QKE9HlVMD/h+SzhuxHuCAtb7/WPNUvSzEfFrit/8MY+yQBLBnN8+vWCtpGw==",
                "sha1": "1c86fc1b21695075117c3b9e84192696978a929a"
            }
        }
    ],
    "evidence_files": [
        {
            "sha256": "c4d48bf24332c2b6b4795a733d1ba4c0ec5c4dafa306ce17c84eecf19a963d98",
            "tlsh": "dfa195a916aa70188bb0d7e483175416f66bf6633780c2d8f79c59881f7212483b2efc",
            "path": "_helpers.js"
        },
        {
            "sha256": "7f7e66fc80fe663b573183b07d1f397f5c81ba2f3e45c5eec4194c36585a7342",
            "tlsh": "1f835055566a202186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc",
            "path": "lib/telemetry.js"
        }
    ]
}
cwes
[
    {
        "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",
        "name": "Embedded Malicious Code"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-boxy-atom-bnpl-text/MAL-2026-13291.json"