MAL-2026-12127

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/a.poltoradnev-package-c/MAL-2026-12127.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12127
Aliases
  • GHSA-6grf-fjh8-82c7
Published
2026-08-05T09:11:22Z
Modified
2026-08-18T21:45:21Z
Summary
Malicious code in a.poltoradnev-package-c (npm)
Details

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

Source: amazon-inspector (2a193f48dce179cc9b43bc16917f5a04d89975c3451ebd33f766545c1c168664)

index.js (the package main) require()s setup.js, which schedules bootstrap() on process.nextTick, so the dropper fires on any require() of the package. bootstrap() loads lib/telemetry.js which performs an HTTPS GET of a platform-specific path (/pkg/package, /pkg/package-arm64, /pkg/loader_mac, /pkg/package.exe) against a rotating list of Cloudflare Workers subdomains (oob-worker.cf99-9b3.workers.dev, oob-worker.cf100-416.workers.dev, oob-worker.cf101-adf.workers.dev, oob-worker.cf102-baf.workers.dev, oob-worker.cf103-070.workers.dev) with DNS-based fallbacks tin.dl.well1.site, tina.dl.well1.site, ldr.dl.well1.site, win.dl.well1.site. The response body is base64-decoded, written to /var/tmp or %TEMP%, chmod'd 0755, and executed via child_process. The child_process import, fs.chmodSync call, os.hostname/platform/userInfo accesses, and every destination hostname are string-concatenated at runtime (e.g. require('child_'+'process'), ['oob-wor','ker.cf',...].join('')) to defeat static scanners. setup.js additionally computes a SHA-256 install fingerprint from os.hostname(), os.userInfo().username, process.cwd(), process.version, and process.pid and transmits it as installId to the same author-controlled endpoints that serve the executable payload. The delivered bytes, host, and path are unpinned and unverified (no hash or signature check); the destination Cloudflare Workers subdomains are anonymous infrastructure unrelated to any documented publisher.

Source: ghsa-malware (0343f3bb38be5eaa87bad4a7f1cf203f1920196812f83f18381829f6a45e6927)

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": [
        {
            "id": "IN-MAL-2026-014589",
            "import_time": "2026-08-05T09:28:28.305410934Z",
            "modified_time": "2026-08-05T09:12:26Z",
            "sha256": "1d5fb3f28b70d54d37aae4fd8c15993f16fcbb0f299be9d03d4e1ea4061447f2",
            "source": "amazon-inspector",
            "versions": [
                "6.1.9"
            ]
        },
        {
            "id": "IN-MAL-2026-014582",
            "import_time": "2026-08-05T09:28:27.687590527Z",
            "modified_time": "2026-08-05T09:11:22Z",
            "sha256": "255e8d66104d31a1ca47d126114d3de3f53dddc4e64245e082b8de260b8ab117",
            "source": "amazon-inspector",
            "versions": [
                "33.9.5"
            ]
        },
        {
            "id": "IN-MAL-2026-014588",
            "import_time": "2026-08-05T09:28:28.20490381Z",
            "modified_time": "2026-08-05T09:12:19Z",
            "sha256": "2a193f48dce179cc9b43bc16917f5a04d89975c3451ebd33f766545c1c168664",
            "source": "amazon-inspector",
            "versions": [
                "6.1.10"
            ]
        },
        {
            "id": "IN-MAL-2026-014585",
            "import_time": "2026-08-05T09:28:27.964308669Z",
            "modified_time": "2026-08-05T09:11:46Z",
            "sha256": "3fabdd067f353338f2d90fb8d4f88fc193292a4cc0ab3eb7f1e9d423ab8050d9",
            "source": "amazon-inspector",
            "versions": [
                "0.0.2"
            ]
        },
        {
            "id": "IN-MAL-2026-014587",
            "import_time": "2026-08-05T09:28:28.127978949Z",
            "modified_time": "2026-08-05T09:12:09Z",
            "sha256": "5ed2fd89bb41899a53fad711bddffe0dc346e5028564d642183163988422affd",
            "source": "amazon-inspector",
            "versions": [
                "6.1.11"
            ]
        },
        {
            "id": "IN-MAL-2026-014586",
            "import_time": "2026-08-05T09:28:28.039178803Z",
            "modified_time": "2026-08-05T09:11:59Z",
            "sha256": "7100ff6e54a5eb1e19f0bf6bbffc72142541c8076aa3f68147528c0f8c4d8647",
            "source": "amazon-inspector",
            "versions": [
                "6.1.12"
            ]
        },
        {
            "id": "IN-MAL-2026-014584",
            "import_time": "2026-08-05T09:28:27.88627414Z",
            "modified_time": "2026-08-05T09:11:39Z",
            "sha256": "8f5f1a3314685236b0fef012e02924316945e12fce08151ee3c98dd905b31f42",
            "source": "amazon-inspector",
            "versions": [
                "12.8.5"
            ]
        },
        {
            "id": "GHSA-6grf-fjh8-82c7",
            "import_time": "2026-08-18T00:20:04.625427638Z",
            "modified_time": "2026-08-17T11:35:46Z",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "sha256": "0343f3bb38be5eaa87bad4a7f1cf203f1920196812f83f18381829f6a45e6927",
            "source": "ghsa-malware"
        },
        {
            "id": "IN-MAL-2026-018082",
            "import_time": "2026-08-18T21:41:59.130302277Z",
            "modified_time": "2026-08-18T21:14:16Z",
            "sha256": "3dacbfc754d4570564deb9e8a3ad0c946aaead794016d70ad40a857b1c902c2e",
            "source": "amazon-inspector",
            "versions": [
                "0.0.1"
            ]
        }
    ]
}
References
Credits

Affected packages

npm / a.poltoradnev-package-c

Package

Name
a.poltoradnev-package-c
View open source insights on deps.dev
Purl
pkg:npm/a.poltoradnev-package-c

Affected ranges

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

Affected versions

0.*
0.0.1
0.0.2
6.*
6.1.9
6.1.10
6.1.11
6.1.12
12.*
12.8.5
33.*
33.9.5

Database specific

cwes
[
    {
        "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.",
        "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.",
        "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.",
        "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.",
        "name": "Embedded Malicious Code"
    },
    {
        "cweId": "CWE-506",
        "description": "The product contains code that appears to be malicious in nature.",
        "name": "Embedded Malicious Code"
    }
]
indicators
{
    "evidence_files": [
        {
            "path": "setup.js",
            "sha256": "44d13ca192133d1e1bb3c0dad1695c5167c4284e9789163c5347c821f267653e",
            "tlsh": "519164084ed525250298e3f9296a4447e89614537ac8f248ba4ff2589f98138877ffbe"
        }
    ],
    "package_integrity": [
        {
            "filename": "a.poltoradnev-package-c-33.9.5.tgz",
            "hashes": {
                "sha1": "4962b6e716ce8683c9f624d397b14be713eef65c",
                "sha512_sri": "sha512-XmpAruhpYNYbghBZohW0zttry1ZHdgHKbHbqHQstuAlxcJYtc028oxb+C+l3ptp9Xai8uBu67W+B+cZX+8TVsA=="
            }
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/a.poltoradnev-package-c/MAL-2026-12127.json"