CVE-2026-82692

9.9

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

D-Link DNS-340L and DNS-345 devices are vulnerable to OS command injection via the iscsi_mgr.cgi script, allowing authenticated remote attackers to execute arbitrary commands.

Executive summary

An OS command injection vulnerability in D-Link ShareCenter NAS devices allows authenticated remote attackers to achieve full system compromise.

Vulnerability

This is an OS command injection vulnerability (CWE-78) occurring within the iscsi_mgr.cgi script. The application fails to sanitize user-supplied input in the alias, username, password, and volume_location parameters before passing them to system shell commands, allowing an authenticated attacker to execute arbitrary code.

Business impact

Successful exploitation poses a critical risk to business operations, as it grants the attacker remote code execution capabilities with the privileges of the CGI process. This could result in the total compromise of stored data, unauthorized access to network resources, or service disruption of critical storage infrastructure. Given the CVSS score of 9.9, this vulnerability represents a severe threat to system integrity and confidentiality.

Remediation

Immediate Action: Since no vendor patch is currently confirmed, administrators should restrict access to the web management interface to trusted internal networks only. If iSCSI management is not actively required, disable the service or the web interface entirely until a vendor-supplied firmware update is available.

Proactive Monitoring: Monitor system logs for unusual POST requests directed at /cgi-bin/iscsi_mgr.cgi, specifically looking for shell metacharacters such as semicolons, pipe symbols, or backticks within parameters. Audit the filesystem for unexpected files created in /tmp or other temporary directories.

Compensating Controls: Deploy a Web Application Firewall (WAF) rule to block or sanitize HTTP POST requests to /cgi-bin/iscsi_mgr.cgi that contain shell metacharacters. Ensure that administrative access to the device is segmented from general user traffic.

Exploitation status

Public Exploit Available: Yes, a technical write-up containing functional proof-of-concept injection strings exists, as cited in the research documentation from the vulnerability discovery.

Analyst recommendation

Given the critical severity of this vulnerability and the availability of proof-of-concept material, immediate defensive action is required. Organizations using affected D-Link ShareCenter devices must prioritize restricting administrative access to the web interface and monitor for signs of unauthorized command execution. Continue to monitor vendor support channels for the release of security-hardened firmware updates.

More D-Link CVEs

Sources

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