CVE-2026-9631: UTT HiPER 1250GW Web Management formConfigFastDirectionW strcpy stack-based overflow
A vulnerability was detected in UTT HiPER 1250GW up to 3.2.7-210907-180535. Affected by this vulnerability is the function strcpy of the file /goform/formConfigFastDirectionW of the component Web Management Interface. Performing a manipulation of the argument Profile results in stack-based buffer overflow. It is possible to initiate the attack remotely. The exploit is now public and may be used.
This is a critical flaw in UTT HiPER 1250GW web management. A remote authenticated attacker could trigger memory corruption through the Profile field and potentially gain full control. Public exploit material exists, but the supplied sources do not show active exploitation or a vendor patch.
Executive priority
Treat this as urgent if the device exists in the environment, especially if management is remotely reachable. Prioritize exposure reduction while awaiting or confirming vendor remediation.
Technical view
CVE-2026-9631 is a stack-based buffer overflow in /goform/formConfigFastDirectionW, tied to strcpy handling of the Profile argument. Sources list UTT HiPER 1250GW up to firmware 3.2.7-210907-180535 as affected. CVSS v2 is 9.0 with network access, low complexity, and single authentication required.
Likely exposure
Exposure is most likely where UTT HiPER 1250GW web management is enabled and reachable from untrusted networks. Risk is higher for internet-facing, partner-facing, or weakly controlled administrative interfaces.
Exploitation context
The source bundle says an exploit is public and may be used. CVE KEV status is false, and no provided source confirms active exploitation in the wild.
Researcher notes
The evidence supports a strcpy-based stack overflow in the Profile parameter, mapped to CWE-119 and CWE-121. The CVSS vector indicates authenticated remote attack conditions. Patch status is not established in the supplied sources.
Mitigation direction
Check UTT or device supplier guidance for patched firmware or official workarounds.
Restrict web management access to trusted administrative networks only.
Remove internet exposure for the management interface immediately.
Review and tighten administrative account access to affected devices.
Monitor device logs for unusual web management activity.
Validation and detection
Inventory UTT HiPER 1250GW devices and record firmware versions.
Confirm whether firmware is 3.2.7-210907-180535 or earlier.
Verify web management is not reachable from the public internet.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-119: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
4CVSS vectors
6Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
4 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-119 · source CWE mapping
Improper Restriction of Operations within the Bounds of a Memory Buffer
Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.