CVE-2026-52198
Deferred Deferred - Pending Action

Buffer Overflow in UTT nv518G nv518GV3 Firmware

Vulnerability report for CVE-2026-52198, 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_425994 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 1 associated CPE
Vendor Product Version / Range
utt nv518g From 3.2.7 (inc)

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_425994 component and allows a remote attacker to exploit it.

Detection Guidance

This vulnerability can be detected by sending a specially crafted HTTP POST request to the affected device's `/gohead/sub_425994` component with an excessively long `Binds` parameter. Monitoring for such suspicious POST requests or unusual traffic targeting this endpoint may help identify exploitation attempts.

A proof-of-concept (PoC) involves sending an HTTP POST request with a large payload in the `Binds` parameter to trigger the heap overflow.

While no specific commands are provided, a network administrator could use tools like curl or custom scripts to simulate the PoC request for detection purposes, for example:

  • curl -X POST http://[target-ip]/gohead/sub_425994 -d "Binds=$(python3 -c 'print("A"*1000)')"

Additionally, network intrusion detection systems (NIDS) could be configured to alert on unusually long POST parameters to this endpoint.

Impact Analysis

The vulnerability can be exploited by a remote attacker to cause a denial of service (DoS) on the affected device.

Chat Assistant

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

EPSS Chart