CVE-2026-52186
Deferred Deferred - Pending Action

SQL Injection in UTT nv518G Firmware

Vulnerability report for CVE-2026-52186, 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

SQL Injection vulnerability in UTT nv518G nv518GV3v3.2.7-210919-161313 allows a remote attacker to execute arbitrary code via the gohead/sub_463bbc 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 210919161313

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL Injection issue found in the UTT nv518G nv518GV3v3.2.7-210919-161313 device. It allows a remote attacker to execute arbitrary code by exploiting the gohead/sub_463bbc component.

Detection Guidance

This SQL injection vulnerability can be detected by sending crafted POST requests to the vulnerable endpoint `/gohead/sub_463bbc` and observing the response for signs of SQL injection.

A proof-of-concept involves sending a POST request with the parameter `delsn` set to a payload such as `" or 1=1 --` to test if the system is vulnerable.

Example command using curl to test the vulnerability:

  • curl -X POST http://[target]/gohead/sub_463bbc -d 'delsn=" or 1=1 --'

Additionally, monitoring for unusual DNS lookups, delays, or command execution attempts in logs may help detect exploitation attempts, as attackers may use commands like `nslookup`, `curl`, or `sleep` to probe or exploit the system.

Impact Analysis

The vulnerability can allow a remote attacker to execute arbitrary code on the affected device, potentially leading to unauthorized access, data manipulation, or control over the system.

Compliance Impact

The SQL Injection vulnerability in UTT nv518G nv518GV3v3.2.7-210919-161313 allows remote attackers to execute arbitrary code, which can lead to unauthorized access, data breaches, and manipulation of sensitive information.

Such unauthorized access and potential data compromise can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive data against breaches and unauthorized access.

Failure to address this vulnerability could result in violations of these regulations due to compromised confidentiality, integrity, and availability of protected data.

Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable endpoint `/gohead/sub_463bbc` to trusted users or networks only.

Applying any available firmware updates or patches from the vendor that address this SQL injection vulnerability is critical.

If patching is not immediately possible, consider implementing web application firewall (WAF) rules to detect and block malicious payloads targeting the `delsn` parameter.

Monitoring network traffic and logs for suspicious POST requests containing SQL injection patterns can help in early detection and response.

Chat Assistant

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

EPSS Chart