The leo-connector-oracle 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 containing GYP command-expansion syntax (<!(...)) at line 6 inside the sources field of a target definition. npm implicitly runs node-gyp rebuild whenever a binding.gyp is present, even with no declared install/postinstall script, and GYP evaluates <!(...) as a shell invocation during its configure step. This causes the embedded command to execute automatically on npm install, functionally identical to a lifecycle hook. Use of GYP command expansion in a sources list is anomalous for a normal native addon build (sources are expected to be literal file paths). Any installer running npm install leo-connector-oracle will execute the command at build-configuration time.
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": [
"2.0.1"
],
"modified_time": "2026-06-25T06:30:35Z",
"sha256": "6f58d7bafe2bb3cea11b6066ac48bf357bc79d2b0170c6a76c4b247c89eadb71",
"id": "IN-MAL-2026-007475",
"source": "amazon-inspector",
"import_time": "2026-06-25T07:47:50.93110854Z"
},
{
"versions": [
"2.0.1"
],
"modified_time": "2026-06-25T15:37:45Z",
"sha256": "3e48bb9e55f8820edbdb09548d3e58fa9c9e2982e2154cddcaabc5ad7d788862",
"id": "GHSA-j4v3-8cw4-pg32",
"source": "ghsa-malware",
"import_time": "2026-06-25T16:08:55.417492313Z"
}
]
}[
{
"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": [
{
"hashes": {
"sha512_sri": "sha512-/U3rRJ+zIktpzCTf0FMgV5TUNj4BYCXUzLBI4IFC89nopnbekGaoyGRxpK9+DkcuiJsY5LCtEIMZQANB0EbGaw==",
"sha1": "d7224b6b1f5d2f9403f1cebc8f82518c20b4d0f7"
},
"filename": "leo-connector-oracle-2.0.1.tgz"
}
],
"evidence_files": [
{
"path": "binding.gyp",
"tlsh": "48c08c3ca9380d1029d958285168d402a4b142a3494e2a81fade60284fa840b2898bad",
"sha256": "32d1bc728d8e504952083a6adc488c309a401c7df4dc8f47b382ce32e4aebe21"
}
]
}
"https://github.com/ossf/malicious-packages/blob/main/osv/malicious/npm/leo-connector-oracle/MAL-2026-6426.json"