CVE-2026-74997
8.8Roundcube · Webmail
Roundcube Webmail versions prior to 1.6.18 and 1.7.3 are vulnerable to OS command injection, allowing authenticated attackers to execute arbitrary system commands.
Executive summary
Roundcube Webmail contains an OS command injection vulnerability that allows authenticated attackers to achieve remote code execution on the underlying server.
Vulnerability
This vulnerability is an OS command injection flaw (CWE-78) occurring within the application. It requires the attacker to be authenticated with low privileges to trigger the execution of arbitrary commands on the host system.
Business impact
Successful exploitation of this vulnerability permits an attacker to execute arbitrary OS commands with the privileges of the web server process. This could lead to a complete compromise of the webmail server, unauthorized access to sensitive user communications, and potential lateral movement within the internal network. With a CVSS score of 8.8, this represents a high-severity risk to confidentiality, integrity, and availability.
Remediation
Immediate Action: Upgrade Roundcube Webmail to version 1.6.18 or 1.7.3 immediately to incorporate the necessary security patches.
Proactive Monitoring: Monitor server access logs for suspicious input patterns or unusual child processes spawned by the web server user.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block malicious command injection strings in HTTP requests.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
Given the high CVSS score and the critical nature of command injection flaws, administrators must prioritize this update. Ensure that the patch is applied across all instances to prevent unauthorized system access and data exfiltration.