CVE-2026-82690

9.1

D-Link · DNS-327L and DNS-340L ShareCenter

An OS command injection vulnerability in the D-Link ShareCenter NAS allows authenticated remote attackers to execute arbitrary commands via the f_dev parameter in /cgi-bin/ve_mgr.cgi.

Executive summary

A critical OS command injection vulnerability in D-Link ShareCenter NAS devices allows authenticated attackers to execute arbitrary system commands, posing a severe risk of total system compromise.

Vulnerability

The vulnerability exists in the ve_mgr.cgi script, which fails to neutralize shell metacharacters in the f_dev POST parameter before passing it to a system shell command. This allows an authenticated user to perform OS command injection and execute arbitrary code as the CGI process user.

Business impact

Successful exploitation grants an attacker full control over the NAS appliance. This could lead to unauthorized access to sensitive stored data, complete system disruption, or the potential use of the compromised device as a pivot point within the internal network. With a CVSS score of 9.1, this vulnerability represents a critical risk to organizational data integrity and availability.

Remediation

Immediate Action: There is currently no vendor-provided patch available for this vulnerability. Administrators should restrict access to the web management interface to trusted internal networks only and disable remote management features until a firmware update is released.

Proactive Monitoring: Review system access logs for anomalous POST requests directed at /cgi-bin/ve_mgr.cgi, particularly those containing shell metacharacters like semicolons or pipe symbols in the f_dev parameter.

Compensating Controls: Deploy a Web Application Firewall (WAF) rule to inspect and block HTTP POST requests to the /cgi-bin/ve_mgr.cgi endpoint that contain suspicious command-line sequences or shell characters.

Exploitation status

Public Exploit Available: Yes, a technical write-up containing a functional proof-of-concept is publicly available via the GitHub repository referenced in the vulnerability research documentation.

Analyst recommendation

Given the critical severity of this command injection flaw and the availability of a public proof-of-concept, immediate defensive action is required. Organizations using these D-Link storage devices should isolate the management interface from the internet and monitor for any signs of unauthorized access or exploitation attempts while awaiting a formal firmware update from the vendor.

More D-Link CVEs

Sources

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