CVE-2026-5789
7.8CivetWeb · CivetWeb
CivetWeb version 1.16 is vulnerable to an unquoted search path, which may allow a local attacker to execute arbitrary code with elevated privileges.
Executive summary
A local privilege escalation vulnerability in CivetWeb version 1.16 poses a significant risk of unauthorized code execution due to an unquoted search path configuration.
Vulnerability
This vulnerability is caused by an unquoted search path (CWE-428) in the service configuration, which allows a local attacker with low privileges to place a malicious executable in a directory scanned before the legitimate application path.
Business impact
Successful exploitation of this vulnerability allows a local user to gain elevated privileges on the host system. Given the CVSS score of 7.8, this represents a high-severity risk that could lead to full system compromise, unauthorized data access, or the deployment of persistent malware within the environment.
Remediation
Immediate Action: As no official vendor patch is currently available, administrators should manually inspect and apply quotes to the service path configuration in the Windows Registry to ensure the executable path is correctly interpreted by the system.
Proactive Monitoring: Monitor system logs for unauthorized service installations or modifications to existing service configurations that deviate from the established baseline.
Compensating Controls: Restrict local user permissions on the host system to prevent unauthorized users from creating files in directories that precede the CivetWeb installation path.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability presents a high risk to systems running CivetWeb 1.16 due to the potential for local privilege escalation. Security teams should prioritize manual configuration remediation by ensuring all service paths are properly quoted and monitor vendor channels closely for an official security update.
Sources
Originally found and disclosed by Rafael Pedrero, per the CVE Program record.