MAL-2026-13296

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-boxy-atom-desktop-bnpl-text/MAL-2026-13296.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13296
Aliases
  • GHSA-rr63-3r6v-pgqx
Published
2026-08-05T15:26:46Z
Modified
2026-08-06T01:20:48.304283588Z
Summary
Malicious code in dolyame-boxy-atom-desktop-bnpl-text (npm)
Details

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

Source: amazon-inspector (5b63e38f9a4be0ffccf426124ce23e7d5c0ddfde68cc81ad44cbfe75ef22c31c)

The package's index.js silently loads loader.js via a swallowed try/catch (try { require('./_loader'); } catch (_) {}). loader.js assembles one of three Cloudflare Workers hostnames via array-join string-splitting (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf103-070.workers.dev) and a DNS-TXT fallback under *.dl.wel1.ru, downloads a platform-specific binary, writes it to /tmp or %TEMP% under a disguised name (.cache<rnd> on Unix, dotnetdiag_<rnd>.exe on Windows), chmods it 0755, and spawns it detached via /bin/sh -c or cmd. The exported class is a no-op shell; the package ships no functionality matching its advertised BNPL/React-component identity. Destination hostnames and the DNS-TXT covert channel (numbered TXT chunk reassembly of base64 payload) are obfuscated to evade static detection.

Source: ghsa-malware (71d6c16c21d353e2ef00173287a0f98c84d1da2e0a3bcbc6a10ba6abe330e849)

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:33.881921725Z",
            "modified_time": "2026-08-05T15:26:46Z",
            "versions": [
                "35.4.8"
            ],
            "id": "IN-MAL-2026-015701",
            "source": "amazon-inspector",
            "sha256": "5b63e38f9a4be0ffccf426124ce23e7d5c0ddfde68cc81ad44cbfe75ef22c31c"
        },
        {
            "import_time": "2026-08-06T00:58:53.450946567Z",
            "modified_time": "2026-08-05T16:27:05Z",
            "id": "GHSA-rr63-3r6v-pgqx",
            "source": "ghsa-malware",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "sha256": "71d6c16c21d353e2ef00173287a0f98c84d1da2e0a3bcbc6a10ba6abe330e849"
        }
    ]
}
References
Credits

Affected packages

npm / dolyame-boxy-atom-desktop-bnpl-text

Package

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

Affected ranges

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

Affected versions

35.*
35.4.8

Database specific

indicators
{
    "evidence_files": [
        {
            "tlsh": "cea1c79a16a5b0084bb0d7e4cb178816f95bf6633780c694fb5c65885fb312483b2efc",
            "path": "_loader.js",
            "sha256": "7986e0b65cfcf95f601d166829461fe160a74883bebb0cd620f1e837c919bbe7"
        },
        {
            "tlsh": "aff02d4f51dfe462867092e6ee634091fe1199251b8713647ac840ff0a9485002ddeba",
            "path": "index.js",
            "sha256": "c74b113d275b165869d5ab7d78408f9752c28840ed6e97ce980d43b16579e53a"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha1": "78551a4ff755ef335b3c67ec1cf8cf96edf79d7a",
                "sha512_sri": "sha512-O2YF0RUZ4ptQaCGz6umZ7vnHnG54abiLkaU7UYr/L4t6E4t1Odq2UabQBm+ho7hjM1ygzqvAS8hz9CYSQB8y7g=="
            },
            "filename": "dolyame-boxy-atom-desktop-bnpl-text-35.4.8.tgz"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/dolyame-boxy-atom-desktop-bnpl-text/MAL-2026-13296.json"
cwes
[
    {
        "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."
    }
]