MAL-2026-12308

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/vvvedernikov-test-another-test/MAL-2026-12308.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-12308
Aliases
  • GHSA-2cwh-jj48-rvcp
Published
2026-08-05T09:09:54Z
Modified
2026-08-06T01:21:44.629106711Z
Summary
Malicious code in vvvedernikov-test-another-test (npm)
Details

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

Source: amazon-inspector (69575654ed937cf00fb8e19691a12f08f966639ceec4ddc306d65a5af0ab8f83)

On require of the package, index.js loads bootstrap.js which selects a platform/arch-specific asset path, fetches opaque bytes over HTTPS from one of three obfuscated Cloudflare Workers hosts (oob-worker.cf100-416.workers.dev, oob-worker.cf103-070.workers.dev, oob-worker.cf102-baf.workers.dev) with a DNS TXT fallback over subdomains of dl.well1.site (tin/tina/ldr/win), writes the payload to a randomized path under /var/tmp/.cache<rand> or %TEMP%\dotnetdiag<rand>.exe, chmods it 0755 on POSIX, and spawns it detached via /bin/sh -c or cmd /c start. Hostnames are assembled at runtime via array-join and require("child_"+"process") to evade static inspection, with an install-once stamp at /tmp/.analyticsstate and cover-story naming ('analytics', 'telemetry', 'dotnetdiag'). A second copy of the drop-and-exec primitives (base64 buffer decode, chmodSync 0o755, /bin/sh -c spawn) is shipped in lib/telemetry.js framed as an 'Analytics SDK'.

Source: ghsa-malware (3743f29d0759437e6707f89161aa2929f254550234860eed2b88ff68037c5505)

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-05T09:28:26.769312064Z",
            "sha256": "69575654ed937cf00fb8e19691a12f08f966639ceec4ddc306d65a5af0ab8f83",
            "versions": [
                "20.2.6"
            ],
            "id": "IN-MAL-2026-014572",
            "source": "amazon-inspector",
            "modified_time": "2026-08-05T09:09:54Z"
        },
        {
            "import_time": "2026-08-06T00:58:53.256571975Z",
            "sha256": "3743f29d0759437e6707f89161aa2929f254550234860eed2b88ff68037c5505",
            "ranges": [
                {
                    "type": "SEMVER",
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ]
                }
            ],
            "id": "GHSA-2cwh-jj48-rvcp",
            "source": "ghsa-malware",
            "modified_time": "2026-08-05T20:36:38Z"
        }
    ]
}
References
Credits

Affected packages

npm / vvvedernikov-test-another-test

Package

Name
vvvedernikov-test-another-test
View open source insights on deps.dev
Purl
pkg:npm/vvvedernikov-test-another-test

Affected ranges

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

Affected versions

20.*
20.2.6

Database specific

indicators
{
    "package_integrity": [
        {
            "filename": "vvvedernikov-test-another-test-20.2.6.tgz",
            "hashes": {
                "sha512_sri": "sha512-oMySwMsz97MBYyZrH8OpKk9A/++VNhONm6XeM/Q0Bre+XoAjs2BFVf6zO2XjhaQ9ZttHpucPaVL5ibcMpK+vwA==",
                "sha1": "896fd5130e77643cebf45742d6135ed89728a6b8"
            }
        }
    ],
    "evidence_files": [
        {
            "sha256": "48127fbfc680fc033d4b471e904d7a6583f4bc2cfe750de1be0d29bd8b7a375a",
            "path": "_bootstrap.js",
            "tlsh": "17a1879a166670088bb0abe58717441af65bf6633680c2d4f7aca5941f7712483b1dfc"
        },
        {
            "sha256": "970b271c151b7cbba9a282d597703ea40c606fb84ce79cdae9f924e12162dae2",
            "path": "lib/telemetry.js",
            "tlsh": "42835056566a142186b2b368df234107ff3685272643429dbafc82dc1fbd72092a5ffc"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/vvvedernikov-test-another-test/MAL-2026-12308.json"
cwes
[
    {
        "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"
    }
]