A security flaw has been discovered in UTT HiPER 1200GW up to v2.5.3-170306. This affects the function strcpy of the file /goform/ConfigAdvideo. The manipulation of the argument timestart results in stack-based buffer overflow. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Security readout for executives and security teams
Plain-English summary
CVE-2026-18898 is a critical remote buffer overflow in UTT HiPER 1200GW firmware up to v2.5.3-170306. An authenticated attacker can trigger memory corruption through the ConfigAdvideo timestart parameter. Public exploit material exists, but the source bundle does not show confirmed active exploitation or a vendor fix.
Executive priority
Treat as urgent for any deployed UTT HiPER 1200GW. Prioritize inventory, exposure reduction, and vendor update checks. Public exploit availability raises risk, but the current evidence does not prove active exploitation.
Technical view
The flaw affects strcpy handling in /goform/ConfigAdvideo, where manipulating timestart can cause a stack-based buffer overflow. VulDB maps it to CWE-119 and CWE-121 with CVSS 2.0 score 9.0, AV:N/AC:L/Au:S/C:C/I:C/A:C. Vendor contact reportedly received no response.
Likely exposure
Exposure is most likely on UTT HiPER 1200GW devices running affected firmware where the relevant web endpoint is reachable to authenticated users. Internet-exposed management access would materially increase business risk.
Exploitation context
The sources state the attack is remote and public exploit material has been released. However, KEV is false and no provided source confirms active exploitation in the wild. Authentication is indicated by the CVSS vector and CTI reference.
Researcher notes
Evidence is primarily CVE/VulDB and a linked public exploit reference. No vendor advisory or patch is provided in the bundle. Avoid assuming unauthenticated exploitation; the published CVSS vector indicates authentication is required.
Mitigation direction
Identify UTT HiPER 1200GW devices and firmware versions.
Check UTT or reseller guidance for fixed firmware or official mitigations.
Remove management access from the public internet.
Restrict access to trusted administrative networks or VPNs.
Review and harden accounts with access to the device interface.
Monitor for suspicious authenticated requests to /goform/ConfigAdvideo.
Validation and detection
Confirm whether devices run v2.5.3-170306 or earlier affected firmware.
Verify whether the management interface is externally reachable.
Review logs for unusual authenticated access to ConfigAdvideo.
Check vulnerability scanner coverage for CVE-2026-18898 or VDB-385933.
Document compensating controls if no vendor patch is available.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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
6Source 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.