VDB
GCVE-110-OSM-2026-11722
GCVE-110-OSM-2026-11722
Advisory PublishedCVSS 5.4/10
Installing the package or importing the module exfiltrates basic information about the host, and the package has no other purpose.
Category: PROBABLY_PENTEST - Packages looking like typical pentest packages, but also anything that looks like testing, exploring pre-prepared kits, research & co, with clearly low-harm possibilities.
Campaign: GENERIC-standard-pypi-install-pentest
Reasons (based on the campaign):
- The package contains code to exfiltrate basic data from the system, like IP or username. It has a limited risk.
- The package overrides the install command in setup.py to execute malicious code during installation.
Judge assessment: This is a dependency-confusion proof-of-concept that clearly phones home on import/install, but the package also self-identifies as security research and bug bounty material in both the module docstring and setup metadata. The `setup.py` code collects `socket.gethostname()`, `os.environ` username, current working directory, and pip config paths, then sends them via `urllib.request.urlopen()` and DNS lookup to `abc123.oast.fun` / `webhook.site`, which is consistent with exfiltration behavior. However, the presence of `print("[DEPENDENCY CONFUSION] ... Security research PoC")`, the `https://bugcrowd.com` URL, and the explicit researcher contact strongly indicate a pentest/test package rather than real malware. Because the attacker model is ambiguous and the package appears designed to demonstrate install-time callback behavior, this should be treated as suspicious but likely a false positive for malware submission.
ENTRY
cv_train/__init__.py (module-import: 4)
DESTINATION
- 2 exfil (custom-c2)
(values recorded in verified_iocs)
EXFIL
- OAST/Interactsh Exfiltration in setup.py: ".oast.fun"
- Network Request in setup.py: "urllib.request.urlopen("
- System Information Collection in setup.py: "socket.gethostname()"
- DNS Lookup in setup.py: "socket.getaddrinfo("
- Suspicious Domain in setup.py: "oast.fun"
PAYLOAD FILES
setup.py
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
| Vendor | Product | Versions | Platforms |
|---|---|---|---|
| unknown | cv-train | all (affected) | — |
Aliases
Browse GCVE Records
540 records in the GCVE database · Updated September 8, 2026
No matching records found.
Explore Further
Investigate this vulnerability in the interactive console or download the raw GCVE record.