Description
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.
Published: 2026-07-02
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The GeoWebPlayer addon embeds a WebSocket server that accepts connections without authentication, exposing privileged APIs such as "create" and "getScreenCapture." An attacker can invoke these functions to capture the current contents of the victim’s screen, obtaining credentials, sensitive documents, or other confidential information. The vulnerability is classified as CWE‑306, highlighting a missing authentication requirement for data processing.

Affected Systems

GeoVision Inc. provides GeoWebPlayer version 1.1.1.0 for both 64‑bit and Windows platforms, which can be installed with GeoVision products like GV‑VMS and GV‑Cloud. The fix is deployed in GeoWebPlayer version 1.1.3.0 for the same platforms.

Risk and Exploitability

The CVSS score of 8.8 denotes high severity, while the EPSS score of < 1% indicates a low but nonzero likelihood of exploitation today. It is not listed in the CISA KEV catalog. The likely attack vector is an unauthenticated network connection to the WebSocket endpoint; a malicious website could open a WebSocket channel to the victim’s device and invoke privileged methods, as no authentication is required to access the server.

Generated by OpenCVE AI on July 21, 2026 at 12:38 UTC.

Remediation

Vendor Solution

The vulnerability has been patched with GeoWebPlayer V1.1.3.0


OpenCVE Recommended Actions

  • Upgrade GeoWebPlayer to version 1.1.3.0 or later to apply the vendor fix.
  • Restrict network access to the WebSocket server using firewalls or host‑based rules to allow only trusted internal IP ranges if an immediate upgrade is not possible.
  • If the GeoWebPlayer addon is not required for your deployment, disable or remove it entirely to eliminate the exposed WebSocket endpoint.

Generated by OpenCVE AI on July 21, 2026 at 12:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 02 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 02 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Description 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.
Title GeoVision GeoWebPlayer 1.1.1.0 Websocket Server function vulnerability
First Time appeared Geovision Inc.
Geovision Inc. geowebplayer
Weaknesses CWE-306
CPEs cpe:2.3:a:geovision_inc.:geowebplayer:v1.1.1.0:*:64_bit:*:*:*:*:*
cpe:2.3:a:geovision_inc.:geowebplayer:v1.1.1.0:*:windows:*:*:*:*:*
cpe:2.3:a:geovision_inc.:geowebplayer:v1.1.3.0:*:64_bit:*:*:*:*:*
cpe:2.3:a:geovision_inc.:geowebplayer:v1.1.3.0:*:windows:*:*:*:*:*
Vendors & Products Geovision Inc.
Geovision Inc. geowebplayer
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L'}


Subscriptions

Geovision Inc. Geowebplayer
cve-icon MITRE

Status: PUBLISHED

Assigner: GV

Published:

Updated: 2026-07-02T12:30:01.650Z

Reserved: 2026-06-24T00:32:34.362Z

Link: CVE-2026-13125

cve-icon Vulnrichment

Updated: 2026-07-02T03:08:30.310Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T12:45:02Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function