VDB
GCVE-110-OSM-2026-1358
GCVE-110-OSM-2026-1358
Advisory PublishedCVSS 9.6/10
Executes arbitrary attacker-controlled Node.js code at install time via postinstall hook. postinstall.js decodes a base64-obfuscated URL (https://jsonkeeper.com/b/XEKVH), fetches the payload via axios, and pipes it to a detached node subprocess via stdin — no payload file is written to disk. The detached process is unref'd to survive parent exit.
package.json scripts.postinstall runs 'node postinstall.js'. The script base64-decodes DEV_API_KEY ('aHR0cHM6Ly9qc29ua2VlcGVyLmNvbS9iL1hFS1ZI' → 'https://jsonkeeper.com/b/XEKVH'), GETs the URL via axios, extracts .data.cookie, spawns node with {detached:true, stdio:['pipe','ignore','ignore']}, writes the fetched payload string to child.stdin, closes stdin, and calls child.unref(). The payload never touches disk.
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 | theta-sdk | 1.0.12 (affected) | — |
Browse GCVE Records
74,366 records in the GCVE database · Updated July 23, 2026
No matching records found.
Explore Further
Investigate this vulnerability in the interactive console or download the raw GCVE record.