CVE-2025-11651
BaseFortify
Publication date: 2025-10-13
Last updated on: 2025-10-14
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| utt | θΏε_518g | * |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-11651 is a critical buffer overflow vulnerability in the UTT θΏε 518G device, affecting firmware versions up to V3v3.2.7-210919-161313. It occurs in the function sub_4247AC within the file /goform/formRemoteControl due to improper handling of the 'Profile' argument. Specifically, the device copies input data into a buffer without verifying the input size, leading to a buffer overflow. This flaw can be exploited remotely by sending a malicious HTTP POST request to the /goform/formRemoteControl endpoint, potentially allowing attackers to cause denial of service or execute arbitrary commands on the device. [2, 3]
How can this vulnerability impact me? :
This vulnerability can have severe impacts including denial of service (DoS) on the affected device or potentially allowing an attacker to execute arbitrary commands remotely. This compromises the confidentiality, integrity, and availability of the device, potentially leading to unauthorized control or disruption of network operations. Since the exploit is publicly available and the vendor has not provided any fix or mitigation, affected users remain at high risk. [2, 3]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by monitoring for malicious HTTP POST requests sent to the endpoint /goform/formRemoteControl with a specially crafted 'Profile' argument that triggers the buffer overflow. Network intrusion detection systems (NIDS) or web application firewalls (WAF) can be configured to alert on unusual or suspicious POST requests to this URL. Specific commands to detect exploitation attempts are not provided in the available resources. [2, 3]
What immediate steps should I take to mitigate this vulnerability?
There are no known patches or vendor-provided mitigations for this vulnerability. Immediate steps include restricting access to the affected device's HTTP interface, especially the /goform/formRemoteControl endpoint, by using network segmentation or firewall rules. Consider disabling remote management if possible. Monitoring for exploit attempts and planning to replace the affected product is recommended due to the lack of fixes. [3]