CVE-2026-57268: GeoVision GeoWebPlayer Websocket Server out-of-bounds read vulnerability

Published Jul 2, 2026
·
Updated

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.

saveVideo command index-out-of-bound

When sending the saveVideo command, the index field is extracted from the websocket message [1]. Then without checking the range of the index, it is used to trigger a CriticalSection ([2]) and releases it [3]. The release function call ([3]) is executed using a function pointer which will be read out of bounds potentially leading to code execution:

v6 = getentry(a2, "index");

result = jsonisvalueint(v6);

if ( (BYTE)result )

{

v8 = getentry(a2, "index");

index = jsonvaluetoint(&v8->value); // [1]

result = CCriticalSection::EnterCritSection(&this->critsections[index]); //[2]

if ( result )

{

if ( this->arrayofIPCams[index] )

{

if ( this->arrayofIPCams[index]->field20 )

doPostMessageA((CViewer )this->arrayofIPCams[index], 0x111u, 0x139Fu, v11);

}

return ((int (thiscall )(CCriticalSection ))(this->critsections[index].vtbl + 20))(&this->critsections[index]); //[3]

}

}

Affected Software

1 affected component
GeoVision GeoWebPlayer Websocket Server

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade GeoVision GeoWebPlayer Websocket Server to a version that resolves this vulnerability.

    Fixed in V1.1.3.0

Event History

Jul 2, 2026
CVE Published
via MITRE·02:20 AM
Data Sourced
via MITRE·02:20 AM
RemedyDescriptionSeverityWeakness
Data Sourced
via NVD·04:17 AM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-57268?

CVE-2026-57268 has a high severity rating of 8.3.

2

What does the out-of-bounds read vulnerability in CVE-2026-57268 involve?

CVE-2026-57268 involves an out-of-bounds read in the GeoWebPlayer Websocket Server.

3

How can I mitigate the risks associated with CVE-2026-57268?

To mitigate CVE-2026-57268, it is recommended to update the GeoWebPlayer to the latest version that addresses this vulnerability.

4

Who is affected by CVE-2026-57268?

CVE-2026-57268 affects users of the GeoWebPlayer Websocket Server integrated with GeoVision software.

5

What impact does CVE-2026-57268 have on systems?

CVE-2026-57268 can potentially allow an attacker to exploit out-of-bounds reads, leading to information disclosure or system instability.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203