Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
Network-reachable but gated by AC:H and UI:R with no auth (PR:N); the 'Information Disclosure' tag plus an OOB-index read supports C:H and a possible crash (A:L), with no evidence of an integrity write (I:N).
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.
pause command index-out-of-bound
AnalysisAI
Out-of-bounds array indexing in GeoVision's GeoWebPlayer addon (also branded 'Web Plugin' in GV-VMS and 'WS Player' in VMS-Cloud) allows a remote attacker to leak memory or crash the local WebSocket service by delivering a malformed 'pause' command. The addon runs a WebSocket server that backs the browser interfaces of GeoVision products such as GV-VMS and GV-Cloud, so any browser tricked into connecting to it can trigger the flaw. No public exploit identified at time of analysis; the issue was reported by the vendor (GeoVision) and documented by Cisco Talos (TALOS-2026-2373).
Technical ContextAI
GeoWebPlayer is a companion component installed alongside GeoVision surveillance/VMS software; it stands up a local WebSocket server that extends the browser-based web interfaces those products rely on. The vulnerability is classified as CWE-129 (Improper Validation of Array Index): the handler for the WebSocket 'pause' command uses an attacker-influenced value to index into an array without confirming the index falls within bounds. Depending on how the out-of-range access is used, this reads (or potentially writes) memory outside the intended buffer, producing information disclosure and/or a service crash. The affected component is identified by CPE cpe:2.3:a:geovision_inc.:geowebplayer:*:*:*:*:*:*:*:*, whose version wildcard implies all builds are implicated until a fixed release is confirmed.
RemediationAI
Patch available per vendor advisory - consult the GeoVision cyber security page (https://www.geovision.com.tw/cyber_security.php) and TALOS-2026-2373 (https://talosintelligence.com/vulnerability_reports/TALOS-2026-2373) for the fixed GeoWebPlayer build, as no exact fixed version is present in the provided data. Because exploitation requires a browser to reach the local WebSocket server, effective compensating controls until patched include uninstalling or stopping the GeoWebPlayer/Web Plugin service on hosts that do not need the web interface (trade-off: the GeoVision web UIs that depend on it lose functionality), and restricting the WebSocket listener to loopback while firewalling its port from other hosts so remote origins cannot initiate connections (trade-off: breaks legitimate remote web-interface access). Operationally, instruct users not to browse untrusted sites on machines running the addon, since the attack hinges on user interaction with attacker-controlled content.
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 add-on (also branded 'Web Plugin' for GV-VMS and 'WS Player' for
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 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 Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41233
GHSA-ggj6-4g5f-g778