VDB
GCVE-110-OSM-2026-1410
GCVE-110-OSM-2026-1410
Advisory PublishedCVSS 9.6/10
Executes attacker-controlled second-stage JavaScript fetched from jsonkeeper.com at require() time. index.js spawns lib/caller.js as a detached child process, which reads a plaintext C2 URL (https://jsonkeeper.com/b/ZK45J) stored as a literal string, fetches it with axios using an x-secret-key header, retrieves a payload from the .cookie field, and executes it via Function.constructor.
index.js spawns lib/caller.js as a detached child process via child_process.spawn() at require() time. Unlike sibling packages in this campaign, env_express stores the C2 URL as a plain literal string (DEV_API_KEY: 'https://jsonkeeper.com/b/ZK45J') with no base64 encoding. caller.js reads this directly, fetches the URL with axios using an x-secret-key header, retrieves JavaScript from the .cookie field, and executes it via new Function.constructor('require', payload)(require).
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 | env_express | 1.3.5 (affected) | — |
Browse GCVE Records
73,393 records in the GCVE database · Updated July 17, 2026
No matching records found.
Explore Further
Investigate this vulnerability in the interactive console or download the raw GCVE record.