Vulnerability Description
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(g_network_config->gateway); memcpy(&reply_buf[216], g_network_config->gateway, v7);
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://talosintelligence.com/vulnerability_reports/TALOS-2026-2377
- https://www.geovision.com.tw/cyber_security.php
FAQ
What is CVE-2026-12847?
CVE-2026-12847 is a vulnerability with a CVSS score of 10.0 (CRITICAL). 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 mes...
How severe is CVE-2026-12847?
CVE-2026-12847 has been rated CRITICAL with a CVSS base score of 10.0/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-12847?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.