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.



#### byPass 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, or Web Plugin, is an addon that creates a WebSocket server for various GeoVision software. The server accepts commands from localhost, many of which include an "index" value that is used to access internal arrays without performing bounds checking. As a result, an attacker who can send a crafted WebSocket message can trigger an out‑of‑bounds read (CWE‑129). The vulnerability allows the confidential data that resides in the affected memory to be read, potentially exposing configuration values, state information or other sensitive content. It does not provide code execution or privilege escalation.

Affected Systems

The flaw affects GeoVision Inc.’s GeoWebPlayer add‑on, which is included with GV‑VMS and GV‑Cloud software suites. Versions 1.1.1.0 on both 64‑bit and Windows platforms are vulnerable; these are patched in version 1.1.3.0 and later. Other, earlier, or later versions are not listed as affected. All systems running the affected versions should assess their exposure.

Risk and Exploitability

The CVSS base score of 8.3 indicates high severity. The EPSS score of <1% indicates a very low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector requires local access or an initial compromise that permits the attacker to send crafted WebSocket messages to the vulnerable server, leading to potential information disclosure.

Generated by OpenCVE AI on July 22, 2026 at 13:56 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 bounds‑check patch.
  • Configure the WebSocket server to bind only to the loopback interface when external access is unnecessary.
  • Apply firewall or ACL rules to block inbound traffic to the WebSocket port from untrusted networks.

Generated by OpenCVE AI on July 22, 2026 at 13:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 04 Jul 2026 02: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. #### byPass 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:38:48.618Z

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

Link: CVE-2026-57272

cve-icon Vulnrichment

Updated: 2026-07-02T12:38:44.763Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-22T14:00:04Z

Weaknesses
  • CWE-129

    Improper Validation of Array Index