Cyber Resilience

CVE-2023-32167

Medium

Published: 03 May 2024

Published
03 May 2024
Modified
04 June 2025
KEV Added
Patch
CVSS Score v3.1 6.5 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H
EPSS Score 0.5585 98.1th percentile
Risk Priority 47 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-32167 is a medium-severity Path Traversal (CWE-22) vulnerability in Dlink D-View 8. Its CVSS base score is 6.5 (Medium).

Operationally, ranked in the top 1.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

D-Link D-View contains a directory traversal vulnerability in the uploadMib function that permits remote attackers to create or delete arbitrary files on affected installations. The flaw stems from insufficient validation of a user-supplied path before it is used in file operations, allowing actions to occur in the context of the SYSTEM account. Authentication is required to reach the vulnerable code path, and the issue was originally reported as ZDI-CAN-19529.

An authenticated attacker with network access can supply a crafted path to uploadMib and thereby create or remove files anywhere on the system. Successful exploitation yields high impact on integrity and availability without requiring user interaction, corresponding to the CVSS 6.5 rating for this CWE-22 weakness.

Vendor advisories from D-Link (SAP10332) and the Zero Day Initiative (ZDI-23-718) address the issue and direct administrators to apply the patches or mitigations published in those announcements.

EPSS for the CVE rose from lower values to a peak of 0.6793 before settling at the current 0.5585, indicating increased exploitation interest after disclosure.

EU & UK References

Vulnerability details

D-Link D-View uploadMib Directory Traversal Arbitrary File Creation or Deletion Vulnerability. This vulnerability allows remote attackers to create and delete arbitrary files on affected installations of D-Link D-View. Authentication is required to exploit this vulnerability. The specific flaw exists within…

more

the uploadMib function. The issue results from the lack of proper validation of a user-supplied path prior to using it in file operations. An attacker can leverage this vulnerability to create or delete files in the context of SYSTEM. . Was ZDI-CAN-19529.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

dlink
d-view 8
≤ 2.0.1.89

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References