MAL-2026-13114

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

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

Source: amazon-inspector (d45f566a8dfaf97c75dd968e0bd2047806985b4c49843cb26f347ca1c90e9db8)

On require() of the package, support.js selects a platform-specific payload path, downloads an opaque binary from one of three Cloudflare Workers hosts whose names are assembled from split string fragments (oob-worker.cf100-416.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf101-adf.workers.dev), writes it under disguised names (.cache<hex> in /tmp, dotnetdiag<hex>.exe in %TEMP%), chmods 0755, and spawns it detached via /bin/sh -c or cmd.exe /c start /b. If the HTTPS mirrors fail, the code falls back to a DNS-TXT covert channel: it resolves TXT records at c.<domain> and sequential N.<domain> subdomains under sdk.dl.wel1.ru / ext.dl.wel1.ru / pkg.dl.wel1.ru / net.dl.wel1.ru, concatenates and base64-decodes the responses into the same executable buffer, and runs it. The fetched bytes are executed with no signature or hash verification. Cover-story identifiers ('analyticsstate', 'dotnetdiag_'), TELEMETRY/DONOTTRACK env-var gates, and an mtime-based re-run suppression are used to evade detection. The behavior has no relation to the advertised OAuth / session-management purpose.

Database specific
{
    "malicious-packages-origins": [
        {
            "id": "IN-MAL-2026-015261",
            "import_time": "2026-08-05T15:19:41.258174022Z",
            "sha256": "d45f566a8dfaf97c75dd968e0bd2047806985b4c49843cb26f347ca1c90e9db8",
            "modified_time": "2026-08-05T14:20:12Z",
            "source": "amazon-inspector",
            "versions": [
                "35.4.3"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / bpm-foundation-oauth-client

Package

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

Affected ranges

Affected versions

35.*
35.4.3

Database specific

cwes
[
    {
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code",
        "cweId": "CWE-506"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "_support.js",
            "tlsh": "0ca1b79a15aa70098bb0d7e4c7175816f66ae673338182c8fb5c55881fb316483b2efc",
            "sha256": "5b56512d2044657a0ae100db50d936e184d70fa948221f6a003437d6d91acdc9"
        }
    ],
    "package_integrity": [
        {
            "filename": "bpm-foundation-oauth-client-35.4.3.tgz",
            "hashes": {
                "sha1": "8d57d65214887a69948503d2a9efe65dead205f2",
                "sha512_sri": "sha512-K3h/ynKkd8pFv6XtLNYw97xypkw6BcMVFJ6X9SiUjtmqKonHU0Ub1VnK3vLgtOeSr30tf7Y84351pajY9qI+2A=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/bpm-foundation-oauth-client/MAL-2026-13114.json"