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.



#### setPIP 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

The GeoWebPlayer Websocket server accepts a variety of commands from local sources, many of which use an index value to access internal arrays. Because the server does not validate that index against array bounds, an attacker can send a crafted command that causes the server to read memory beyond the intended array boundaries. This out‑of‑bounds read permits the disclosure of sensitive internal data but does not allow the attacker to write to memory or execute code. The flaw maps to CWE‑129: Improper Validation of Array Index.

Affected Systems

GeoVision Inc. GeoWebPlayer versions 1.1.1.0 on both 64‑bit and Windows platforms are affected. The bounds‑checking patch was released in GeoWebPlayer v1.1.3.0, which is the recommended upgrade path for all supported platforms.

Risk and Exploitability

The CVSS base score of 8.3 signals a high‑severity vulnerability. The EPSS score of less than 1% indicates that the probability of exploitation at this time is low. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is local or network access that can reach the WebSocket endpoint; an attacker would need to supply a crafted command with an invalid index to trigger the out‑of‑bounds read. The impact is limited to information disclosure; it does not confer code execution or persistence.

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

Remediation

Vendor Solution

The vulnerability has been patched with GeoWebPlayer V1.1.3.0


OpenCVE Recommended Actions

  • Upgrade GeoWebPlayer to v1.1.3.0 or later to apply the bounds‑checking patch.
  • Restrict the WebSocket server to accept connections only from localhost or trusted interfaces using firewall or network policies.
  • Enable detailed logging of WebSocket traffic and monitor for anomalous index values; consider isolating the GeoWebPlayer process within a container or sandbox until a patch is applied.

Generated by OpenCVE AI on July 21, 2026 at 12:36 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. #### setPIP 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:32:25.505Z

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

Link: CVE-2026-57264

cve-icon Vulnrichment

Updated: 2026-07-02T12:32:21.835Z

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