A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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: Oxygenz Clipbucket SSRF Vulnerability

CVE-2026-26005 is a Server-Side Request Forgery flaw in Oxygenz Clipbucket that enables attackers to scan internal networks via remote play URLs. This article covers technical details, affected versions, and mitigation.

Updated: May 14, 2026

CVE-2026-26005 Overview

CVE-2026-26005 is a Server-Side Request Forgery (SSRF) vulnerability in ClipBucket v5, an open source video sharing platform. The flaw exists in the Remote Play feature, which allows users to create video entries referencing external URLs instead of uploading files. An attacker can supply an internal network host as the video URL, causing the server to issue GET requests to internal infrastructure. The vulnerability affects ClipBucket v5 versions prior to 5.5.3 - #45 and is tracked as [CWE-918]. Even non-privileged users with standard accounts can trigger the SSRF, enabling internal network reconnaissance from an untrusted boundary.

Critical Impact

Authenticated low-privilege users can coerce the ClipBucket server into issuing arbitrary GET requests to internal hosts, enabling internal network scanning and exposure of services not reachable from the public internet.

Affected Products

  • ClipBucket v5 versions prior to 5.5.3 - #45
  • Oxygenz ClipBucket open source video sharing platform
  • Deployments exposing the Remote Play video entry feature to authenticated users

Discovery Timeline

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

Technical Details for CVE-2026-26005

Vulnerability Analysis

The Remote Play feature in ClipBucket v5 accepts a user-supplied URL that points to an external video resource. The application fetches this URL server-side without validating that the destination resolves to a public, non-internal host. By substituting an internal IP address or hostname for the expected external video URL, an attacker forces the ClipBucket backend to issue HTTP GET requests against internal infrastructure.

The attack requires only a standard authenticated session. No administrative privilege, file upload capability, or special role is required to register a remote video entry. This widens the attacker pool to any user able to register or obtain a standard account on the affected instance.

Resulting responses and timing differences allow the attacker to enumerate live hosts, open ports, and reachable internal services. Cloud-hosted ClipBucket instances are particularly exposed because SSRF can be directed at cloud metadata endpoints and internal orchestration services.

Root Cause

The root cause is missing validation of the user-supplied video URL before the server initiates an outbound HTTP request. The Remote Play handler does not enforce an allowlist of external hosts, does not reject private and link-local address ranges, and does not resolve and re-check the destination after DNS resolution. This pattern maps directly to [CWE-918] Server-Side Request Forgery.

Attack Vector

The attack vector is network-based and requires low privileges. An authenticated user submits a new Remote Play video entry whose URL field points at an internal target such as http://127.0.0.1:8080/, http://169.254.169.254/latest/meta-data/, or http://10.0.0.5:6379/. The ClipBucket server resolves the host and issues a GET request from its own network position. The attacker observes response status codes, content length differences, and response timing to map the internal network. Refer to the GitHub Security Advisory GHSA-69xj-2pq3-5r4v for the upstream technical description.

Detection Methods for CVE-2026-26005

Indicators of Compromise

  • Outbound HTTP requests from the ClipBucket server process to RFC1918 ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), loopback (127.0.0.0/8), or link-local (169.254.0.0/16) destinations.
  • Repeated Remote Play video entries created by a single user account where the source URL targets non-public hosts or unusual ports.
  • Web server access logs showing bursts of POST requests to the Remote Play submission endpoint followed by internal connection attempts.

Detection Strategies

  • Inspect application logs for video entries whose external URL field contains private IP literals, localhost, or cloud metadata addresses such as 169.254.169.254.
  • Correlate authenticated user sessions with egress traffic originating from the ClipBucket host to identify anomalous server-initiated connections.
  • Deploy egress filtering telemetry to flag outbound traffic from the web application tier toward internal management interfaces or database ports.

Monitoring Recommendations

  • Forward web application logs and host-level network telemetry to a centralized analytics pipeline for cross-source correlation of SSRF behavior.
  • Alert on any Remote Play submission whose URL resolves to a non-routable or internal address after DNS lookup.
  • Baseline normal outbound destinations from the ClipBucket server and alert on deviations such as new internal subnet contact or metadata endpoint access.

How to Mitigate CVE-2026-26005

Immediate Actions Required

  • Upgrade ClipBucket v5 to version 5.5.3 - #45 or later, which contains the official fix in commit a9e0f2322fb37501dfd4f44079fc7826a132503a.
  • Audit existing Remote Play video entries for URLs pointing at internal addresses and remove any suspicious records.
  • Review account creation logs for recently registered users that submitted Remote Play entries shortly after signup.

Patch Information

The maintainers addressed the vulnerability in the MacWarrior/clipbucket-v5 repository. Apply the upstream fix referenced in the GitHub Commit Update. Administrators running custom forks must port the validation logic that rejects internal address ranges before the server issues the outbound request.

Workarounds

  • Restrict outbound network access from the ClipBucket server using host-based firewall rules that deny connections to RFC1918, loopback, and link-local ranges except where explicitly required.
  • Place the ClipBucket application behind an egress proxy that enforces an allowlist of permitted external video hosts.
  • Disable or gate the Remote Play feature to trusted administrative accounts until the patched release can be deployed.
bash
# Example iptables egress restriction for the ClipBucket application user
iptables -A OUTPUT -m owner --uid-owner www-data -d 127.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 192.168.0.0/16 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 169.254.0.0/16 -j REJECT

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

  • EPSS Probability0.04%

  • 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
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-69xj-2pq3-5r4v
  • Related CVEs
  • CVE-2026-37470: ClipBucket v5 RCE Vulnerability

  • CVE-2026-32321: Oxygenz Clipbucket SQLi Vulnerability

  • CVE-2026-26997: Oxygenz Clipbucket XSS Vulnerability

  • CVE-2026-28354: Oxygenz Clipbucket Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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