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-26997

CVE-2026-26997: Oxygenz Clipbucket XSS Vulnerability

CVE-2026-26997 is a stored XSS vulnerability in Oxygenz Clipbucket that allows authenticated users to inject malicious scripts triggered by administrators. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-26997 Overview

CVE-2026-26997 is a Stored Cross-Site Scripting (XSS) vulnerability affecting ClipBucket v5, an open source video sharing platform. This vulnerability allows a normal authenticated user to store a malicious XSS payload that is subsequently triggered when an administrator views the affected content. The issue has been addressed in version 5.5.3 #59.

Critical Impact

Authenticated users can inject persistent XSS payloads that execute in administrator sessions, potentially leading to session hijacking, privilege escalation, or unauthorized administrative actions.

Affected Products

  • Oxygenz ClipBucket versions prior to 5.5.3 #59
  • ClipBucket v5 video sharing platform installations

Discovery Timeline

  • 2026-02-27 - CVE-2026-26997 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2026-26997

Vulnerability Analysis

This Stored XSS vulnerability (CWE-79) exists in ClipBucket v5 due to insufficient input sanitization when handling user-supplied content. The attack chain involves a low-privileged authenticated user storing a malicious payload that persists in the application's database. When an administrator subsequently views this content through the back office interface, the XSS payload executes within the administrator's browser context.

The vulnerability is particularly concerning because it targets administrative users, who have elevated privileges within the ClipBucket platform. A successful exploitation could allow attackers to perform actions on behalf of the administrator, steal session tokens, or modify system configurations.

Root Cause

The root cause of this vulnerability stems from two primary issues:

  1. Insufficient authentication validation: The original code used a less robust user_id() function for authentication checks instead of the proper User::getInstance()->isUserConnected() method
  2. Missing output encoding: User-supplied content such as element names was displayed directly without proper sanitization using the display_clean() function

Attack Vector

The attack is network-based and requires the attacker to have authenticated access to the ClipBucket platform with a standard user account. The attacker stores a malicious XSS payload through normal user functionality, and the payload is triggered passively when an administrator views the flagged or affected content in the back office. User interaction (administrator viewing the content) is required for successful exploitation.

The following patch demonstrates the fix applied to the authentication mechanism in upload/actions/add_to_collection.php:

php
 $type = $_POST['type'];
 $cid = $_POST['cid'];
 $id = $_POST['obj_id'];
-if (!user_id()) {
+if (!User::getInstance()->isUserConnected()) {
     e(lang('you_not_logged_in'));
 } elseif (empty($type) || empty($cid) || empty($id)) {
     e(lang('missing_params'));

Source: GitHub Commit 2da4c8e

The following patch shows the output encoding fix applied in the admin template upload/admin_area/styles/cb_2014/layout/flagged_item.html:

text
                 <td>
                     <div class="col-md-6">
                         <div class="row">
-                            <a href="{{$links.bo}}">{$flagged_item.element_name}</a>
+                            <a href="{{$links.bo}}">{display_clean($flagged_item.element_name)}</a>
                         </div>
                         <div class="row">
                             {if $type=='photo' && $flagged_item.is_photo_orphan}

Source: GitHub Commit 2da4c8e

Detection Methods for CVE-2026-26997

Indicators of Compromise

  • Presence of encoded or obfuscated JavaScript in user-generated content fields such as video titles, descriptions, or collection names
  • Unexpected <script> tags or event handlers (e.g., onerror, onload) in database records for user-submitted content
  • Administrator session anomalies including unexpected actions or access from unusual IP addresses

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect common XSS patterns in POST requests to ClipBucket endpoints
  • Monitor database fields storing user content for suspicious JavaScript or HTML injection patterns
  • Enable Content Security Policy (CSP) headers to detect and report inline script execution attempts

Monitoring Recommendations

  • Review administrator session logs for unusual activity patterns that may indicate session compromise
  • Monitor for unauthorized administrative actions following user content submissions
  • Implement logging for all user content submissions to enable forensic analysis if exploitation is suspected

How to Mitigate CVE-2026-26997

Immediate Actions Required

  • Upgrade ClipBucket v5 to version 5.5.3 #59 or later immediately
  • Review existing user-submitted content in the database for potential stored XSS payloads
  • Consider temporarily restricting access to the administrative back office until the patch is applied

Patch Information

Oxygenz has released a security patch in ClipBucket v5 version 5.5.3 #59 that addresses this vulnerability. The patch implements proper authentication checks using User::getInstance()->isUserConnected() and adds output encoding via the display_clean() function for user-supplied content displayed in the admin interface.

For detailed patch information, refer to the GitHub Security Advisory GHSA-97r6-4hmx-hcrh and the associated commit.

Workarounds

  • Implement a Web Application Firewall (WAF) with XSS filtering rules as a temporary mitigation
  • Restrict user registration and content submission capabilities until patching is complete
  • Enforce Content Security Policy (CSP) headers to prevent inline script execution
bash
# Example: Add CSP headers in Apache configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechClipbucket

  • SeverityLOW

  • CVSS Score2.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-97r6-4hmx-hcrh
  • Related CVEs
  • CVE-2026-32321: Oxygenz Clipbucket SQLi Vulnerability

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

  • CVE-2026-26005: ClipBucket SSRF Vulnerability

  • 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