CVE-2026-42846
ClipBucket · ClipBucket v5
ClipBucket v5 contains a command injection vulnerability in the Remote Play feature, allowing authenticated users to execute arbitrary shell commands via unsanitized URL inputs.
Executive summary
A critical command injection vulnerability in ClipBucket v5 allows authenticated attackers to execute arbitrary code on the underlying host, posing a severe risk of system compromise.
Vulnerability
This vulnerability occurs within the Remote Play feature, where external URLs provided by authenticated users are concatenated directly into shell commands without proper validation or escaping. This allows an attacker to inject shell metacharacters to execute arbitrary system commands.
Business impact
With a CVSS score of 9.8, this vulnerability represents a critical risk to organizational infrastructure. Successful exploitation allows an attacker to gain full control over the web server, potentially leading to unauthorized data exfiltration, modification of video content, or the deployment of persistent malware within the hosting environment.
Remediation
Immediate Action: Upgrade the ClipBucket platform to version 5.5.3 - #140 or later immediately to resolve the input validation flaws.
Proactive Monitoring: Review web server access and error logs for suspicious URL parameters containing shell metacharacters such as semicolons, pipes, or backticks.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block requests containing common shell injection patterns in video import parameters.
Exploitation status
Public Exploit Available: True
Analyst recommendation
The severity of this vulnerability, combined with the confirmed availability of public exploit code, necessitates immediate remediation. Administrators must prioritize updating to version 5.5.3 - #140 to eliminate the command injection vector and prevent unauthorized remote code execution.