CVE-2026-10292
Stack-Based Buffer Overflow in UTT HiPER 1200GW
Publication date: 2026-06-01
Last updated on: 2026-06-01
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| utt | hiper_1200gw | to 2.5.3-170306 (inc) |
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-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?
This vulnerability exists in the UTT HiPER 1200GW device up to version 2.5.3-170306. It is caused by improper use of the strcpy function in the /goform/formTaskEdit file, which leads to a stack-based buffer overflow. This means that an attacker can send specially crafted input to this function, causing it to overwrite parts of the memory stack, potentially allowing remote code execution or other malicious actions.
How can this vulnerability impact me? :
The vulnerability can have severe impacts because it allows remote attackers to exploit a stack-based buffer overflow. According to the CVSS scores, it has a high severity with potential to compromise confidentiality, integrity, and availability of the affected system. An attacker could execute arbitrary code, disrupt services, or gain unauthorized access.