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.


#### audio 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 appears in GeoWebPlayer, an addon for GeoVision software that runs a WebSocket server. The server accepts commands from the local system and many commands use an `index` parameter to access internal arrays. Because the index value is not validated against the bounds of these arrays, an attacker can trigger an out-of-bounds read, causing the process to expose arbitrary contents from its memory. This flaw, identified as CWE‑129, does not result in code execution or privilege escalation but can leak sensitive data and compromise confidentiality.

Affected Systems

The affected product is GeoVision Inc.’s GeoWebPlayer addon, version 1.1.1.0 (both 64‑bit and Windows builds). A vendor patch is available as GeoWebPlayer V1.1.3.0, which addresses the flaw.

Risk and Exploitability

The CVSS score of 8.3 indicates high severity, while the EPSS score of < 1 % suggests a very low likelihood of exploitation at present. The vulnerability is not listed in CISA’s KEV catalog. Based on the description, the attack vector is local, requiring access to the device’s loopback interface to send malicious WebSocket commands that contain out-of-range indexes. An attacker can read arbitrary memory but cannot directly exfiltrate data or gain code execution without additional vulnerability exploitation.

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 V1.1.3.0, the vendor‑released fix for the out-of-bounds read issue.
  • Restrict the WebSocket service to trusted local processes by configuring firewall rules or host access controls so that only authorized applications can connect to the loopback interface.
  • Enable detailed logging of WebSocket traffic, and monitor the logs for abnormal requests that include out-of-range index values to detect potential exploitation attempts.

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

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. #### audio 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:29:34.294Z

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

Link: CVE-2026-57265

cve-icon Vulnrichment

Updated: 2026-07-02T12:29:30.247Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-57265

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-129

    Improper Validation of Array Index