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.



#### play 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 is a plugin for GeoVision video management software that runs a WebSocket server. From localhost, commands include an `index` value that is directly used to index internal arrays without validating bounds. This omission allows an attacker with local or lateral access to read memory out of bounds, potentially exposing sensitive information. The weakness is classed as CWE-129.

Affected Systems

The vulnerability affects GeoVision Inc.’s GeoWebPlayer v1.1.1.0 for both 64‑bit and Windows platforms. The vendor has released an update, GeoWebPlayer v1.1.3.0, which includes a fix for the out‑of‑bounds read. The CPE entries confirm that the patch covers the same platforms.

Risk and Exploitability

The CVSS score of 8.3 rates this a high‑severity issue. The EPSS score of less than 1 % suggests that exploitation is unlikely at present, and the vulnerability is not listed in the CISA KEV catalog, indicating no documented public exploits. The attack vector inferred from the description is local, as the WebSocket server accepts commands only from the host. An attacker would need local code execution or a successful lateral movement to reach the target, and no additional exploitation prerequisites are mentioned.

Generated by OpenCVE AI on August 3, 2026 at 05:49 UTC.

Remediation

Vendor Solution

The vulnerability has been patched with GeoWebPlayer V1.1.3.0


OpenCVE Recommended Actions

  • Apply the GeoWebPlayer v1.1.3.0 update or a later version to eliminate the out-of-bounds index issue.
  • If an update cannot be deployed immediately, stop the GeoWebPlayer WebSocket service to prevent unvalidated index commands.
  • Restrict the WebSocket server to trusted local processes or users so that only authorized code can issue index‑based commands.
  • Implement host‑based monitoring to log WebSocket traffic and alert on anomalous index usage, blocking any commands that exceed expected bounds.

Generated by OpenCVE AI on August 3, 2026 at 05:49 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. #### play 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:40:13.858Z

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

Link: CVE-2026-57270

cve-icon Vulnrichment

Updated: 2026-07-02T12:40:09.939Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-57270

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T06:00:12Z

Weaknesses
  • CWE-129

    Improper Validation of Array Index