CVE-2026-12847: GeoVision GV-I/O Box DVRSearch buffer overflow vulnerabilities in CMD_IP_SET command
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:
Gateway field stack overflow
The following code is vulnerable to a stack overflow that is attacker-controlled:
v7 = strlen(gnetworkconfig->gateway);
memcpy(&replybuf[216], gnetworkconfig->gateway, v7);
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-12847?
The severity of CVE-2026-12847 is critical with a score of 10.
How can I fix CVE-2026-12847?
To fix CVE-2026-12847, update to the latest firmware version provided by GeoVision for the GV-I/O Box.
What type of vulnerability is CVE-2026-12847?
CVE-2026-12847 is a buffer overflow vulnerability in the CMD_IP_SET command of the DVRSearch service.
What impacts can result from CVE-2026-12847?
CVE-2026-12847 can lead to remote code execution, allowing attackers to gain control over the affected device.
Who is affected by CVE-2026-12847?
CVE-2026-12847 affects users of the GeoVision GV-I/O Box 4E due to its default service configuration.