VDB
GCVE-110-CERTCC-2025-974249
GCVE-110-CERTCC-2025-974249
Advisory Published
### Overview
Two local security vulnerabilities have been identified in Sunshine for Windows, version v2025.122.141614 (and likely prior versions). These issues could allow attackers to execute arbitrary code and escalate privileges on affected systems.
### Description
Sunshine is a self-hosted game stream host for Moonlight.
* **CVE-2025-10198** Unquoted Service Path (CWE-428)
Sunshine for Windows installs a service with an unquoted service path. This allows an attacker with local access to place a malicious executable in a directory within the service path (before the legitimate binary), which could then be executed with elevated privileges during system startup or service restart.
* **CVE-2025-10199** DLL Search-Order Hijacking (CWE-427)
Sunshine for Windows does not properly control the search path for required DLLs. This allows an attacker to place a malicious DLL in a user-writable directory that is included in the PATH environment variable. When the application loads, it may inadvertently load the malicious DLL, resulting in arbitrary code execution.
### Impact
* **CVE-2025-10198** Attackers with local access can escalate privileges to SYSTEM, resulting in full compromise of the affected machine.
* **CVE-2025-10199** Attackers can execute malicious code in the context of the user running the application.
### Solution
Apply an update from the Sunshine project once available.
As mitigation, until a patch is released:
* Ensure user-writable directories are not included in the PATH environment variable.
* Quote all service paths in Windows service configurations.
* Restrict permissions on service-related directories to prevent unauthorized file placement.
### Acknowledgements
Thanks to the reporter, Pundhapat Sichamnong. This document was written by Timur Snoke.
Aliases
References
Elevated Privileges and Arbitrary Code Execution issues in Sunshine for Windows v2025.122.141614
url
Elevated Privileges and Arbitrary Code Execution issues in Sunshine for Windows v2025.122.141614
url
Browse GCVE Records
73,873 records in the GCVE database · Updated July 20, 2026
No matching records found.
Explore Further
Investigate this vulnerability in the interactive console or download the raw GCVE record.