CVE-2026-85223

9.9

D-Link · DNS-340L ShareCenter

A command injection vulnerability in the D-Link DNS-340L dropbox.cgi handler allows authenticated remote attackers to execute arbitrary OS commands via manipulated POST parameters.

Executive summary

A critical OS command injection vulnerability in the D-Link DNS-340L ShareCenter allows authenticated remote attackers to execute arbitrary commands, posing a severe risk of full system compromise.

Vulnerability

The application fails to properly sanitize input in the callback_url and sync_interval parameters within the dropbox.cgi script. An authenticated attacker can inject shell metacharacters into these parameters, which are then passed to a system shell for execution by the dropnasctl utility.

Business impact

Successful exploitation grants an attacker the ability to execute arbitrary code with the privileges of the CGI process. This can lead to complete system takeover, unauthorized access to sensitive backup data, or the disruption of NAS services. Given the CVSS score of 9.9, this vulnerability represents a critical security risk that could result in significant data loss or operational downtime.

Remediation

Immediate Action: As no patch is currently identified, administrators should restrict access to the web management interface to trusted internal networks only. If the Dropbox synchronization feature is not business-critical, disable it immediately through the administrative interface.

Proactive Monitoring: Monitor system logs for unusual process execution patterns or attempts to invoke shell-related characters in network requests directed at the /cgi-bin/dropbox.cgi endpoint.

Compensating Controls: Deploy a Web Application Firewall (WAF) to inspect POST requests and filter out suspicious shell metacharacters, such as semicolons and command substitution sequences, within the callback_url and sync_interval fields.

Exploitation status

Public Exploit Available: Yes, a proof-of-concept exists as documented in the provided technical research write-up.

Analyst recommendation

This vulnerability is critical due to the potential for full remote command execution. Security teams must prioritize isolating affected NAS devices from public internet access. Until a vendor-supplied firmware update is released, users must rely on network segmentation and internal access restrictions to prevent unauthorized exploitation of this flaw.

More D-Link CVEs

Sources

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