CVE-2026-12485Disclosure

MEDIUMCVSS 10.0 · CRITICAL

Exploit discussion active in current signal (2 latest mentions)

Immediate actions

  • Patch affected systems immediately
  • Hunt for exploitation attempts and persistence artifacts
  • Increase monitoring for publicly documented tradecraft

Recommended action window: High priority (within 72h)

NVD 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: #### 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);

4.0/ 10 priority

Sources & remediation

Weakness type (CWE)
CWE-121

Priority

MEDIUM

Exploitation

NONE

PoC

YES

Patch

AVAILABLE

Momentum

STABLE

Threat summary

  • Public PoC and exploit tooling are both present
  • Patch or workaround signal is available
  • 6 mentions across 5 observed days
  • Momentum state: stable

What's happening

  • Exploit tool or code specified in 2 signals
  • PoC mentioned or linked in 1 signal
  • Patch or workaround mentioned in 1 signal
  • Technical details provided in 5 signals
  • Disclosure: 3 classified signals
  • General: 1 classified signal
  • Peaked at 2 mentions on most recent observed day (2026-08-31)
  • 6 total mentions across 5 days

Deep dive

Activity timeline6 mentions / 5d
01122Mentions · 2026-06-24: 1Mentions · 2026-06-28: 1Mentions · 2026-06-29: 1Mentions · 2026-07-03: 1Mentions · 2026-08-31: 2PoC Mentioned / Linked · 2026-08-31: 1Exploit Tool / Code · 2026-06-24: 1Exploit Tool / Code · 2026-08-31: 1Patch / Workaround · 2026-06-24: 1Technical Details · 2026-06-24: 1Technical Details · 2026-06-28: 1Technical Details · 2026-06-29: 1Technical Details · 2026-07-03: 1Technical Details · 2026-08-31: 106-2406-2806-2907-0308-31
Signal classification3 categories
Disclosure
350.0%
Exploit
233.3%
General
116.7%
Referenced assets2 URLs
Classification over time
DateTotalLabels
2026-06-241
Disclosure1
2026-06-281
Disclosure1
2026-06-291
Disclosure1
2026-07-031
General1
2026-08-312
Exploit2
Full discourse6 posts
  • ExploitGrid@exploitgrid
    Exploit

    🛡️ #ExploitGrid Daily #Threat Digest Top Vulnerabilities (CVEs) of the day CVE-2025-71338 - EXPLOIT CVE-2025-71389 - EXPLOIT CVE-2026-0092 - EXPLOIT CVE-2026-0848 - EXPLOIT CVE-2026-12485 - EXPLOIT ..🧵👇

    Post summary

    The post lists multiple CVEs labeled with "EXPLOIT", indicating they are considered exploit‑able, but no further details or code are provided.

    1000063
    38 followersView on X
  • Kaitan ID Security@KaitanSecurity
    General

    🛡️ GeoVision Hardware: Four Critical IoT Flaws The GV-I/O Box 4E smart I/O device accumulated four simultaneous CVSS 10.0 vulnerabilities: CVE-2026-12485, CVE-2026-12846, CVE-2026-12847, and CVE-2026-12848. These devices…

    Post summary

    The post announces four critical CVSS 10.0 vulnerabilities in GeoVision IoT devices, but provides no details about exploits, patches, or active attacks.

    1000045
    84 followersView on X
  • CCB Alert@CCBalert
    Disclosure

    Warning: #GeoVision GV-I/O Box 4E control interface for surveillance, and other IoT devices, contains a critical vulnerability dubbed #CVE-2026-12485 CVSS 10.0. Unauthenticated attackers could craft UDP messages and trigger a stack overflow, leading to #RCE. #Patch #Patch #Patch

    Post summary

    The post discloses CVE‑2026‑12485 as a critical stack‑overflow vulnerability in GeoVision devices that can be triggered via crafted UDP packets, leading to remote code execution, and hints at a patch being available.

    01000374
    7.2K followersView on X
  • Upwind Security MDR@UpwindMDR
    Disclosure

    🚨 CRITICAL - Unauthenticated UDP stack buffer overflow in DVRSearch service (CVE-2026-12485) GV-I/O Box 4E exposes a default UDP service (DVRSearch) on port 10001 that accepts messages from any network user, enabling a remotely reachable flaw in the device’s network service. The issue is a stack-based buffer overflow caused by unsafe copying of attacker-controlled IP-field data using strlen and memcpy into a fixed-size stack buffer. An attacker can exploit this by sending a crafted UDP packet to port 10001 with an overlong IP field, requiring no authentication and only network reachability to the device. Successful exploitation can lead to remote code execution and full device compromise, with severe confidentiality, integrity, and availability impact. 👉 Affected: GV-I/O Box 4E (default DVRSearch UDP service on port 10001; versions not specified) | Upgrade to Vendor patch not specified (No fix yet - treat as suspicious)

    Post summary

    The post announces a critical DVRSearch UDP stack buffer overflow in GV‑I/O Box 4E that allows unauthenticated remote code execution, explains how to trigger it with an overlong IP field, and notes that no vendor patch is yet available.

    0001068
    226 followersView on X
  • ExploitGrid@exploitgrid
    Exploit

    [CVE] CVE-2026-12485 [CRITICAL/PoC] #GeoVision GV-I/O Box DVRSearch buffer overflow vulnerabilities in CMD_IP_SET ... ⚠️ Recorded Exploit Available 🔗 https://exploitgrid.net/cve/CVE-2026-12485

    Post summary

    An announced critical buffer overflow in GeoVision DVRSearch (CVE‑2026‑12485) now has a publicly available PoC and exploit script on ExploitGrid, with no evidence yet of active exploitation or patch availability.

    0000052
    38 followersView on X
  • SecAlerts@SecAlertsCo
    Disclosure

    📡 CVSS 10 buffer overflow in GeoVision GV-I/O Box 4E — unauthenticated, network-exploitable via UDP. Talos confirmed: CVE-2026-12485 hits the CMD_IP_SET command in DVRSearch. Full compromise, no user interaction needed. #IoTSecurity #CVE https://secalerts.co/vulnerability/CVE-2026-12485?utm_campaign=x https://t.co/TU2Xmq7Mc9

    Post summary

    Talos has disclosed a CVSS 10 buffer overflow in GeoVision GV‑I/O Box 4E that allows unauthenticated UDP exploitation, leading to full system compromise; no patches or PoC information are provided.

    00000108
    846 followersView on X

Explore more