
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2019-25261 is an unquoted service path vulnerability (CWE-428) in AnyDesk 5.4.0 for Windows that allows local attackers with low privileges to inject malicious executables and potentially gain elevated system privileges. The vulnerability was originally discovered in 2019 and formally published in the CVE database on February 3, 2026, assigned by VulnCheck. Only AnyDesk version 5.4.0 on Windows is confirmed affected. It carries a CVSS v3.1 base score of 7.8 (High) and a CVSS v4.0 base score of 8.5 (High) (Feedly, Exploit-DB).
The root cause is CWE-428 (Unquoted Search Path or Element): AnyDesk's Windows service is configured with an unquoted binary path. When Windows resolves an unquoted service executable path containing spaces, it attempts to execute files at each space-delimited path segment before reaching the intended binary. A local attacker with write access to a parent directory in the service path can place a malicious executable at an earlier path resolution point (e.g., C:\Program.exe if the path is C:\Program Files\AnyDesk\AnyDesk.exe), which Windows will execute with SYSTEM privileges when the service starts or restarts. Exploitation requires local access and low-level privileges but no user interaction (Exploit-DB, VulnCheck).
Successful exploitation allows a low-privileged local attacker to execute arbitrary code in the context of the Windows SYSTEM account, resulting in full system compromise. This yields high impact to confidentiality (access to all data on the system), integrity (ability to modify any files or configurations), and availability (ability to disrupt or destroy services). On systems where AnyDesk is used for remote administration, compromise could also facilitate lateral movement to connected endpoints (Feedly).
A proof-of-concept exploit is publicly available on Exploit-DB (EDB-47883), lowering the barrier for exploitation. However, there is no evidence of active in-the-wild exploitation at this time, and no threat actor attribution has been reported. The EPSS score is approximately 0.013% (0.000130), indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (Exploit-DB, Feedly).
sc qc AnyDesk or wmic service get name,pathname,startmode to enumerate service configurations and confirm the unquoted path.C:\Program Files\AnyDesk\AnyDesk.exe) and check write permissions on parent directories (e.g., C:\Program Files\) using icacls.Program.exe placed at C:\Program.exe).services.exe or svchost.exe.C:\Program.exe, C:\Program Files\AnyDesk.exe); newly created or modified files in directories along the service binary path.services.exe with SYSTEM privileges not matching the expected AnyDesk binary path; reverse shell or command-and-control processes running as SYSTEM.ImagePath value under HKLM\SYSTEM\CurrentControlSet\Services\AnyDesk that differ from the expected installation path (Exploit-DB).Organizations should upgrade AnyDesk to a version newer than 5.4.0, as later releases are expected to correct the service path quoting issue. As an immediate workaround, administrators can manually correct the service binary path by quoting it using sc config AnyDesk binPath= "\"C:\Program Files\AnyDesk\AnyDesk.exe\"". Additionally, enforce strict access controls (ACLs) on directories in the service path to prevent low-privileged users from writing executables. Monitor service configurations regularly using tools like wmic service get name,pathname,startmode | findstr /i /v "c:\\windows\\" to detect unquoted paths across the environment (VulnCheck, Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."