VDB

GCVE-110-OSM-2026-11688

GCVE-110-OSM-2026-11688
Advisory PublishedCVSS 8.8/10
Vulnetix · Advisory published August 27, 2026
This looks like a credential/data exfiltration implant targeting sandbox or CI environments: on import it reads `/tmp/.sandbox_token`, takes `SANDBOX_ROUTER_URL` from the environment, and sends the token in an `x-sandbox-token` header to a hardcoded `/proxy/v2/me/threads` endpoint. The returned data is then base64-encoded and leaked through DNS queries to `f9eabf60-94dc-4b7a-89ca-4e91d333c014.dnshook.site`, which is classic covert exfiltration behavior rather than any legitimate package function. The attacker model is a malicious package published to harvest sandbox credentials and pivot data out via DNS-side channel; the OSV advisory's exfiltration claim is directly corroborated by the code in `src/sap_quarterly_report/__init__.py`. The minimal metadata and no-repository shape further fit a throwaway malicious package. EXFIL - Environment Variable Exfiltration in src/sap_quarterly_report/__init__.py: "os.environ.get("SANDBOX_ROUTER_URL", "") if not c or not r: return import urllib" - Python Background Thread Execution in src/sap_quarterly_report/__init__.py: "def _run(): try: p = "/tmp/.sandbox_token" if not os.path.exists(p): return c = ..." - Network Request in src/sap_quarterly_report/__init__.py: "urllib.request.Request(" - DNS Lookup in src/sap_quarterly_report/__init__.py: "socket.getaddrinfo(" PAYLOAD FILES src/sap_quarterly_report/__init__.py

Weaknesses (CWE)

CWE-506Embedded Malicious Code

Risk Scores

CVSS 3.1
8.8/10
High · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Affected Products

VendorProductVersionsPlatforms
unknownsap-quarterly-reportall (affected)

References

advisory
vendor

Browse GCVE Records

1,837 records in the GCVE database · Updated September 7, 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 ›