CVE-2026-13132
GeoVision GeoWebPlayer Websocket Server out-of-bounds read vulnerability
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. #### setStream command index-out-of-bound
INFO
Published Date :
July 2, 2026, 4:17 a.m.
Last Modified :
July 2, 2026, 4:51 p.m.
Remotely Exploit :
Yes !
Source :
0df08a0e-a200-4957-9bb0-084f562506f9
Affected Products
The following products are affected by CVE-2026-13132
vulnerability.
Even if cvefeed.io is aware of the exact versions of the
products
that
are
affected, the information is not represented in the table below.
No affected product recoded yet
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS | 134c704f-9b21-4f2e-91b3-4a467353bcc0 | |||||
| CVSS 3.1 | HIGH | 0df08a0e-a200-4957-9bb0-084f562506f9 | ||||
| CVSS 3.1 | HIGH | MITRE-CVE |
Solution
- Validate the 'index' parameter range in websocket commands.
- Update the GeoWebPlayer addon to the latest version.
- Review and sanitize all user-supplied input.
- Apply vendor security patches when available.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-13132.
| URL | Resource |
|---|---|
| https://talosintelligence.com/vulnerability_reports/TALOS-2026-2373 | |
| https://www.geovision.com.tw/cyber_security.php |
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-13132 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-13132
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-13132 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-13132 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0
Jul. 02, 2026
Action Type Old Value New Value Added SSVC {'id': 'CVE-2026-13132', 'role': 'CISA Coordinator', 'options': [{'exploitation': 'none'}, {'automatable': 'no'}, {'technicalImpact': 'total'}], 'version': '2.0.3', 'timestamp': '2026-07-02T12:30:41.877700Z'} -
New CVE Received by 0df08a0e-a200-4957-9bb0-084f562506f9
Jul. 02, 2026
Action Type Old Value New Value Added Affected [{'vendor': 'GeoVision Inc.', 'product': 'GeoWebPlayer', 'versions': [{'status': 'affected', 'version': 'V1.1.1.0'}, {'status': 'unaffected', 'version': 'V1.1.3.0'}], 'platforms': ['Windows', '64 bit'], 'packageName': 'GeoWebPlayer', 'defaultStatus': 'unaffected'}] 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. #### setStream command index-out-of-bound Added CVSS V3.1 AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H Added CWE CWE-129 Added Reference https://talosintelligence.com/vulnerability_reports/TALOS-2026-2373 Added Reference https://www.geovision.com.tw/cyber_security.php