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 vulnerability resides in the GeoWebPlayer WebSocket server, which processes commands from local clients. Each command includes an index that selects elements of internal arrays. Because the server does not validate that the index is within the bounds of the array, an attacker can supply an out‑of‑range value. The server will then read memory beyond the intended array boundaries, which can leak sensitive internal data. This flaw is an instance of CWE‑129 and can lead to a disclosure of information contained in memory that is not otherwise exposed. The precise nature of the leaked data is not enumerated in the advisory, but it could include configuration values, application state, or other confidential material.

Affected Systems

GeoVision Inc. GeoWebPlayer versions 1.1.1.0 for 64‑bit and Windows platforms are affected. The vendors released a patch in GeoWebPlayer 1.1.3.0 that adds bounds checks for the index parameter. All current builds of the application should be updated to this or newer revisions to eliminate the vulnerability.

Risk and Exploitability

The base CVSS score of 8.3 denotes a high‑severity flaw, and the EPSS score of less than 1% indicates that public exploitation is currently unlikely. The vulnerability is not listed in the CISA KEV catalog. Because the WebSocket interface is exposed only to localhost, the attack requires local access or a means of gaining local entry. An attacker who can submit crafted commands can trigger the out‑of‑bounds read and potentially gain access to sensitive data, but the advisory does not document any escalation to code execution or persistent compromise. Organizations should treat the exposure of internal data as a threat to confidentiality.

Generated by OpenCVE AI on August 1, 2026 at 22:15 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 address the bounds‑checking flaw.
  • Restrict the WebSocket listener to accept connections solely from the local host, or block external access using firewall rules or network segmentation.
  • Monitor WebSocket traffic for anomalous index values and enable detailed logs; consider isolating the GeoWebPlayer process in a sandboxed environment until the update is applied.

Generated by OpenCVE AI on August 1, 2026 at 22:15 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

Status : Deferred

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

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

Link: CVE-2026-57264

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T22:30:06Z

Weaknesses
  • CWE-129

    Improper Validation of Array Index