CVE-2026-57269
Received Received - Intake

WebSocket Server Index Out-of-Bounds in GeoWebPlayer

Vulnerability report for CVE-2026-57269, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-02

Last updated on: 2026-07-02

Assigner: 0df08a0e-a200-4957-9bb0-084f562506f9

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. #### disconnect command index-out-of-bound

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-02
Last Modified
2026-07-02
Generated
2026-07-02
AI Q&A
2026-07-02
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
geovision geowebplayer *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-129 The product uses untrusted input when calculating or using an array index, but the product does not validate or incorrectly validates the index to ensure the index references a valid position within the array.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Mitigation Strategies

The available information does not provide explicit mitigation steps.

General best practices would include restricting access to the GeoWebPlayer websocket server to trusted localhost processes only, applying any available patches or updates from the vendor, and monitoring for suspicious activity involving commands with index parameters.

Executive Summary

The vulnerability exists in GeoWebPlayer, an addon for GeoVision software that creates a websocket server to enhance web-interface capabilities. This websocket server accepts commands from localhost, many of which use an 'index' value to access arrays for various operations. However, the 'index' value is not properly checked for valid range, allowing out-of-bound access to multiple arrays.

Impact Analysis

Because the 'index' value is not validated, an attacker can exploit this to perform out-of-bound array accesses. This can lead to entering critical sections improperly and executing unintended function calls, potentially resulting in high impact on confidentiality, integrity, and availability of the system.

Detection Guidance

The vulnerability involves the GeoWebPlayer websocket server accepting commands from localhost with an index parameter that is not properly range-checked, leading to out-of-bound array access.

Detection would involve monitoring or testing the websocket server for commands that include out-of-bound index values.

However, no specific detection commands or network scanning techniques are provided in the available information.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57269. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart