The leo-connector-mongo npm package was compromised as part of the Miasma worm campaign targeting the LeoPlatform npm ecosystem. On June 24, 2026, 20 LeoPlatform packages were published within a 3-second window by a threat actor who had taken over the npm account czirker belonging to the LeoPlatform organization.
The malicious payload is triggered automatically during npm install via a binding.gyp file using node-gyp command expansion (<!(node index.js > /dev/null 2>&1 && echo stub.c)), which bypasses lifecycle script scanners. The replaced index.js (~5.2 MB, obfuscated with ROT-N + AES-128-GCM encryption) deploys a multi-stage worm with the following capabilities:
snapshot-<hex> branches with fake "Dependabot Updates" workflows to maintain access after initial compromise.Any system that installed this version should be considered fully compromised. Rotate all secrets immediately from a separate, clean machine. See the linked SafeDep report for full payload analysis, indicators of compromise, and remediation guidance.
-= Per source details. Do not edit below this line.=-
The package ships a binding.gyp at the root that uses GYP command-expansion syntax (<!(...)) at line 6 within the targets/sources fields. npm implicitly runs node-gyp rebuild whenever a binding.gyp is present — even when no install/postinstall script is declared — and node-gyp's configure step evaluates <!(...) as a shell command. This results in arbitrary command execution on the installer's machine during a default npm install, functionally equivalent to a malicious lifecycle hook. The command embedded in the GYP expansion runs with the installing user's privileges on every install of this version.
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.
{
"iocs": {
"urls": [
"https://safedep.io/miasma-worm-hits-leoplatform-20-npm-packages/"
]
},
"malicious-packages-origins": [
{
"versions": [
"3.0.8"
],
"modified_time": "2026-06-25T06:30:34Z",
"sha256": "dc9ecc7f6488cb4c941a9184df1b6cf93ff87dc98f904d7b2b45025bd88f143a",
"id": "IN-MAL-2026-007472",
"source": "amazon-inspector",
"import_time": "2026-06-25T07:47:50.805832863Z"
},
{
"versions": [
"3.0.8"
],
"modified_time": "2026-06-25T15:28:03Z",
"sha256": "79dd1c9b346a50c7a4c8f0a554af61230baa88cd24be085cbaf16dbe8f54d0a0",
"id": "GHSA-gwx3-mrcv-2c26",
"source": "ghsa-malware",
"import_time": "2026-06-25T16:08:55.412782321Z"
}
]
}[
{
"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"
}
]
{
"package_integrity": [
{
"filename": "leo-connector-mongo-3.0.8.tgz",
"hashes": {
"sha512_sri": "sha512-ulrPEMAVh9EbAMmg3IS+MnKBuDQoOTqcPL+alZlX1Qt31e/KGXIGq+J5p7u3Qa9G2Yjy/GcF+cXThZgibZT1lw==",
"sha1": "68a1cd589b2ce322f5f03fe7f85dc3f176a759d4"
}
}
],
"evidence_files": [
{
"path": "binding.gyp",
"tlsh": "48c08c3ca9380d1029d958285168d402a4b142a3494e2a81fade60284fa840b2898bad",
"sha256": "32d1bc728d8e504952083a6adc488c309a401c7df4dc8f47b382ce32e4aebe21"
}
]
}
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/leo-connector-mongo/MAL-2026-6424.json"