Description
A security vulnerability has been detected in UTT HiPER 1250GW up to 3.2.7-210907-180535. Affected by this vulnerability is the function strcpy of the file /goform/aspApBasicConfigUrcp of the component HTTP Handler. The manipulation of the argument pvid leads to stack-based buffer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used.
Published: 2026-08-19
Score: 9.4 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The attack surface in UTT HiPER 1250GW's HTTP handler allows an attacker to trigger a stack-based buffer overflow by crafting an oversized pvid argument in the /goform/aspApBasicConfigUrcp endpoint. The vulnerability arises from an unbounded strcpy call that can overwrite the function’s execution stack. An attacker who can reach the target over the network can exploit this flaw to gain arbitrary code execution, potentially taking full control of the device or compromising its confidentiality, integrity, and availability.

Affected Systems

UTT HiPER 1250GW firmware versions up to 3.2.7‑210907‑180535 are vulnerable. The flaw is present only in versions prior to that release. The affected component is the HTTP handler located in /goform/aspApBasicConfigUrcp.

Risk and Exploitability

The CVSS score of 9.4 classifies this flaw as critical. EPSS is not available, but the exploit has been publicly disclosed and can be launched remotely. The vulnerability is not listed in the CISA KEV catalog, yet the public disclosure and high severity suggest that it is likely to be actively targeted. Exploitation requires network reachability to the target device and the admission of the malformed payload, but no privilege level is required on the device to trigger it.

Generated by OpenCVE AI on August 19, 2026 at 06:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the firmware to a version released after 3.2.7‑210907‑180535 that includes the fix for the strcpy overflow.
  • If an update is not yet available, restrict remote network access to the UTT HiPER 1250GW or block traffic to the /goform/aspApBasicConfigUrcp endpoint using firewall or ACL rules.
  • Apply input validation or length restrictions on the pvid parameter to prevent buffer overflow until a patch is applied.

Generated by OpenCVE AI on August 19, 2026 at 06:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in UTT HiPER 1250GW up to 3.2.7-210907-180535. Affected by this vulnerability is the function strcpy of the file /goform/aspApBasicConfigUrcp of the component HTTP Handler. The manipulation of the argument pvid leads to stack-based buffer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used.
Title UTT HiPER 1250GW HTTP aspApBasicConfigUrcp strcpy stack-based overflow
First Time appeared Utt
Utt hiper 1250gw
Weaknesses CWE-119
CWE-121
CPEs cpe:2.3:a:utt:hiper_1250gw:*:*:*:*:*:*:*:*
Vendors & Products Utt
Utt hiper 1250gw
References
Metrics cvssV2_0

{'score': 9, 'vector': 'AV:N/AC:L/Au:S/C:C/I:C/A:C/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 9.9, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 9.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P'}


Subscriptions

Utt Hiper 1250gw
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-19T13:41:23.690Z

Reserved: 2026-08-18T18:49:13.761Z

Link: CVE-2026-76004

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-08-19T03:16:52.900

Modified: 2026-08-20T12:48:31.843

Link: CVE-2026-76004

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-19T13:30:04Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-121

    Stack-based Buffer Overflow