Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-26005

CVE-2026-26005: ClipBucket SSRF Vulnerability

CVE-2026-26005 is an SSRF flaw in ClipBucket v5 that allows attackers to scan internal networks via external video URLs. This post covers the technical details, affected versions, impact, and mitigation steps.

Published: February 13, 2026

CVE-2026-26005 Overview

CVE-2026-26005 is a Server-Side Request Forgery (SSRF) vulnerability affecting ClipBucket v5, an open source video sharing platform. Prior to version 5.5.3 - #45, the Remote Play feature allows users to create video entries that reference external video URLs without uploading video files directly to the server. However, by specifying an internal network host in the video URL, an attacker can trigger SSRF, causing GET requests to be sent to internal servers. This vulnerability can be exploited to scan internal network infrastructure and potentially access sensitive internal resources.

Critical Impact

Low-privileged users can exploit the Remote Play feature to perform internal network reconnaissance and potentially access internal services that should not be externally reachable.

Affected Products

  • ClipBucket v5 prior to version 5.5.3 - #45
  • ClipBucket v5 installations with Remote Play feature enabled
  • Self-hosted ClipBucket v5 deployments with access to internal network resources

Discovery Timeline

  • 2026-02-12 - CVE CVE-2026-26005 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-26005

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The flaw exists in the Remote Play functionality of ClipBucket v5, which enables users to link external video URLs instead of uploading files directly. The application fails to properly validate whether the provided URL points to an external, public resource versus an internal network address.

When a user submits a video URL through the Remote Play feature, the server processes this URL and makes outbound HTTP GET requests to fetch video metadata or content. Without proper validation, an attacker can supply URLs targeting internal network addresses such as http://192.168.1.1, http://10.0.0.1, http://localhost, or internal hostnames. This allows the attacker to use the ClipBucket server as a proxy to reach internal services that are not exposed to the public internet.

The vulnerability is particularly concerning because even regular, non-privileged users with basic accounts can carry out the attack, significantly lowering the barrier to exploitation.

Root Cause

The root cause of this vulnerability is insufficient URL validation in the upload/actions/remote_play_send_form.php file. The original code only performed basic URL format validation using filter_var() with FILTER_VALIDATE_URL, which verifies that the URL is syntactically correct but does not check whether the destination host is internal or external.

The vulnerable code accepted any valid URL format without checking:

  • Whether the resolved IP address belongs to private or reserved ranges
  • Whether the hostname resolves to internal network addresses
  • Both IPv4 and IPv6 DNS records that could bypass single-stack filtering

Attack Vector

The attack is network-accessible and requires low privileges (basic user authentication). An attacker can exploit this vulnerability by:

  1. Authenticating as a regular user on the ClipBucket platform
  2. Navigating to the Remote Play video upload feature
  3. Supplying a malicious URL pointing to internal network resources (e.g., http://192.168.1.1:8080/admin, http://10.0.0.50/internal-api)
  4. Observing the server's response to determine internal host availability and potentially extract information
php
$video_url = $_POST['remote_play_url'] = $_POST['remote_play_file_url'];
unset($_POST['remote_play_file_url']);
if (filter_var($video_url, FILTER_VALIDATE_URL) === FALSE) {
-    echo json_encode(['error'=>lang('remote_play_invalid_url')]);
+    echo json_encode(['error' => lang('remote_play_invalid_url')]);
    die();
}

+$parts = parse_url($video_url);
+if (!$parts || empty($parts['host'])) {
+    echo json_encode(['error' => lang('remote_play_invalid_url')]);
+    die();
+}
+
+$host = $parts['host'];
+$ipv4 = gethostbyname($host);
+if (!filter_var(
+    $ipv4,
+    FILTER_VALIDATE_IP,
+    FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE
+)) {
+    echo json_encode(['error' => lang('remote_play_invalid_url')]);
+    die();
+}
+
+$records = dns_get_record($host, DNS_A + DNS_AAAA);
+foreach ($records as $record) {
+    if (isset($record['ip']) && !filter_var($record['ip'], FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE)) {
+        echo json_encode(['error' => lang('remote_play_invalid_url')]);
+        die();

Source: GitHub Commit Update

Detection Methods for CVE-2026-26005

Indicators of Compromise

  • Unusual outbound HTTP requests from the ClipBucket server to internal IP ranges (10.x.x.x, 172.16-31.x.x, 192.168.x.x)
  • Multiple Remote Play video submissions from a single user with URLs targeting internal hostnames or IP addresses
  • Application logs showing failed or successful connections to internal services that should not be accessed by the web application

Detection Strategies

  • Monitor web application logs for Remote Play requests containing private IP addresses or localhost references
  • Implement network-level monitoring to detect outbound connections from the ClipBucket server to internal network segments
  • Configure web application firewall (WAF) rules to alert on URL parameters containing internal IP patterns
  • Review user activity logs for suspicious patterns of Remote Play submissions targeting sequential internal addresses (indicative of network scanning)

Monitoring Recommendations

  • Enable detailed logging for the remote_play_send_form.php endpoint and related Remote Play functionality
  • Configure alerting for outbound connections from the web server to RFC 1918 private address spaces
  • Implement rate limiting on Remote Play submissions to slow down potential network scanning activities
  • Deploy SentinelOne Singularity Platform to monitor for anomalous network behavior and SSRF attack patterns

How to Mitigate CVE-2026-26005

Immediate Actions Required

  • Upgrade ClipBucket v5 to version 5.5.3 - #45 or later immediately
  • If upgrade is not possible, temporarily disable the Remote Play feature until the patch can be applied
  • Review server logs for evidence of SSRF exploitation attempts
  • Audit any internal services that may have been accessed through this vulnerability

Patch Information

The ClipBucket development team has released a security patch in version 5.5.3 - #45 that addresses this vulnerability. The fix implements comprehensive URL validation including:

  • Parsing the URL to extract the hostname
  • Resolving the hostname to IP address using gethostbyname()
  • Validating that the resolved IP is not in private or reserved ranges using FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE
  • Checking both IPv4 (DNS_A) and IPv6 (DNS_AAAA) records to prevent DNS rebinding attacks

For detailed patch information, refer to the GitHub Security Advisory GHSA-69xj-2pq3-5r4v and the security commit.

Workarounds

  • Disable the Remote Play feature by restricting access to upload/actions/remote_play_send_form.php at the web server level
  • Implement network segmentation to limit the ClipBucket server's ability to reach internal resources
  • Configure egress filtering on the firewall to prevent the web server from initiating connections to internal network ranges
  • Deploy a reverse proxy with URL filtering capabilities to block requests containing internal IP patterns before they reach the application
bash
# Apache configuration to disable Remote Play endpoint
<Location /actions/remote_play_send_form.php>
    Require all denied
</Location>

# Nginx configuration to disable Remote Play endpoint
location /actions/remote_play_send_form.php {
    deny all;
    return 403;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechClipbucket

  • SeverityMEDIUM

  • CVSS Score5.0

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-69xj-2pq3-5r4v
  • Related CVEs
  • CVE-2026-32321: Oxygenz Clipbucket SQLi Vulnerability

  • CVE-2026-26997: Oxygenz Clipbucket XSS Vulnerability

  • CVE-2026-28354: Oxygenz Clipbucket Auth Bypass Flaw

  • CVE-2026-25728: ClipBucket Race Condition Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English