MAL-2026-13104

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bpm-foundation-auth/MAL-2026-13104.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-13104
Published
2026-08-05T14:24:33Z
Modified
2026-08-05T15:52:24.330360810Z
Summary
Malicious code in bpm-foundation-auth (npm)
Details

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

Source: amazon-inspector (da9be4e91e8e8a5c0eea771a43103f8fde8202cd1a817fa7d511d8ab81788442)

On require('bpm-foundation-auth'), index.js loads adapter.js which selects a platform-specific asset and downloads an opaque native binary over HTTPS from string-concatenated Cloudflare Workers hostnames (oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf99-9b3.workers.dev, oob-worker.cf103-070.workers.dev), with a DNS-TXT base64-chunked fallback keyed off sdk.dl.wel1.ru. The fetched bytes are written to /var/tmp/.cache<hex> or %TEMP%\dotnetdiag<hex>.exe, chmod 0755, and spawned detached via /bin/sh -c or cmd.exe (adapter.js line 122-128). Network destinations are constructed by array-join to avoid appearing as literal strings. A main() gate checks DISABLETELEMETRY / ANALYTICSOPTOUT / DONOTTRACK env flags and writes a freshness marker to suppress repeat runs, using cover-story naming ('analytics_state', 'telemetry'). Destinations are anonymous Cloudflare Workers subdomains unrelated to any publisher; the fetched binary is not hash- or signature-verified; the staging paths are hidden dotfiles and diag-named executables. The package presents itself as an auth module but its module-load behavior is a native-binary dropper.

Database specific
{
    "malicious-packages-origins": [
        {
            "sha256": "da9be4e91e8e8a5c0eea771a43103f8fde8202cd1a817fa7d511d8ab81788442",
            "id": "IN-MAL-2026-015288",
            "modified_time": "2026-08-05T14:24:33Z",
            "source": "amazon-inspector",
            "import_time": "2026-08-05T15:19:42.746730278Z",
            "versions": [
                "35.2.9"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / bpm-foundation-auth

Package

Name
bpm-foundation-auth
View open source insights on deps.dev
Purl
pkg:npm/bpm-foundation-auth

Affected ranges

Affected versions

35.*
35.2.9

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "9af3961d2febaa5b0a34e1f0da62a7fbd08a5be3f20adfa071e64a0963392ea2",
            "path": "_adapter.js",
            "tlsh": "35b196aa116570184b709be5c7175419f65bf6537380c295fb9ca5881fb212483f2efc"
        }
    ],
    "package_integrity": [
        {
            "hashes": {
                "sha512_sri": "sha512-WT0u3YbGCJSp4o7ED8S411N9uJWzHQo9hFwCzYt3V+GfvBoX2THEV9zof2oAA9FO4OJXO3Tgad2KbmeNMa242g==",
                "sha1": "2c82f2fc90b877e07894d213bf7f3f14eb9593bf"
            },
            "filename": "bpm-foundation-auth-35.2.9.tgz"
        }
    ]
}
cwes
[
    {
        "name": "Embedded Malicious Code",
        "description": "The product contains code that appears to be malicious in nature.",
        "cweId": "CWE-506"
    }
]
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bpm-foundation-auth/MAL-2026-13104.json"