CVE-2026-52190
Deferred Deferred - Pending Action

Buffer Overflow in UTT nv518G nv518GV3 Firmware

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

Publication date: 2026-07-01

Last updated on: 2026-07-02

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_448384 component

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-01
Last Modified
2026-07-02
Generated
2026-07-22
AI Q&A
2026-07-02
EPSS Evaluated
2026-07-20
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
utt nv518g *
utt nv518gv3v3.2.7-210919-161313 *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-121 A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).

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 exists in the gohead/sub_448384 component and can be exploited remotely by an attacker.

A buffer overflow occurs when more data is written to a buffer than it can hold, which can lead to unexpected behavior or crashes.

Detection Guidance

This vulnerability can be detected by sending a specially crafted HTTP POST request to the vulnerable endpoint `/gohead/sub_448384` with an excessively long `isGroupOpt` parameter. Monitoring for such abnormal requests or attempts to exploit this buffer overflow can help identify the vulnerability.

A detection command example using curl might be:

  • curl -X POST http://<target-ip>/gohead/sub_448384 -d "isGroupOpt=$(python3 -c 'print("A"*1000)')"

This command sends a long string of 'A's as the `isGroupOpt` parameter to test if the system is vulnerable to the buffer overflow.

Impact Analysis

This vulnerability allows a remote attacker to cause a denial of service (DoS) on the affected device.

A denial of service means the device or service may become unavailable or crash, disrupting normal operations.

Compliance Impact

The vulnerability is a buffer overflow in the UTT nv518G nv518GV3v3.2.7-210919-161313 firmware that allows a remote attacker to cause a denial of service. It does not directly impact confidentiality or integrity of data, as the CVSS indicates no impact on confidentiality or integrity, only availability.

Since the vulnerability leads to denial of service without evidence of data breach or unauthorized data access, it does not directly violate compliance requirements related to data protection standards such as GDPR or HIPAA, which primarily focus on protecting personal data confidentiality and integrity.

However, denial of service could indirectly affect compliance if it disrupts availability of critical systems or services required under these regulations.

Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable endpoint `/gohead/sub_448384` by implementing network-level controls such as firewalls or access control lists to block unauthorized or suspicious HTTP POST requests.

Additionally, monitoring and filtering HTTP requests to detect and block attempts with unusually long `isGroupOpt` parameters can reduce the risk of exploitation.

Applying any available firmware updates or patches from the vendor that address this buffer overflow vulnerability is also critical.

Chat Assistant

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

EPSS Chart