CVE-2026-4318
Received Received - Intake
Remote Buffer Overflow in UTT HiPER 810G strcpy Function

Publication date: 2026-03-17

Last updated on: 2026-03-17

Assigner: VulDB

Description
A vulnerability was determined in UTT HiPER 810G up to 1.7.7-171114. Affected is the function strcpy of the file /goform/formApLbConfig. This manipulation of the argument loadBalanceNameOld causes buffer overflow. The attack can be initiated remotely. The exploit has been publicly disclosed and may be utilized.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-17
Last Modified
2026-03-17
Generated
2026-06-16
AI Q&A
2026-03-17
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
utt hiper_810g to 1.7.7-171114 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-4318 is a critical buffer overflow vulnerability in the UTT HiPER 810G router firmware versions up to 1.7.7-171114. It occurs in the function strcpy within the file /goform/formApLbConfig, specifically involving the argument loadBalanceNameOld.

The vulnerability arises because the code copies data from the loadBalanceNameOld parameter into a buffer without proper bounds checking, using unsafe functions like strcpy and strcat. This allows an attacker to overflow the buffer by sending an excessively long string.

The attack can be initiated remotely via an HTTP POST request to the endpoint /goform/formApLbConfig, requiring Digest authentication with administrative credentials.

Impact Analysis

This vulnerability can impact the confidentiality, integrity, and availability of the affected device.

  • An attacker can cause a buffer overflow that may lead to denial of service (DoS), crashing the device or disrupting its normal operation.
  • Potentially, other malicious effects could be exploited through this overflow, although specific remote code execution is not explicitly confirmed.

The attack complexity is low, and a proof-of-concept exploit is publicly available, increasing the risk of exploitation.

Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': 'This vulnerability can be detected by monitoring HTTP POST requests to the endpoint `/goform/formApLbConfig` on the UTT HiPER 810G router. Specifically, look for requests where the parameter `loadBalanceNameOld` contains an excessively long string, which is used to trigger the buffer overflow.'}, {'type': 'paragraph', 'content': 'Detection can also involve checking for authentication attempts using Digest authentication with administrative credentials, as the exploit requires such authentication.'}, {'type': 'paragraph', 'content': 'A proof-of-concept exploit involves sending a crafted HTTP POST request with a long `loadBalanceNameOld` parameter. Network monitoring tools or intrusion detection systems (IDS) can be configured to alert on unusually long values in this parameter or on POST requests to this specific endpoint.'}, {'type': 'paragraph', 'content': 'Example command using curl to test the vulnerability (requires valid admin credentials):'}, {'type': 'list_item', 'content': 'curl -X POST -u admin:password --digest -d "Action=add&loadBalanceNameOld=$(python3 -c \'print("A"*1000)\')" http://<router-ip>/goform/formApLbConfig'}, {'type': 'paragraph', 'content': 'Replace `<router-ip>`, `admin`, and `password` with the appropriate values. This command sends a very long string in the `loadBalanceNameOld` parameter to test for buffer overflow behavior.'}] [1]

Mitigation Strategies

[{'type': 'paragraph', 'content': 'Currently, there are no known countermeasures or mitigations available for this vulnerability.'}, {'type': 'paragraph', 'content': 'The recommended immediate step is to replace the affected UTT HiPER 810G device or firmware version (up to 1.7.7-171114) with a secure alternative that is not vulnerable.'}, {'type': 'paragraph', 'content': "Additionally, restrict access to the device's management interface to trusted networks and users only, and monitor for suspicious activity targeting the `/goform/formApLbConfig` endpoint."}] [2]

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