All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-9773
HIGHpublished 2026-06-24 22:16 UTC · 4 days ago · modified 2026-06-26 20:15 UTC
8.8
CVSS / 10
// description
Unraid Web Server ToggleState 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 ToggleState.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-30134.
// cvss 3.0 vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
// weaknesses (CWE)
- CWE-78