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

CVE-2026-33295: WWBN AVideo Stored XSS Vulnerability

CVE-2026-33295 is a stored XSS vulnerability in WWBN AVideo's CDN plugin that allows attackers to inject malicious JavaScript through video titles. This post covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33295 Overview

WWBN AVideo is an open source video platform. Prior to version 26.0, WWBN/AVideo contains a stored cross-site scripting (XSS) vulnerability in the CDN plugin's download buttons component. The clean_title field of a video record is interpolated directly into a JavaScript string literal without any escaping, allowing an attacker who can create or modify a video to inject arbitrary JavaScript that executes in the browser of any user who visits the affected download page. Version 26.0 fixes the issue.

Critical Impact

Attackers with video creation or modification privileges can inject malicious JavaScript that executes in victims' browsers, potentially leading to session hijacking, credential theft, or malware distribution to all users accessing the affected download page.

Affected Products

  • WWBN AVideo versions prior to 26.0
  • CDN plugin downloadButtons.php component
  • All AVideo deployments with CDN plugin enabled

Discovery Timeline

  • 2026-03-22 - CVE-2026-33295 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-33295

Vulnerability Analysis

This stored cross-site scripting (XSS) vulnerability exists in the CDN plugin's download buttons component of WWBN AVideo. The vulnerability stems from improper handling of user-controlled data when rendering JavaScript code in the downloadButtons.php file. When a user with video creation or modification privileges sets a malicious clean_title value for a video, that value is directly interpolated into a JavaScript string literal without proper encoding or sanitization.

The stored nature of this XSS vulnerability makes it particularly dangerous. Unlike reflected XSS attacks that require social engineering to trick users into clicking malicious links, this vulnerability persists in the database and automatically executes whenever any user visits the affected download page. This enables wide-scale attacks against all platform users.

Root Cause

The root cause is improper output encoding in the _goToURLOrAlertError JavaScript function within plugin/CDN/downloadButtons.php. The $video['clean_title'] variable was being directly embedded into a JavaScript string literal using PHP's string interpolation without the json_encode() function to properly escape special characters. This allowed attackers to break out of the string context and inject arbitrary JavaScript code.

Attack Vector

The attack vector is network-based and requires low privileges (ability to create or modify video content) combined with user interaction (victim must visit the download page). An attacker would:

  1. Create or modify a video entry with a malicious clean_title containing JavaScript payload
  2. Wait for victims to navigate to the download page for that video
  3. The malicious JavaScript executes in the victim's browser context with full access to cookies, session tokens, and DOM manipulation capabilities
php
 <script>
     function _goToURLOrAlertError(url, progress, format) {
         avideoToastSuccess(<?php echo json_encode(__('Downloading') . '... ' . $video['title']); ?>);
-        downloadURLOrAlertError(url, {}, '<?php echo $video['clean_title']; ?>.' + format, progress);
+        downloadURLOrAlertError(url, {}, <?php echo json_encode($video['clean_title']); ?> + '.' + format, progress);
     }
 </script>
 <?php

Source: GitHub Commit

Detection Methods for CVE-2026-33295

Indicators of Compromise

  • Unusual JavaScript payloads in video clean_title database fields
  • Reports of unexpected browser behavior when accessing video download pages
  • Suspicious characters or script tags in video metadata entries
  • Web application firewall logs showing XSS patterns in video title submissions

Detection Strategies

  • Monitor video creation and modification API calls for JavaScript injection patterns
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Review database entries for the clean_title field containing suspicious characters such as <, >, ', ", or JavaScript event handlers
  • Deploy web application firewall rules targeting XSS payloads in video metadata fields

Monitoring Recommendations

  • Enable detailed logging on video creation and update endpoints
  • Configure browser-side CSP violation reporting to capture attempted XSS exploitation
  • Set up alerts for database queries containing script-related strings in video metadata
  • Regularly audit video content database for anomalous title entries

How to Mitigate CVE-2026-33295

Immediate Actions Required

  • Upgrade WWBN AVideo to version 26.0 or later immediately
  • Audit existing video database entries for potentially malicious clean_title values
  • Implement Content Security Policy headers to reduce XSS impact while patching
  • Review recent video creation logs for suspicious activity

Patch Information

The vulnerability is fixed in WWBN AVideo version 26.0. The patch applies proper JSON encoding to the clean_title variable using PHP's json_encode() function, which correctly escapes special characters before embedding the value in JavaScript context. The fix is available in commit 30cdd825fa5778c1d678c2402be2413b84ee4833.

For detailed patch information, see the GitHub Security Advisory and the commit that implements the fix.

Workarounds

  • Restrict video creation and modification privileges to trusted administrators only
  • Implement server-side input validation to sanitize clean_title values before database storage
  • Deploy a web application firewall with XSS detection rules targeting the CDN download endpoint
  • Enable Content Security Policy headers with strict script-src directives to mitigate impact
bash
# Example Content Security Policy header configuration for Apache
# Add to .htaccess or virtual host 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/TechWwbn Avideo

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:L/VA:N/SC:H/SI:L/SA:N/E:X/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40911: WWBN AVideo WebSocket XSS Vulnerability

  • CVE-2026-41061: WWBN AVideo Stored XSS Vulnerability

  • CVE-2026-34396: Wwbn Avideo XSS Vulnerability

  • CVE-2026-34739: Wwbn Avideo XSS 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