CVE-2026-9772
Analyzed Analyzed - Analysis Complete

FileUpload Command Injection in Unraid Web Server

Vulnerability report for CVE-2026-9772, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-24

Last updated on: 2026-06-26

Assigner: Zero Day Initiative

Description

Unraid Web Server FileUpload Command Injection 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 FileUpload.php. The issue results from the lack of proper validation of a user-supplied string before using it to execute a system call. An attacker can leverage this vulnerability to execute code in the context of the www-data user. Was ZDI-CAN-30116.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-24
Last Modified
2026-06-26
Generated
2026-07-15
AI Q&A
2026-06-25
EPSS Evaluated
2026-07-13
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
unraid unraid to 7.3.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Unraid Web Server specifically in the FileUpload.php file. It is a command injection flaw that allows remote attackers, who have authentication, to execute arbitrary code on the affected system. The root cause is the lack of proper validation of a user-supplied string before it is used in a system call, enabling attackers to run commands with the privileges of the www-data user.

Impact Analysis

This vulnerability can have a severe impact as it allows an authenticated remote attacker to execute arbitrary code on the affected Unraid server. This could lead to full compromise of the system, including unauthorized access, data theft, data modification, or disruption of services. The attacker gains the ability to run commands with the privileges of the web server user, which can be leveraged to escalate privileges or move laterally within a network.

Mitigation Strategies

The immediate mitigation step is to upgrade Unraid to version 7.3.0 stable or later, where this vulnerability has been fixed.

Additionally, restrict access to the Unraid web server to trusted users only, since authentication is required to exploit this vulnerability.

Monitoring and limiting user input to the FileUpload.php component may also help reduce risk until the patch is applied.

Detection Guidance

Detection of this vulnerability involves identifying if the system is running a vulnerable version of Unraid prior to 7.3.0 stable, as the vulnerability exists in the FileUpload.php component.

Since exploitation requires authentication and involves improper validation of user input in FileUpload.php, monitoring web server logs for suspicious POST requests to FileUpload.php with unusual or command-like input may help detect attempts.

No specific detection commands are provided in the available resources.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-9772. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart