MAL-2026-12366

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-boxy-independent-bnpl-open-api/MAL-2026-12366.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12366
Aliases
  • GHSA-8hvr-g6xj-288x
Published
2026-08-05T12:47:32Z
Modified
2026-08-06T01:20:58.653584387Z
Summary
Malicious code in dolyame-boxy-independent-bnpl-open-api (npm)
Details

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

Source: amazon-inspector (8b38c4f57c90f57ca8c3a54ebf790e726dcbba0be7a662f3ae2aa706c5521d5b)

On require() of the package, index.js loads helpers.js which immediately invokes start(). start() selects a Windows, Linux, or macOS payload path, downloads an opaque native binary via https.get from one of three hardcoded Cloudflare workers.dev hosts (oob-worker.cf99-9b3.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf101-adf.workers.dev) with a DNS TXT-record fallback under *.dl.well1.site, writes it to /tmp/.cache<rand> or %TEMP%/dotnetdiag<rand>.exe, chmods it 0755, and detached-spawns it via /bin/sh -c or cmd /c start /b. Hostnames are assembled by array-join string concatenation and childprocess is loaded via require("child"+"process") to evade static string scanning. The package advertises itself as a BNPL API SDK; the fetched binary is unrelated to that stated purpose and uses cover-story filenames (dotnetdiag,.cache). A secondary lib/telemetry.js (~81 KB) bundles structurally identical dropper primitives (https fetch, chmod 0755, /bin/sh -c detached spawn, base64 chunk decode) though it is not reached from the current main.

Source: ghsa-malware (56a3ac626eac65ce7036ca902b5f8660bc5c4ebc6bd62828a0ca85d401156328)

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-05T13:08:44.667922377Z",
            "sha256": "8b38c4f57c90f57ca8c3a54ebf790e726dcbba0be7a662f3ae2aa706c5521d5b",
            "id": "IN-MAL-2026-014763",
            "modified_time": "2026-08-05T12:47:32Z",
            "source": "amazon-inspector",
            "versions": [
                "20.8.9"
            ]
        },
        {
            "import_time": "2026-08-06T00:58:53.325216562Z",
            "sha256": "56a3ac626eac65ce7036ca902b5f8660bc5c4ebc6bd62828a0ca85d401156328",
            "id": "GHSA-8hvr-g6xj-288x",
            "modified_time": "2026-08-05T14:47:01Z",
            "source": "ghsa-malware",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ]
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-boxy-independent-bnpl-open-api

Package

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

Affected ranges

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

Affected versions

20.*
20.8.9

Database specific

source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-boxy-independent-bnpl-open-api/MAL-2026-12366.json"
indicators
{
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-KdVGEQ8iQd8kBtONJ3Mi8LYGi2DdLbPCx9AylnMP17/vAUl/G34wJ/E+7xhdgFZUlYKNiQERBgBg1YHEot4z+Q==",
                "sha1": "ed9ed1dd7171c9c5f7e0feb759f87d7590951a3e"
            },
            "filename": "dolyame-boxy-independent-bnpl-open-api-20.8.9.tgz"
        }
    ],
    "evidence_files": [
        {
            "sha256": "0ca72978355daf7440ff5ab8e2011abc66d45f5b3527e40554697520db833ea6",
            "path": "_helpers.js",
            "tlsh": "68a1c89602a6701c4bb0dbe4c61b8825f65ff65337818194fb9c99885f7342483b2efc"
        },
        {
            "sha256": "377457e12af27a06634688408f9d82dbb35b2754df85340b6be14a31d54fa14b",
            "path": "lib/telemetry.js",
            "tlsh": "27835055566a242186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc"
        }
    ]
}
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"
    }
]