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

CVE-2026-35180: WWBN AVideo CSRF Vulnerability

CVE-2026-35180 is a CSRF flaw in WWBN AVideo that allows attackers to overwrite platform logos via cross-origin requests. This article covers the technical details, affected versions, security impact, and mitigation.

Published: April 10, 2026

CVE-2026-35180 Overview

WWBN AVideo is an open source video platform that contains a Cross-Site Request Forgery (CSRF) vulnerability in versions 26.0 and prior. The site customization endpoint at admin/customize_settings_nativeUpdate.json.php lacks CSRF token validation and writes uploaded logo files to disk before the ORM's domain-based security check executes. Combined with a SameSite=None cookie policy, a cross-origin POST request can overwrite the platform's logo with attacker-controlled content.

Critical Impact

Attackers can leverage this CSRF vulnerability to overwrite platform branding assets with malicious content, potentially enabling phishing attacks, defacement, or delivery of malicious payloads to platform users.

Affected Products

  • WWBN AVideo version 26.0 and prior

Discovery Timeline

  • 2026-04-06 - CVE-2026-35180 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-35180

Vulnerability Analysis

This vulnerability is classified as Cross-Site Request Forgery (CWE-352), affecting the administrative customization functionality of the WWBN AVideo platform. The vulnerable endpoint allows administrators to upload custom logo files to personalize the video platform's appearance.

The core issue stems from a race condition in the file processing pipeline combined with missing CSRF protections. When a logo upload request is received, the application writes the uploaded file to disk immediately—before the ORM's domain-based security validation has an opportunity to verify the request's legitimacy. This creates a window during which unauthorized content can be persisted to the server.

The vulnerability's exploitability is significantly enhanced by the platform's use of SameSite=None for authentication cookies. This cookie configuration allows browsers to send credentials on cross-origin requests, meaning an attacker-hosted page can trigger authenticated actions on the AVideo platform without additional user interaction beyond visiting the malicious site.

Root Cause

The root cause involves two interconnected security failures. First, the customize_settings_nativeUpdate.json.php endpoint processes file uploads without validating CSRF tokens, meaning any cross-origin request that includes valid session cookies will be accepted as legitimate. Second, the file write operation occurs before authorization checks complete, creating a time-of-check to time-of-use (TOCTOU) vulnerability where the file is persisted regardless of subsequent security validations.

Attack Vector

An attacker can exploit this vulnerability by crafting a malicious web page that automatically submits a POST request to the AVideo customization endpoint when visited by an authenticated administrator. The attack requires no special tools or elevated privileges—only that the victim has an active session on the target AVideo instance and visits the attacker-controlled page.

The attacker crafts a form that targets the vulnerable endpoint with a multipart POST request containing a malicious logo file. When an authenticated AVideo administrator visits this page, their browser automatically includes session cookies due to the SameSite=None policy, and the server processes the upload as a legitimate administrative action.

For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-35180

Indicators of Compromise

  • Unexpected changes to platform logo or branding assets in the AVideo installation
  • Access logs showing POST requests to admin/customize_settings_nativeUpdate.json.php with external referrer headers
  • Logo files with unexpected content types or embedded scripts
  • Server-side file modification timestamps that don't correlate with legitimate administrative activity

Detection Strategies

  • Monitor HTTP access logs for cross-origin requests to administrative customization endpoints, particularly those with Origin or Referer headers pointing to external domains
  • Implement file integrity monitoring for static assets in the AVideo web directory to detect unauthorized modifications
  • Review web application firewall logs for POST requests to admin endpoints lacking expected CSRF token parameters
  • Configure alerting for authentication events followed by customization changes from different IP addresses or geographic locations

Monitoring Recommendations

  • Enable detailed logging on the AVideo administrative panel to track all customization changes with associated session information
  • Deploy web application firewall rules to block multipart form submissions to admin endpoints from external referrers
  • Implement content security policy (CSP) headers to restrict form submission targets and prevent exfiltration
  • Monitor for rapid succession of admin authentication and file upload events that may indicate automated exploitation

How to Mitigate CVE-2026-35180

Immediate Actions Required

  • Review all custom logo and branding files on existing AVideo installations for unauthorized modifications
  • Restrict access to the administrative panel by IP address or VPN until the platform can be updated
  • Configure web server rules to block POST requests to customize_settings_nativeUpdate.json.php from external referrers
  • Audit recent administrative access logs for signs of exploitation

Patch Information

At the time of this advisory, WWBN AVideo versions 26.0 and prior are affected. Organizations should monitor the GitHub Security Advisory for patch releases and upgrade instructions.

Workarounds

  • Implement reverse proxy rules to require CSRF token validation before forwarding requests to the customization endpoint
  • Modify the application's session cookie configuration to use SameSite=Strict or SameSite=Lax to prevent cross-origin credential transmission
  • Disable the native logo customization feature by removing or restricting access to the vulnerable PHP file
  • Deploy a web application firewall with CSRF protection rules for administrative endpoints
bash
# Apache .htaccess configuration to restrict access to vulnerable endpoint
<Files "customize_settings_nativeUpdate.json.php">
    # Block requests without matching origin
    SetEnvIf Origin "^https?://your-avideo-domain\.com$" ORIGIN_OK=1
    Order deny,allow
    Deny from all
    Allow from env=ORIGIN_OK
    
    # Alternatively, restrict to local/trusted IPs only
    # Allow from 192.168.1.0/24
</Files>

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechAvideo

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34613: Wwbn Avideo CSRF Vulnerability

  • CVE-2020-37172: AVideo Platform 8.1 CSRF Vulnerability

  • CVE-2026-39369: AVideo Path Traversal Vulnerability

  • CVE-2026-39367: WWBN AVideo EPG 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