Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
Browser bridges to the localhost websocket (AV:N) but needs victim navigation (UI:R) and a working OOB index (AC:H); no auth (PR:N); cross-component reach (S:C) with memory disclosure and corruption impact.
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.
play command index-out-of-bound
AnalysisAI
Out-of-bounds array access in GeoVision GeoWebPlayer (a.k.a. "Web Plugin"/"WS Player"), a websocket-server addon bundled with GV-VMS, GV-Cloud and related GeoVision software, lets an attacker who lures a victim to a malicious web page reach the localhost websocket and supply an unvalidated index to leak memory and corrupt state (CWE-129). The play command in particular accepts an attacker-controlled index used to index internal arrays without a range check, enabling information disclosure and potential code-path corruption. No public exploit identified at time of analysis and the issue is not in CISA KEV, but the vendor has published a security advisory and Talos has released a detailed report.
Technical ContextAI
GeoWebPlayer runs a local websocket server (bound to localhost) that bridges GeoVision browser-based interfaces to native playback/streaming functionality - necessary for the web UIs of GV-VMS and VMS-Cloud to operate. The server dispatches a command protocol in which many commands carry an index parameter used to select entries from internal arrays that guard critical sections, drive function calls, and manage playback state. Because these indices are trusted without bounds validation, they map directly to CWE-129 (Improper Validation of Array Index): an attacker-chosen index reads or references memory outside the intended array. The affected component is identified by CPE cpe:2.3:a:geovision_inc.:geowebplayer:*:*:*:*:*:*:*:*, meaning all versions prior to the fix are implicated. Although the websocket only accepts connections from localhost, the CVSS AV:N with UI:R indicates the realistic reach is a browser-based cross-origin/DNS-rebinding style path where a victim's browser is used to deliver commands to the local server.
RemediationAI
Patch available per vendor advisory: apply the fixed GeoWebPlayer/Web Plugin build referenced on the GeoVision cyber security page (https://www.geovision.com.tw/cyber_security.php); the input does not specify an exact fix version, so confirm the patched build against that advisory and the Talos report (https://talosintelligence.com/vulnerability_reports/TALOS-2026-2373). Where immediate patching is not possible, reduce exposure by uninstalling or stopping the GeoWebPlayer addon on hosts that do not require the web interface (trade-off: the GV-VMS/VMS-Cloud browser UIs relying on the local websocket will lose functionality), and by restricting which browsers/pages users open on machines running the plugin since exploitation is browser-mediated. As additional hardening against the cross-origin/DNS-rebinding delivery path, ensure the websocket server enforces strict Origin/Host validation and bind it to loopback only (trade-off: may require vendor configuration and could break intended web integrations if origins are misconfigured).
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 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'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-41232
GHSA-32xw-36xq-2pw2