Skip to main content

GeoVision GV-I/O Box 4E CVE-2026-12848

| EUVDEUVD-2026-38649 CRITICAL
Stack-based Buffer Overflow (CWE-121)
2026-06-24 GV GHSA-gm83-p72p-f6jx
10.0
CVSS 3.1 · Vendor: GV
Share

Severity by source

Vendor (GV) PRIMARY
10.0 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
vuln.today AI
9.8 CRITICAL

UDP service reachable on the network with no auth or interaction (AV:N/AC:L/PR:N/UI:N); memory corruption yields full code execution on the device, but no clear cross-system scope change, so S:U with C/I/A:H.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (GV).

CVSS VectorVendor: GV

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
CVE Published
Jun 24, 2026 - 05:33 cve.org
CRITICAL 10.0
Analysis Generated
Jun 24, 2026 - 05:32 vuln.today

DescriptionCVE.org

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:

DNS field stack overflow

The following code is vulnerable to a stack overflow that is attacker-controlled:

v8 = strlen(g_network_config->dns_addr);

memcpy(&reply_buf[248], g_network_config->dns_addr, v8);

AnalysisAI

Remote unauthenticated stack-based buffer overflow in GeoVision GV-I/O Box 4E smart I/O appliances allows any host on the same network to corrupt memory in the DVRSearch service (UDP/10001) by sending a crafted message that triggers an unbounded memcpy of the device's configured DNS address into a fixed-size stack buffer. The flaw is rated CVSS 10.0 with scope change and full CIA impact, and no public exploit has been identified at time of analysis. Successful exploitation can fully compromise the embedded controller used for relay/I/O automation.

Technical ContextAI

The GV-I/O Box 4E is a network-attached digital I/O controller (4 inputs, 4 relays) addressable over Ethernet and RS-485, identified by CPE cpe:2.3:a:geovision_inc.:gv-i/o_box_4e. Its DVRSearch discovery service listens by default on UDP/10001 and stores a pointer to incoming datagrams (up to 1460 bytes) in a global variable. The root cause is CWE-121 (Stack-based Buffer Overflow): the handler executes memcpy(&reply_buf[248], g_network_config->dns_addr, strlen(g_network_config->dns_addr)) without bounding the source against the remaining space in reply_buf, so attacker-influenced DNS field contents propagate directly onto the stack and can overwrite the saved return address or adjacent control data.

RemediationAI

No vendor-released patch identified at time of analysis in the supplied inputs; monitor the GeoVision security page (https://www.geovision.com.tw/cyber_security.php) and the Talos advisory (https://talosintelligence.com/vulnerability_reports/TALOS-2026-2377) for firmware updates and apply the fixed firmware to every GV-I/O Box 4E as soon as it is published. Until a patched firmware is available, isolate the devices on a dedicated management VLAN, block inbound UDP/10001 at the network edge and between user/server VLANs, and restrict the device's reachable peers to the specific GeoVision management host(s) via switch ACLs - the trade-off is that legitimate DVRSearch auto-discovery from other subnets will stop working and the controllers will need to be addressed by static IP. Additionally, lock down the DNS configuration path (use only trusted DHCP servers or set a static DNS value) so an attacker cannot stage a long string into the dns_addr field that the overflow copies onto the stack.

Share

CVE-2026-12848 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy