Cyber Resilience

CVE-2026-57278

High

Published: 02 July 2026

Published
02 July 2026
Modified
02 July 2026
KEV Added
Patch
CVSS Score v3.1 8.3 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
EPSS Score 0.0028 19.8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-57278 is a high-severity Classic Buffer Overflow (CWE-120) vulnerability in Com (inferred from references). Its CVSS base score is 8.3 (High).

Operationally, ranked at the 19.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability details

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…

more

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 ip field

CWE(s)

Related Threats

CVEs Like This One

CVE-2020-21426Shared CWE-120
CVE-2022-24022Shared CWE-120
CVE-2024-39129Shared CWE-120
CVE-2021-31662Shared CWE-120
CVE-2020-19320Shared CWE-120
CVE-2022-45645Shared CWE-120
CVE-2021-43002Shared CWE-120
CVE-2022-45654Shared CWE-120
CVE-2020-37130Shared CWE-120
CVE-2024-48982Shared CWE-120

Affected Assets

Com
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-120

Platform-independent managed code eliminates the need for unchecked native buffer copies that are the root cause of classic buffer overflows.

References