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.



#### snapshot 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 local processes. Several commands use an 'index' parameter to access internal arrays without bounds checking, allowing an attacker to craft a command that causes an out‑of‑bounds read. The read can expose memory contents that may include configuration data or other sensitive information, or it could destabilize the application and lead to a crash. The vulnerability is thus a high‑severeness information‑disclosure flaw.

Affected Systems

The product is GeoVision Inc.'s GeoWebPlayer, version 1.1.1.0, used with GeoVision software such as GV‑VMS, GV‑Cloud and other products. The affected binary runs on Windows and 64‑bit systems. GeoVision released a fix in GeoWebPlayer 1.1.3.0 that implements bounds checking for the index parameter and removes the flaw.

Risk and Exploitability

The CVSS score of 8.3 indicates a high severity issue. The EPSS score of less than 1 % and the absence of a KEV listing suggest that exploitation is unlikely at present, and the websocket server only accepts connections from localhost, limiting the attack surface. Nonetheless, if an attacker gains local access, the out‑of‑bounds read could leak confidential memory or cause a denial of service.

Generated by OpenCVE AI on August 1, 2026 at 22:14 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, which adds bounds checking for the index value and removes the vulnerability.
  • If an upgrade is not feasible, restrict the websocket service to trusted local processes by configuring a firewall or network policy to allow connections only from localhost or by disabling inbound network interfaces for the websocket port.
  • If the websocket capability is unnecessary, disable it in GeoWebPlayer’s configuration to reduce exposure while a permanent patch is applied.

Generated by OpenCVE AI on August 1, 2026 at 22:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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. #### snapshot 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:35:41.331Z

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

Link: CVE-2026-57267

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-07-02T04:17:12.170

Modified: 2026-07-02T16:51:29.583

Link: CVE-2026-57267

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T22:15:03Z

Weaknesses
  • CWE-129

    Improper Validation of Array Index