VDB
GCVE-110-OSM-2026-12196
GCVE-110-OSM-2026-12196
Advisory PublishedCVSS 9.6/10
On import of the package main, index.js auto-invokes an initialize() routine that spawns a detached `node loader.js` process. loader.js performs an HTTPS GET against the hardcoded endpoint https://api.npoint.io/33e8d008c334b060adad, base64-decodes the `code` field of the returned JSON, and executes the decoded string via `new Function("require","__dirname","__filename","module","exports", decodedCode)(...)`, granting the fetched payload full Node.js capabilities on the installer's host. npoint.io is a user-editable JSON hosting service, so the executed code is mutable by whoever controls the note and is unpinned and unverified. package.json and README present the package as a 'runtime-utils' library exporting getRuntimeInfo, but no such API is shipped; the advertised purpose is a cover story for the dropper. In-source comments self-describe the module as an embedded remote-code-execution client.
ENTRY
index.js (main: index.js)
DESTINATION
- 1 exfil (custom-c2)
(values recorded in verified_iocs)
EXFIL
- Payload Download from Paste Service in loader.js: "npoint.io"
- Network Request in loader.js: "https.get("
- System Information Collection in loader.js: "process.platform"
OBFUSCATION
- Global Variable Shadowing in loader.js: "const module = {"
- Dynamic Base64 Decoding in loader.js: "Buffer.from(code, "base64")"
- Deobfuscation Failed in loader.js
ADDITIONAL FINDINGS
- Chai-Max Cryptocurrency Stealer in loader.js: "npoint.io/33e8d008"
- Silent Process Execution in init.js: "windowsHide: true"
- Detached Child Process Payload in init.js: "spawn('node', [LOADER], { stdio: ['ignore', 'ignore', 'ignore'], windowsHide: tr..."
- Dynamic Code Execution in loader.js: "new Function("require", "__dirname", "__filename", "module", "exports", decodedC..."
- Shell Command Execution in loader.js: "require('child_process')"
- Shell Command Variable Setup in loader.js: "win32") { const { spawnSync } = require('child_process'); const result = spawnSy..."
(+3 more)
PAYLOAD FILES
loader.js
Weaknesses (CWE)
CWE-506Embedded Malicious Code
Risk Scores
CVSS 3.1
9.6/10
Critical · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Affected Products
| Vendor | Product | Versions | Platforms |
|---|---|---|---|
| unknown | process-mite | all (affected) | — |
Aliases
Browse GCVE Records
395 records in the GCVE database · Updated September 17, 2026
No matching records found.
Explore Further
Investigate this vulnerability in the interactive console or download the raw GCVE record.