VDB
GCVE-110-OSM-2026-12113
GCVE-110-OSM-2026-12113
Advisory PublishedCVSS 9.6/10
This package implements a classic Contagious Interview / chai-max DPRK/Lazarus staged payload loader. The entrypoint (index.js) auto-initializes on import, spawning a detached background process via init.js with suppressed stdio and windowsHide:true to evade detection. loader.js fetches base64-encoded code from the npoint.io C2 endpoint (https://api.npoint.io/641d37178a880b1e8b8f), decodes it, and executes it via `new Function("require", "__dirname", "__filename", "module", "exports", decodedCode)` — a full remote code execution primitive with access to the Node.js runtime. The Module.prototype.require monkey-patching is a known chai-max technique to intercept child_process calls cross-platform (Win32/Unix), ensuring payload execution works silently on both platforms. The publisher account is less than an hour old, has one package, and no repository — all consistent with a throwaway attacker account.
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/641d3717"
- 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 | swnwall | all (affected) | — |
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.