CVE-2026-42846
Deferred Deferred - Pending Action

Remote Code Execution in ClipBucket Video Sharing Platform

Vulnerability report for CVE-2026-42846, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-11

Last updated on: 2026-06-12

Assigner: GitHub, Inc.

Description

ClipBucket v5 is an open source video sharing platform. Prior to version 5.5.3 - #140, ClipBucket's Remote Play feature allows any authenticated user to add a video by importing an external URL as the source. Some shell commands are run with the URL as a parameter. The URL is concatenated directly into shell commands without escaping then executed, so any shell metacharacter in the URL is interpreted. This results in arbitrary command execution. This issue has been patched in version 5.5.3 - #140.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-11
Last Modified
2026-06-12
Generated
2026-07-02
AI Q&A
2026-06-12
EPSS Evaluated
2026-06-30
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
clipbucket clipbucket to 5.5.3 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in ClipBucket v5, an open source video sharing platform, specifically in its Remote Play feature prior to version 5.5.3 - #140. Authenticated users can add a video by importing an external URL as the source. However, the URL is directly concatenated into shell commands without proper escaping, allowing any shell metacharacters in the URL to be interpreted and executed. This leads to arbitrary command execution on the server.

Impact Analysis

This vulnerability can have severe impacts because it allows an authenticated user to execute arbitrary shell commands on the server hosting ClipBucket. This can lead to full system compromise, including unauthorized access, data theft, data modification, service disruption, or further exploitation of the affected system.

Mitigation Strategies

To mitigate this vulnerability, immediately upgrade ClipBucket to version 5.5.3 - #140 or later, where the issue has been patched.

Compliance Impact

The vulnerability allows attackers to execute arbitrary shell commands, potentially leading to full system compromise, unauthorized data access, and modification.

Such unauthorized access and control over the system can result in breaches of confidentiality, integrity, and availability of sensitive data.

This can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive information against unauthorized access and data breaches.

Detection Guidance

This vulnerability can be detected by testing the Remote Play feature of ClipBucket for command injection via the video URL parameter. Since the issue involves shell command injection through unsanitized URLs, you can attempt to inject shell metacharacters in the URL parameter and observe if arbitrary commands are executed.

One approach is to use crafted URLs containing shell metacharacters such as `;`, `&&`, or backticks to see if the system executes injected commands. For example, you can try importing a video URL with a payload like `http://example.com/video.mp4;id` or `http://example.com/video.mp4 && whoami`.

On the server, monitoring for unexpected shell command executions or unusual process activity related to the ClipBucket application may help detect exploitation attempts.

Specific commands to test or detect the vulnerability are not provided in the available resources.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-42846. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart