Cyber Resilience

CVE-2025-21107

Dell Networker ≤ 19.11.0.3

Published
30 January 2025
Modified
07 February 2025
Patch / advisory
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0020 10th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-21107 is a high-severity Unquoted Search Path or Element (CWE-428) vulnerability in Dell Networker. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Path Interception (T1034); ranked at the 10th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-21107 is an Unquoted Search Path or Element vulnerability (CWE-428) affecting Dell NetWorker in versions prior to 19.11.0.3, including all versions of 19.10 and earlier. This flaw exists in the backup and recovery software, where the unquoted path in a search element allows unintended executable resolution during system operations.

A low-privileged attacker with local access can exploit this vulnerability with low complexity and no user interaction required, as indicated by its CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H). Successful exploitation enables arbitrary code execution with elevated privileges, potentially compromising the confidentiality, integrity, and availability of the affected system.

Dell Security Advisory DSA-2025-064, available at https://www.dell.com/support/kbdoc/en-us/000278811/dsa-2025-064-security-update-for-dell-networker-networker-virtual-edition-and-networker-management-console-multiple-component-vulnerabilities, details the security update addressing this and other vulnerabilities in NetWorker, NetWorker Virtual Edition, and NetWorker Management Console. Practitioners should apply the recommended patches to mitigate the risk.

EU & UK References

Vulnerability Data

Dell NetWorker, version(s) prior to 19.11.0.3, all versions of 19.10 & prior versions contain(s) an Unquoted Search Path or Element vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Code execution.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1034 Path Interception Persistence
**This technique has been deprecated.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-24671Same product: Microsoft Windows
CVE-2024-8996Same product: Microsoft Windows
CVE-2025-10199Same product: Microsoft Windows
CVE-2025-54081Same product: Microsoft Windows
CVE-2023-22282Same product: Microsoft Windows
CVE-2024-58315Same product: Microsoft Windows
CVE-2024-8975Same product: Microsoft Windows
CVE-2023-29165Same product: Microsoft Windows
CVE-2024-52537Same product: Linux Linux Kernel
CVE-2025-43993Same vendor: Dell

Affected Assets

dell
networker
≤ 19.11.0.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover unquoted search paths through static analysis or dynamic test cases.

Documented development standards and tools can mandate proper quoting and escaping of path elements.

Engineering principles can require safe construction and quoting of search paths and command elements.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent path-handling flaws such as unquoted elements during development.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect unquoted search-path issues before deployment.

degrades

Enforcing controlled software installation can prevent unquoted search-path elements in executables and scripts.

prevents

Secure development lifecycle practices include input validation and path handling that reduce unquoted search-path weaknesses.

degrades

Secure system architecture and engineering principles require safe path construction and quoting conventions.

prevents

Secure coding standards directly mandate quoting search paths and avoiding unsafe path construction.

degrades

Change-management processes can enforce review of path-handling changes that might introduce unquoted elements.

References