Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L
Browser-reachable unauthenticated WebSocket (AV:N/PR:N/AC:L) needs the victim to open a page (UI:R); it crosses from the addon into user data (S:C) exposing screen contents (C:H) with limited API side effects (I:L/A:L).
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.
In order to access the websocket server, no authentication is required. As such, any malicious website can attempt to open a connection to the server and potentially access sensitive APIs. In particular, it's possible to call a combination of the create method and getScreenCapture to retrieve the content of the user's screen.
AnalysisAI
Missing authentication in GeoVision's GeoWebPlayer addon (also branded 'Web Plugin' in GV-VMS and 'WS Player' in VMS-Cloud) lets any web page reach a locally-bound, unauthenticated WebSocket server and invoke sensitive APIs. By chaining the create method with getScreenCapture, a remote attacker who lures a victim to a malicious site can silently exfiltrate the contents of the user's screen. No public exploit identified at time of analysis, and the flaw is not on the CISA KEV list; CVSS is 8.8 driven by network reach and a scope change into the browsing user's data.
Technical ContextAI
GeoWebPlayer is a companion component installed alongside GeoVision surveillance/VMS products (GV-VMS, GV-Cloud) that stands up a local WebSocket server to extend the vendor's web interfaces. The root cause is CWE-306 (Missing Authentication for a Critical Function): the WebSocket endpoint accepts connections without any credential or origin/authentication check, so trust is implicitly granted to any origin the browser will let connect. Because browsers permit cross-origin WebSocket handshakes and the server performs no auth or origin allow-listing, any website loaded in the victim's browser can drive the exposed method surface - here, a create call followed by getScreenCapture that returns rendered screen content. The single CPE in scope is cpe:2.3:a:geovision_inc.:geowebplayer:*:*:*:*:*:*:*:*, with no version boundaries enumerated.
RemediationAI
No vendor-released patch version is identified in the available data; consult the GeoVision security portal at https://www.geovision.com.tw/cyber_security.php for an advisory and updated GeoWebPlayer/Web Plugin/WS Player build, and apply the fixed version once published. As compensating controls until then: uninstall or stop the GeoWebPlayer/Web Plugin addon on workstations that do not require the web interface (trade-off: GeoVision web UIs relying on the WebSocket bridge may lose functionality); restrict outbound web browsing on hosts that run the plugin, or isolate those hosts from general internet access so a malicious page cannot reach the local server (trade-off: reduced usability on operator machines); and where a host firewall permits, block untrusted processes/origins from reaching the local WebSocket listener port. These reduce the attack surface at the cost of the addon's convenience features.
More in Geowebplayer
View allRemote 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 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 technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41241
GHSA-8728-ccm5-wcj7