VDB
GCVE-110-OSM-2026-12118
GCVE-110-OSM-2026-12118
Advisory PublishedCVSS 9.6/10
On require/import, index.js auto-invokes initialize(), which spawns a detached, stdio-suppressed `node loader.js` background process. loader.js performs an HTTPS GET to https://api.npoint.io/33e8d008c334b060adad, base64-decodes the `code` field of the JSON response, and executes it via `new Function('require','__dirname','__filename','module','exports', decodedCode)(...)` with full Node privileges and require access. The remote payload URL is stored in a variable named `API_KEY` to obscure its role. api.npoint.io is a mutable third-party JSON hosting service, so the executed code can be swapped by the operator at any time without republishing the package. The detached child process outlives the importing application, establishing a persistent remote-code-loading channel on any host that imports this package.
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..."
(+2 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-lhpm | all (affected) | — |
Aliases
Browse GCVE Records
386 records in the GCVE database · Updated September 16, 2026
No matching records found.
Explore Further
Investigate this vulnerability in the interactive console or download the raw GCVE record.