CVE-2026-3838
Published: 16 March 2026
Summary
CVE-2026-3838 is a high-severity Path Traversal (CWE-22) vulnerability in Unraid Unraid. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 49.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2026-3838 is a path traversal vulnerability in Unraid that permits remote code execution. The flaw resides in the update.php component, where insufficient validation of a user-supplied path allows the value to be used directly in file operations, enabling an attacker to execute arbitrary code. The issue carries a CVSS score of 8.8 and is tracked under CWE-22; it was originally reported as ZDI-CAN-28951.
Authenticated remote attackers can leverage the vulnerability to run code in the context of the root user on affected Unraid installations. No material change in EPSS is observed, with the score remaining flat at 0.0497. The Zero Day Initiative advisory ZDI-26-171 addresses the issue.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-12166
Vulnerability details
Unraid Update Request Path Traversal Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Unraid. Authentication is required to exploit this vulnerability. The specific flaw exists within the update.php file. The issue…
more
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 execute code in the context of root. Was ZDI-CAN-28951.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal in public-facing update.php directly enables remote code execution via T1190 (Exploit Public-Facing Application).
CVEs Like This One
Affected Assets
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.
Validates pathnames and filenames to prevent traversal outside intended directories.