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.

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.



#### setStream command index-out-of-bound
Published: 2026-07-02
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

GeoWebPlayer provides a websocket server that accepts commands from the local host. Several commands, such as setStream, take an index parameter that is used to access internal arrays without bounds checking, allowing an attacker to read memory beyond the intended buffer. This out-of-bounds read can expose sensitive configuration data or other confidential information, constituting an information‑disclosure flaw classified as CWE‑129.

Affected Systems

The vulnerability affects GeoVision Inc.’s GeoWebPlayer addon version 1.1.1.0 and earlier releases on Windows and 64-bit platforms. The vendor has released a patch in GeoWebPlayer v1.1.3.0 that mitigates the issue. Systems running any unpatched build of GeoWebPlayer are vulnerable.

Risk and Exploitability

The CVSS score of 8.3 reflects a high severity with significant impact on confidentiality. The EPSS score is less than 1%, and the vulnerability is not listed in CISA’s KEV catalog, indicating no publicly known exploit at the time of evaluation. Based on the description, it is inferred that the likely attack vector is local, as the websocket server accepts connections from localhost; however, if the server is exposed beyond the local host, remote exploitation could also be possible. Exploitation requires the ability to send crafted websocket messages that include an out-of-bounds index, which then triggers the memory read.

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

Remediation

Vendor Solution

The vulnerability has been patched with GeoWebPlayer V1.1.3.0


OpenCVE Recommended Actions

  • Apply the official patch to GeoWebPlayer v1.1.3.0.
  • Restrict the websocket service so that it accepts connections only from the local host (e.g., firewall rules or bind to 127.0.0.1).
  • If the websocket feature is not required for the deployment, disable or uninstall the GeoWebPlayer addon until a patched version is available.

Generated by OpenCVE AI on July 21, 2026 at 12:37 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': 'total'}, '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. 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. #### setStream command index-out-of-bound
Title GeoVision GeoWebPlayer Websocket Server out-of-bounds read vulnerability
First Time appeared Geovision Inc.
Geovision Inc. geowebplayer
Weaknesses CWE-129
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.3, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H'}


Subscriptions

Geovision Inc. Geowebplayer
cve-icon MITRE

Status: PUBLISHED

Assigner: GV

Published:

Updated: 2026-07-02T12:31:38.542Z

Reserved: 2026-06-24T05:48:09.196Z

Link: CVE-2026-13132

cve-icon Vulnrichment

Updated: 2026-07-02T12:31:20.910Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-129

    Improper Validation of Array Index