CVE-2026-82691

9.1

D-Link · DNS-320L, DNS-327L, DNS-340L, DNS-345 ShareCenter NAS

D-Link ShareCenter NAS devices are vulnerable to OS command injection via the f_ups_ip parameter in the usb_device.cgi script, allowing authenticated remote attackers to execute arbitrary shell commands.

Executive summary

An authenticated remote command injection vulnerability in D-Link ShareCenter NAS devices poses a critical risk by allowing attackers to execute arbitrary code with elevated privileges.

Vulnerability

This is an OS command injection vulnerability (CWE-78) occurring within the CGI handler for UPS management. An authenticated attacker can manipulate the f_ups_ip parameter to inject shell metacharacters and execute unauthorized commands on the underlying system.

Business impact

A successful exploit grants the attacker full control over the affected NAS appliance. This can lead to the total compromise of stored data, unauthorized access to sensitive network segments, or complete service disruption. Given the CVSS score of 9.1, this vulnerability represents a severe threat to operational continuity and data confidentiality.

Remediation

Immediate Action: Restrict access to the web management interface to trusted administrative IP addresses only, and monitor for any vendor-issued firmware updates that address the insecure handling of the f_ups_ip parameter.

Proactive Monitoring: Review system logs for unusual POST requests directed at /cgi-bin/usb_device.cgi, specifically monitoring for command characters such as semicolons, pipes, or backticks within the f_ups_ip field.

Compensating Controls: Deploy a Web Application Firewall (WAF) to inspect and block HTTP traffic containing malicious shell metacharacters in the f_ups_ip POST parameter, effectively neutralizing the injection vector.

Exploitation status

Public Exploit Available: Yes, a technical write-up containing a working proof-of-concept for the vulnerability has been published by a security researcher.

Analyst recommendation

Given the high severity and the availability of a public proof-of-concept, administrators must treat this vulnerability with high urgency. Immediately restrict administrative access to the NAS management interface and implement WAF rules to filter malicious traffic until a vendor patch is applied. Failure to remediate could allow an attacker to gain persistent, unauthorized control over storage infrastructure.

More D-Link CVEs

Sources

Originally found and disclosed by ST4R0001 (VulDB User), per the CVE Program record.