UTT HiPER 1200GW Stack-Based Buffer Overflow Vulnerability (CVE-2026-10292)
A stack-based buffer overflow vulnerability (CVE-2026-10292) exists in the strcpy function of /goform/formTaskEdit in UTT HiPER 1200GW up to version 2.5.3-170306, allowing for remote code execution.
A stack-based buffer overflow vulnerability, CVE-2026-10292, has been identified in UTT HiPER 1200GW devices up to version 2.5.3-170306. The vulnerability resides within the strcpy function in the /goform/formTaskEdit file. Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected device remotely. Public exploits are available, increasing the risk of exploitation. This vulnerability poses a significant threat to organizations using affected UTT HiPER 1200GW devices, potentially leading to device compromise and network disruption. Defenders should prioritize patching or mitigating this vulnerability to prevent potential attacks.
Attack Chain
- The attacker identifies a vulnerable UTT HiPER 1200GW device running a version up to 2.5.3-170306.
- The attacker crafts a malicious HTTP request targeting the
/goform/formTaskEditendpoint. - The request contains an overly long string for one of the parameters, specifically designed to overflow the buffer when processed by the
strcpyfunction. - The
strcpyfunction attempts to copy the oversized string into a fixed-size buffer on the stack, leading to a buffer overflow. - The buffer overflow overwrites adjacent memory locations on the stack, including the return address.
- The attacker manipulates the overwritten return address to point to malicious code or a ROP chain.
- The device attempts to return from the
formTaskEditfunction, but instead executes the attacker-controlled code. - The attacker gains control of the device and can execute arbitrary commands.
Impact
Successful exploitation of CVE-2026-10292 allows a remote attacker to execute arbitrary code on the affected UTT HiPER 1200GW device. This can lead to complete system compromise, including data theft, device hijacking, and denial of service. Given that the exploit is public, the likelihood of exploitation is elevated. Organizations using the affected device are at high risk.
Recommendation
- Apply available patches or updates provided by UTT to remediate CVE-2026-10292 on UTT HiPER 1200GW devices up to version 2.5.3-170306.
- Monitor web server logs for suspicious POST requests to
/goform/formTaskEditcontaining unusually long parameters, as described in the attack chain, and use the “Detect Suspicious Long POST Request to FormTaskEdit” Sigma rule. - Implement network segmentation to limit the impact of a potential device compromise.
- Consider using a Web Application Firewall (WAF) to filter out malicious requests targeting the vulnerable endpoint.
Detection coverage 1
Detect Suspicious Long POST Request to FormTaskEdit
highDetects CVE-2026-10292 exploitation — Suspiciously long POST request to /goform/formTaskEdit indicating potential buffer overflow attempt.
Detection queries are available on the platform. Get full rules →