← Back to CVE List
Vulnerability Intelligence Report
GeoVision GV-I/O Box DVRSearch buffer overflow vulnerabilities in CMD_IP_SET command

CVE-2026-12485

GV-I/O Box 4E is a smart embedded device with 4 input and 4 relays output that can be controlled over Ethernet and RS-485. DVRSearch is a service running by default on the IOBox listening for UDP messages on port 10001. Any user on the network can send messages to this service and interact with it. Upon receiving a UDP message, the server reads at most 1460 bytes into a local buffer and a pointer to the buffer is stored in a global variable: #### IP field stack overflow The following code is vulnerable to a stack overflow that is attacker-controlled: v3 = strlen(g_network_config->ip_addr); memcpy(&reply_buf[36], g_network_config->ip_addr, v3);

No Active Exploit Signals
CVSS Base Score
10.0
CRITICAL
Exploitability:3.9
Impact Score:6.1
EPSS Probability:0.44%
Executive Threat Verdict
Evaluating...
Evaluating Threat Landscape...
Assessing known weaponization, exploitation telemetry, and federal advisories.
Attack Surface
—
Authentication
—
Weaponization
—
SSVC Action
—

Weaknesses (CWE)

CWE-121 ↗CWE-121 Stack-based buffer overflow

Affected Products & Versions

Vendor Product Affected Versions
GeoVision Inc. GV-I/O Box 4E V2.09 (affected), v2.12 (unaffected)

References & Technical Advisories

No reference links found.

Threat Intelligence Signals

EPSS Score
0.436%

Identity & Timeline

StatusPUBLISHED
Assigning AuthorityGeoVision Inc. · Vendor · Taiwan
Reserved2026-06-17T03:09:05
Published2026-06-24T03:34:22
Patch Date2026-06-17
Last Updated2026-06-24T12:56:06

LINK COPIED TO CLIPBOARD