CVE-2026-7419
Received Received - Intake

Buffer Overflow in UTT HiPER 1250GW Firmware

Vulnerability report for CVE-2026-7419, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-04-29

Last updated on: 2026-04-29

Assigner: VulDB

Description

A vulnerability was identified in UTT HiPER 1250GW up to 3.2.7-210907-180535. This issue affects the function strcpy of the file route/goform/formTaskEdit_ap. The manipulation of the argument Profile leads to buffer overflow. Remote exploitation of the attack is possible. The exploit is publicly available and might be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-04-29
Last Modified
2026-04-29
Generated
2026-07-26
AI Q&A
2026-04-30
EPSS Evaluated
2026-07-25
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
utt hiper_1250gw to 3.2.7-210907-180535 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-120 The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer.
CWE-119 The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-7419 is a buffer overflow vulnerability found in the UTT HiPER 1250GW router firmware up to version 3.2.7-210907-180535. It occurs in the strcpy function within the route/goform/formTaskEdit_ap endpoint when the Profile parameter is manipulated. Specifically, if the src_6 parameter is not set to "01," the strcpy(dest, src_1) call can overflow the buffer, potentially allowing an attacker to execute arbitrary code or cause a denial of service.

Detection Guidance

This vulnerability can be detected by monitoring for suspicious POST requests to the endpoint route/goform/formTaskEdit_ap on UTT HiPER 1250GW routers running vulnerable firmware versions. Specifically, crafted POST requests manipulating the Profile parameter and not setting the src_6 parameter to "01" may indicate exploitation attempts.

A detection approach could involve capturing network traffic and filtering for POST requests to the vulnerable endpoint. For example, using a tool like tcpdump or tshark:

  • tcpdump -i <interface> -A -s 0 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep 'POST /route/goform/formTaskEdit_ap'

Additionally, inspecting logs on the device or any web application firewall (WAF) for POST requests containing the Profile parameter and unusual values for src_6 can help identify exploitation attempts.

Impact Analysis

This vulnerability can have serious impacts including unauthorized remote code execution, which may allow an attacker to take control of the affected device.

It can also lead to denial of service conditions, disrupting normal operations of the device.

Since the exploit is publicly available, the risk of exploitation is higher, especially if the device is exposed to untrusted networks.

Compliance Impact

The CVE-2026-7419 vulnerability is a buffer overflow in the UTT HiPER 1250GW router that can be remotely exploited, potentially leading to denial of service or other impacts. Such vulnerabilities can compromise the confidentiality, integrity, and availability of data processed or transmitted by the affected device.

While the provided information does not explicitly mention compliance with standards like GDPR or HIPAA, the presence of a high-severity remote exploitable vulnerability could lead to non-compliance with these regulations. This is because these standards require organizations to ensure the security of personal and sensitive data, and unpatched vulnerabilities that allow unauthorized access or disruption may violate these requirements.

Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable endpoint by implementing network-level controls such as firewall rules to block unauthorized POST requests to route/goform/formTaskEdit_ap.

Additionally, monitor and filter incoming traffic to detect and block exploit attempts that manipulate the Profile parameter or send malformed requests.

If possible, update the firmware of the UTT HiPER 1250GW device to a version later than v3.2.7-210907-180535 where this vulnerability is fixed.

Until a patch is applied, consider disabling or limiting remote management features that expose the vulnerable API endpoint.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-7419. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart