Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Network-reachable H-VUE web interface with no auth or interaction (AV:N/AC:L/PR:N/UI:N); arbitrary file read yields high confidentiality loss but no integrity or availability impact.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
Gigamon GVOS v5.16.1 and below is vulnerable to Directory Traversal in the GVOS H-VUE subsystem.
AnalysisAI
Path traversal in the H-VUE web management subsystem of Gigamon GigaVUE-OS (GVOS) versions 5.16.1 and earlier allows remote attackers to read arbitrary files outside the intended web root, exposing sensitive system data. The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:N) indicates network-reachable, low-complexity, unauthenticated exploitation with high confidentiality impact but no integrity or availability effect. A researcher GitHub repository tracking this CVE suggests proof-of-concept material may exist, but there is no public exploit explicitly confirmed and no CISA KEV listing at time of analysis.
Technical ContextAI
GVOS (GigaVUE-OS) is the operating system that runs on Gigamon's network visibility and traffic-aggregation appliances (GigaVUE H-series and related fabric nodes), and H-VUE is its web-based administration GUI. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), meaning the H-VUE subsystem accepts user-supplied path input - typically a filename or resource parameter in an HTTP request - without properly canonicalizing or constraining it, permitting sequences such as '../' to escape the intended directory and resolve to arbitrary files on the underlying appliance filesystem. Because the CVSS impact is confidentiality-only (C:H, I:N, A:N), the flaw is consistent with arbitrary file read/disclosure rather than file write or code execution.
RemediationAI
No specific vendor-released fixed version is identified in the available data, so no exact upgrade target can be cited; consult Gigamon support and the GigaVUE-OS release notes for a patched build above 5.16.1 and apply it once confirmed. As primary compensating controls, restrict access to the H-VUE web management interface to a dedicated out-of-band management VLAN or trusted admin hosts only and block it from general user and internet-facing networks (trade-off: legitimate remote administrators must use VPN/jump-host access). Place a reverse proxy or WAF in front of H-VUE to normalize paths and reject requests containing traversal sequences such as '../' or encoded variants like '%2e%2e%2f' (trade-off: risk of breaking legitimate parameterized requests, so test rules before enforcing). Review the Gigamon EOL policy page (https://www.gigamon.com/support/policies/eol-policy.html) to confirm whether affected versions are still supported, since end-of-life builds may not receive a patch and should be prioritized for upgrade or decommissioning.
More in Gigavue Os
View allSame weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40170
GHSA-9926-qcxh-376f