CVE-2026-57268

HIGHPre-NVD 8.38.3
EchelonGraph scoreHIGH confidence

Score 8.3 from GitHub Security Advisory (severity: HIGH) published 2026-07-02. a secondary CVSS source baseline 8.3; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
8.3
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 8.3Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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 = get_entry(a2, "index");

result = json_is_value_int(v6);

if ( (_BYTE)result )

{

v8 = get_entry(a2, "index");

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

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

if ( result )

{

if ( this->array_of_IPCams[index] )

{

if ( this->array_of_IPCams[index]->field_20 )

do_PostMessageA((CViewer *)this->array_of_IPCams[index], 0x111u, 0x139Fu, v11);

}

return (*(int (__thiscall **)(CCriticalSection *))(this->crit_sections[index].vtbl + 20))(&this->crit_sections[index]); //[3]

}

}

CVSS v3
8.3
EG Score
8.3(high)
EPSS
20.4%
KEV
Not listed

Published

July 2, 2026

Last Modified

July 2, 2026

Advisory Details (2)

Auto-updated Jul 2, 2026
No patch confirmed yet.
generic

Cyber Security - GeoVision

https://www.geovision.com.tw/cyber_security.php
generic

TALOS-2026-2373 || Cisco Talos Intelligence Group - Comprehensive Threat Intelligence

https://talosintelligence.com/vulnerability_reports/TALOS-2026-2373

Vendor Advisories for CVE-2026-57268(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 26× in last 7d / 26× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-06 18:38 UTCEG score recompute
  2. 2026-07-06 18:38 UTCGHSA enrichment
  3. 2026-07-06 16:27 UTCEPSS rescore
  4. 2026-07-06 16:27 UTCEPSS rescore
  5. 2026-07-06 06:30 UTCEG score recompute
  6. 2026-07-06 06:29 UTCGHSA enrichment
  7. 2026-07-06 02:23 UTCEPSS rescore
  8. 2026-07-06 02:23 UTCEPSS rescore
  9. 2026-07-05 18:21 UTCEG score recompute
  10. 2026-07-05 18:21 UTCGHSA enrichment
  11. 2026-07-05 06:12 UTCEG score recompute
  12. 2026-07-05 06:11 UTCGHSA enrichment
  13. 2026-07-05 02:31 UTCEPSS rescore
  14. 2026-07-05 02:30 UTCEPSS rescore
  15. 2026-07-04 18:03 UTCEG score recompute
  16. 2026-07-04 18:03 UTCGHSA enrichment
  17. 2026-07-04 05:55 UTCEG score recompute
  18. 2026-07-04 05:55 UTCGHSA enrichment
  19. 2026-07-03 17:46 UTCEG score recompute
  20. 2026-07-03 17:46 UTCGHSA enrichment
  21. 2026-07-03 05:39 UTCEG score recompute
  22. 2026-07-03 05:38 UTCGHSA enrichment
  23. 2026-07-02 17:31 UTCEG score recompute
  24. 2026-07-02 17:31 UTCGHSA enrichment
  25. 2026-07-02 05:22 UTCEG score recompute
Show 1 more
  1. 2026-07-02 05:22 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-57268?
CVE-2026-57268 is a high vulnerability published on July 2, 2026. 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…
When was CVE-2026-57268 disclosed?
CVE-2026-57268 was first published in the National Vulnerability Database on July 2, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-57268 actively exploited?
CVE-2026-57268 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 20.4% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-57268?
CVE-2026-57268 has a CVSS v3 base score of 8.3 (NVD).
How do I remediate CVE-2026-57268?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-57268, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-57268

Explore →

Is Your Infrastructure Affected by CVE-2026-57268?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.