CVE-2026-13125
HighCVSS 8.8Exploitation Probability (EPSS)
Low risk13th percentile — higher than 13% of all known CVEs
Summary
GeoWebPlayer (also called Web Plugin or WS Player) is an addon for GeoVision software (GV-VMS, GV-Cloud) that runs a WebSocket server without requiring authentication. A malicious website can connect to this server and invoke the `create` and `getScreenCapture` methods to capture the user's screen content.
Risk Assessment
An attacker can remotely steal sensitive data displayed on the victim's screen, such as passwords, documents, or camera footage, leading to confidentiality breaches and potential further attacks.
Recommendation
Immediately update GeoWebPlayer to the latest version provided by GeoVision that enforces authentication for WebSocket connections. If no update is available, block access to the WebSocket port on the network firewall.
Original NVD description (English source)
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.

