CVE-2026-57276 Details
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. One of them, `connectionInfo` is meant to provide the necessary details to connect to a camera. The handler associated with this command that we call`handle_connection_info` contains multiple instances of string copy that can overflow. The function `handle_connect_info` copies attacker-controlled JSON strings into fixed-size buffers using manual byte-by-byte loops that do not enforce length limits. #### Buffer Overflow in password field (key present)
A stack-based buffer overflow vulnerability has been identified in the GeoWebPlayer Websocket Server, specifically in the 'connectionInfo' command handler. This vulnerability exists in GeoWebPlayer version 1.1.1.0. The issue arises because the 'handle_connection_info' function copies attacker-controlled JSON strings into fixed-size buffers without proper length validation, allowing for arbitrary code execution. The vulnerability can be exploited by sending a crafted websocket message that exceeds the buffer size.
GeoVision has released a patch for this vulnerability. Users can download the latest version of GeoWebPlayer from the GeoVision product download page, provided the product is still supported.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 2, 2026CISA-ADP
Assessed Jul 2, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://talosintelligence.com/vulnerability_reports/TALOS-2026-2375 | GV | AdvisoryBundleRemedyTechnical Analysis |
| https://www.geovision.com.tw/cyber_security.php | GV | Vendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-120 | Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') | GV |
Affected Products
| Product | Versions |
|---|---|
| GeoVision GeoWebPlayer | 1.1.1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 2, 2026 | CVE Modified | CISA-ADP |
| Jul 2, 2026 | New CVE Received | GV |
Volerion