MAL-2026-5492

See a problem?
Import Source
https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/xnder-wrapper-module/MAL-2026-5492.json
JSON Data
https://api.osv.dev/v1/vulns/MAL-2026-5492
Aliases
  • GHSA-jxcv-3994-r8xf
Published
2026-06-10T06:43:00Z
Modified
2026-06-11T08:01:33.776602171Z
Summary
Malicious code in xnder-wrapper-module (npm)
Details

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

Source: amazon-inspector (6ff6538b76e9f03f65d8f16113bb6b606a59e59c172e9facb7de6ce0b523a7fb)

package.json declares "postinstall": "node scripts/script.js", causing scripts/script.js to run automatically on every npm install. That file is the package's only functional code and is heavily obfuscated (obfuscator.io string-array with a 242-entry rotated table, RC4 decoder String.fromCharCode(l.charCodeAt(t) ^ n[(n[r]+n[o])%256]), control-flow flattening, webpack-bundled across 5 modules requiring path/os/fs/child_process and an HTTP client). The decoded flow constructs a URL via string concatenation tricks (repeat('.'), concat('.')), performs an HTTPS GET, writes the response body to a file under os.tmpdir() via fs.writeFileSync(..., {flag:'w+'}), and then runs execSync(..., {windowsHide:true, cwd: os.tmpdir()}) against the dropped file — the standard fetch/drop/execute dropper shape with a sandbox-evasion flag. The package ships no other functionality; the README explicitly tells users the payload is unreviewed and recommends running it only inside a VM/Docker. Installing this package on a default npm install runs attacker-controlled code on the developer's machine.

Source: ghsa-malware (4d68068055d711593139864c52e7ccec4dd81369467be5d9ba6d30d47fd6e507)

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": [
        {
            "sha256": "4d68068055d711593139864c52e7ccec4dd81369467be5d9ba6d30d47fd6e507",
            "ranges": [
                {
                    "events": [
                        {
                            "introduced": "0"
                        }
                    ],
                    "type": "SEMVER"
                }
            ],
            "modified_time": "2026-06-10T06:43:01Z",
            "source": "ghsa-malware",
            "import_time": "2026-06-10T07:48:35.930960089Z",
            "id": "GHSA-jxcv-3994-r8xf"
        },
        {
            "versions": [
                "1.0.0"
            ],
            "sha256": "0f0582db05beca67194a76fc145fc80e8a15029cd6e721c052bd0110d40e96c0",
            "modified_time": "2026-06-11T06:03:04Z",
            "source": "amazon-inspector",
            "import_time": "2026-06-11T07:49:31.523521336Z",
            "id": "IN-MAL-2026-005601"
        },
        {
            "versions": [
                "1.0.2"
            ],
            "sha256": "6ff6538b76e9f03f65d8f16113bb6b606a59e59c172e9facb7de6ce0b523a7fb",
            "modified_time": "2026-06-11T06:03:03Z",
            "source": "amazon-inspector",
            "id": "IN-MAL-2026-005600",
            "import_time": "2026-06-11T07:49:31.435747997Z"
        },
        {
            "versions": [
                "1.0.1"
            ],
            "sha256": "ab405ee6433a5260eed17e2ebacd6da8f7d71a62cb5a6f445a8487a0f77610cd",
            "source": "amazon-inspector",
            "modified_time": "2026-06-11T06:03:07Z",
            "import_time": "2026-06-11T07:49:31.71903038Z",
            "id": "IN-MAL-2026-005603"
        }
    ]
}
References
Credits

Affected packages

npm / xnder-wrapper-module

Package

Name
xnder-wrapper-module
View open source insights on deps.dev
Purl
pkg:npm/xnder-wrapper-module

Affected ranges

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

Affected versions

1.*
1.0.0
1.0.1
1.0.2

Database specific

indicators
{
    "evidence_files": [
        {
            "sha256": "16ad36d69061ffd4b26b2bf6fb22c4ddcd92fd9414bb6202cd503a604973fadb",
            "path": "scripts/script.js",
            "tlsh": "52a2a58b17ca30609213b4fca94f9ca6f7584d54c2a07c1e8a5de460e5b166cc7bceec"
        },
        {
            "sha256": "ea32dee31c4cfdc35f623e489970a2c62a13f3c54d4eed885d9412cc6f68d15a",
            "path": "index.js",
            "tlsh": "37014956982297fd9176eb629962c01af60a91336200d664feecc6901f732a14452dd9"
        }
    ]
}
source
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/xnder-wrapper-module/MAL-2026-5492.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"
    },
    {
        "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"
    }
]