Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
A malicious page reaches the local WebSocket via the victim's browser, so AV:N with UI:R and no auth (PR:N); the unchecked-index primitive is non-trivial to weaponize (AC:H) and memory corruption crossing the browser/host boundary yields S:C with C/I/A:H.
Primary rating from Vendor (GV).
CVSS VectorVendor: GV
Lifecycle Timeline
1DescriptionCVE.org
GeoWebPlayer (also called "Web Plugin" in the GV-VMS documentation and "WS Player" for VMS-Cloud) is an addon that can be installed with various GeoVision software (GV-VMS, GV-Cloud, ...). It creates a websocket server that expands the capabilities of the various web-interfaces provided by the GeoVision software and may be necessary for them to function properly.
The Websocket server can accept various commands coming from localhost. Many of the commands will take an index value that is then used to access various arrays to enter critical sections, perform various actions via function calls, etc. However the index value is usually not checked for valid range, and as such it can be used to access multiple arrays out-of-bound.
byPass command index-out-of-bound
AnalysisAI
Out-of-bounds array access in GeoVision's GeoWebPlayer add-on (also branded 'Web Plugin' for GV-VMS and 'WS Player' for VMS-Cloud) lets an attacker abuse the 'byPass' WebSocket command by supplying an unchecked 'index' value, corrupting memory to achieve high-impact compromise (CVSS 8.3). The bundled component runs a local WebSocket server for GeoVision web interfaces (GV-VMS, GV-Cloud); because the server is reachable from a victim's browser, a malicious web page can drive the flaw with only user interaction and no authentication. No public exploit identified at time of analysis, though a Talos vulnerability report (TALOS-2026-2373) documents the issue.
Technical ContextAI
GeoWebPlayer is an installable add-on shipped with GeoVision video-management and cloud products (GV-VMS, GV-Cloud) that stands up a local WebSocket server to extend the vendor's browser-based interfaces. The server dispatches numerous commands, many of which accept an integer 'index' used to index internal arrays that gate critical sections, function-pointer dispatch, and other actions. The root cause is CWE-129 (Improper Validation of Array Index): the 'byPass' command handler uses the caller-supplied index without bounds checking, allowing reads/writes past array limits. The affected component is identified as cpe:2.3:a:geovision_inc.:geowebplayer:*, i.e. all versions of the GeoWebPlayer add-on regardless of the host GeoVision product it was installed alongside.
RemediationAI
No vendor-released patch version is identified in the available data; consult the GeoVision security advisory at https://www.geovision.com.tw/cyber_security.php and the Talos report (https://talosintelligence.com/vulnerability_reports/TALOS-2026-2373) for a fixed release and apply it once published. As compensating controls until a patched build is deployed: uninstall or disable the GeoWebPlayer/Web Plugin/WS Player add-on on hosts that do not require the browser-integration features (trade-off: GeoVision web interfaces relying on it may lose functionality); ensure the local WebSocket port is firewalled to the loopback interface only and block untrusted outbound web browsing on machines running the GeoVision software to reduce the malicious-page vector (trade-off: tighter egress control on operator workstations); and restrict which browsers/users can reach the GeoVision console host. Because the attack rides a victim-initiated browser session, operator security-awareness (avoiding untrusted pages while the plugin is active) is a meaningful stopgap.
More in Geowebplayer
View allMissing authentication in GeoVision's GeoWebPlayer addon (also branded 'Web Plugin' in GV-VMS and 'WS Player' in VMS-Clo
Remote code execution in GeoVision GeoWebPlayer (the browser-facing 'Web Plugin'/'WS Player' addon bundled with GV-VMS,
Cross-site WebSocket-driven buffer overflow in GeoVision GeoWebPlayer (the 'Web Plugin'/'WS Player' addon bundled with G
Buffer overflow vulnerabilities in GeoVision's GeoWebPlayer WebSocket addon (CWE-120) allow a remote attacker to induce
Remote code execution in GeoVision GeoWebPlayer (the "Web Plugin"/"WS Player" addon bundled with GV-VMS, GV-Cloud and VM
Out-of-bounds array access in GeoVision's GeoWebPlayer addon (also branded 'Web Plugin' in GV-VMS and 'WS Player' in VMS
Buffer overflow in GeoVision's GeoWebPlayer addon (also branded "Web Plugin" in GV-VMS and "WS Player" in VMS-Cloud) all
Stack buffer overflow in GeoVision's GeoWebPlayer addon (also branded "Web Plugin" for GV-VMS and "WS Player" for VMS-Cl
Out-of-bounds array access in GeoVision's GeoWebPlayer (a.k.a. 'Web Plugin' / 'WS Player') addon lets an attacker read m
Out-of-bounds array indexing in GeoVision's GeoWebPlayer addon (also branded 'Web Plugin' in GV-VMS and 'WS Player' in V
Out-of-bounds array access in GeoVision GeoWebPlayer (a.k.a. "Web Plugin"/"WS Player"), a websocket-server addon bundled
Out-of-bounds array access in GeoVision's GeoWebPlayer (the 'Web Plugin'/'WS Player' addon bundled with GV-VMS, GV-Cloud
Same weakness CWE-129 – Improper Validation of Array Index
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41234
GHSA-6hp2-v2g6-wg25