CVE-2026-5544
Received Received - Intake
Remote Stack-Based Buffer Overflow in UTT HiPER 1250GW

Publication date: 2026-04-05

Last updated on: 2026-04-05

Assigner: VulDB

Description
A security flaw has been discovered in UTT HiPER 1250GW up to 3.2.7-210907-180535. The impacted element is an unknown function of the file /goform/formRemoteControl. The manipulation of the argument Profile results in stack-based buffer overflow. The attack can be executed remotely. The exploit has been released to the public and may be used for attacks.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-05
Last Modified
2026-04-05
Generated
2026-05-07
AI Q&A
2026-04-05
EPSS Evaluated
2026-05-05
NVD
EUVD
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-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-121 A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2026-5544 is a security vulnerability found in the UTT HiPER 1250GW router firmware up to version 3.2.7-210907-180535. It is a stack-based buffer overflow caused by improper handling of the "Profile" parameter in an HTTP POST request to the /goform/formRemoteControl endpoint.

The vulnerability occurs because the router firmware uses the unsafe strcpy function to copy user input from the "Profile" parameter into a fixed memory location without checking the input length. If an attacker supplies an excessively long "Profile" value, it causes a buffer overflow, potentially overwriting adjacent memory.

Exploitation requires authentication via valid Digest credentials, and the attack can be executed remotely by sending a crafted POST request to the vulnerable endpoint.


How can this vulnerability impact me? :

This vulnerability can lead to denial of service (DoS) attacks by causing the router to crash or behave unpredictably due to memory corruption from the buffer overflow.

Because the vulnerability allows overwriting adjacent memory, it may also be leveraged by attackers to execute arbitrary code or escalate privileges, although the primary known impact is DoS.

Since exploitation requires authentication, an attacker would need valid credentials, but once exploited, it can disrupt network availability and potentially compromise device integrity.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by sending an authenticated HTTP POST request to the endpoint /goform/formRemoteControl with a crafted, excessively long "Profile" parameter value. The request must include valid Digest authentication credentials.

A detection command example using curl could be:

  • curl -X POST -u username:password --digest -d "Profile=$(python3 -c 'print("A"*1000)')" http://<router-ip>/goform/formRemoteControl

If the device is vulnerable, this request may cause a denial of service or unexpected behavior due to the buffer overflow triggered by the large "Profile" parameter.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include:

  • Restrict access to the router's management interface to trusted networks or IP addresses to prevent unauthorized or remote exploitation.
  • Ensure that only authenticated users can access the /goform/formRemoteControl endpoint, as exploitation requires valid Digest authentication credentials.
  • Monitor network traffic for unusual POST requests to /goform/formRemoteControl with abnormally large "Profile" parameter values.
  • Apply any available firmware updates or patches from the vendor addressing this vulnerability once released.

How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The provided information does not specify how the CVE-2026-5544 vulnerability impacts compliance with common standards and regulations such as GDPR or HIPAA.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart