Description
A vulnerability was detected in D-Link DNS-320 1.0.2. This impacts an unknown function of the file /mydlink/multi_uploadify.php. Performing a manipulation of the argument Filedata[] results in unrestricted upload. The attack is possible to be carried out remotely. The exploit is now public and may be used.
Published: 2026-07-21
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability in D‑Link DNS‑320 allows an attacker to upload arbitrary files by manipulating the Filedata[] argument in the /mydlink/multi_uploadify.php script. This is an instance of CWE‑434 (Unrestricted Upload of File with Dangerous Type) combined with weak access control (CWE‑284). If a malicious file such as a web shell is uploaded, the compromised device could be used to execute arbitrary code, exfiltrate data or serve malicious content. The consequence is a loss of confidentiality, integrity, and availability on the affected device.

Affected Systems

The flaw is present in the D‑Link DNS‑320 model running firmware version 1.0.2. No other vendors or versions are listed, so the impact is limited to that specific device model and firmware release.

Risk and Exploitability

The CVSS score of 6.9 places this vulnerability in the medium severity range. The EPSS score of below 1% suggests that public exploitation is currently unlikely, but the fact that the exploit is published and the vulnerability can be triggered remotely means that attackers with the right motivation could still target the device. The vulnerability is not listed in CISA KEV, indicating no known widespread compromises, but the remote upload capability means that a single attacker could gain code execution if the device is exposed to the internet. The attack vector is inferred to be remote via the web interface, requiring network access to the device.

Generated by OpenCVE AI on July 30, 2026 at 18:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest firmware update from D‑Link that fixes the unrestricted upload issue in /mydlink/multi_uploadify.php.
  • If a firmware update is not yet available, disable or remove the multi_uploadify.php endpoint or restrict it to authenticated users only.
  • Configure the device’s web server or reverse proxy to reject uploads that have disallowed MIME types or file extensions and validate uploaded files against a whitelist of safe types to mitigate the risk of malicious code.

Generated by OpenCVE AI on July 30, 2026 at 18:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 02:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in D-Link DNS-320 1.0.2. This impacts an unknown function of the file /mydlink/multi_uploadify.php. Performing a manipulation of the argument Filedata[] results in unrestricted upload. The attack is possible to be carried out remotely. The exploit is now public and may be used.
Title D-Link DNS-320 multi_uploadify.php unrestricted upload
First Time appeared D-link
D-link dns-320
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:h:d-link:dns-320:*:*:*:*:*:*:*:*
Vendors & Products D-link
D-link dns-320
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-23T14:32:43.985Z

Reserved: 2026-07-20T17:50:37.304Z

Link: CVE-2026-16332

cve-icon Vulnrichment

Updated: 2026-07-23T14:32:39.720Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T18:15:13Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type