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

CVE-2026-40925: WWBN AVideo CSRF Vulnerability

CVE-2026-40925 is a cross-site request forgery flaw in WWBN AVideo that allows attackers to modify critical site settings when an admin visits a malicious page. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 23, 2026

CVE-2026-40925 Overview

CVE-2026-40925 is a Cross-Site Request Forgery (CSRF) vulnerability discovered in WWBN AVideo, an open source video platform. In versions 29.0 and prior, the objects/configurationUpdate.json.php endpoint (also accessible via /updateConfig) persists numerous global site settings from $_POST data but fails to implement adequate CSRF protection mechanisms. The endpoint only validates that the user is an administrator via User::isAdmin() but does not call forbidIfIsUntrustedRequest(), verify a globalToken, or validate Origin/Referer headers.

Critical Impact

A logged-in administrator visiting an attacker-controlled page can have their browser auto-submit a cross-origin POST that rewrites critical site configurations including encoder URL, SMTP credentials, site <head> HTML, logo, favicon, and contact email in a single request.

Affected Products

  • WWBN AVideo versions 29.0 and prior
  • AVideo installations with cross-origin iframe embedding enabled
  • Self-hosted AVideo deployments using default session cookie settings

Discovery Timeline

  • 2026-04-21 - CVE CVE-2026-40925 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-40925

Vulnerability Analysis

This CSRF vulnerability exists due to a fundamental weakness in the authentication architecture of the AVideo platform. The configuration update endpoint accepts POST requests containing dozens of sensitive site settings but relies solely on session-based authentication via User::isAdmin(). The absence of anti-CSRF tokens or origin validation creates an exploitable attack surface.

The vulnerability is exacerbated by AVideo's intentional configuration of session.cookie_samesite=None to support legitimate cross-origin iframe embedding functionality. This cookie setting disables the browser's built-in SameSite cookie protection, allowing cookies to be sent with cross-origin requests and making the CSRF attack viable from any attacker-controlled website.

Root Cause

The root cause of CVE-2026-40925 is the missing CSRF protection in the objects/configurationUpdate.json.php endpoint. Specifically:

  1. No call to forbidIfIsUntrustedRequest() function
  2. No verification of a globalToken parameter
  3. No validation of Origin or Referer HTTP headers
  4. The deliberate use of session.cookie_samesite=None for cross-origin iframe support removes browser-level CSRF protection

This combination allows an attacker to craft a malicious webpage that, when visited by an authenticated administrator, automatically submits a cross-origin POST request to modify the AVideo site configuration.

Attack Vector

The attack leverages a network-based attack vector requiring user interaction. An attacker hosts a malicious webpage containing an auto-submitting HTML form or JavaScript-based request targeting the vulnerable AVideo endpoint. When an authenticated AVideo administrator visits this page, their browser automatically sends the request with their valid session cookies, allowing the attacker to modify critical site settings.

The attack can modify multiple configuration parameters in a single request, including but not limited to:

  • Encoder URL (potentially redirecting video processing to attacker infrastructure)
  • SMTP credentials (enabling email interception)
  • Site <head> HTML (enabling XSS and malicious script injection)
  • Logo and favicon (for phishing or defacement)
  • Contact email (for social engineering attacks)

Detection Methods for CVE-2026-40925

Indicators of Compromise

  • Unexpected changes to site configuration settings, particularly encoder URLs, SMTP credentials, or injected HTML in the site <head> section
  • Configuration modifications occurring during time periods when legitimate administrators were not actively managing the platform
  • Audit logs showing configuration updates from IP addresses not associated with known administrator activity
  • Unusual Referer or Origin headers in web server logs for requests to /updateConfig or objects/configurationUpdate.json.php

Detection Strategies

  • Monitor web server access logs for POST requests to objects/configurationUpdate.json.php or /updateConfig endpoints with suspicious or missing Referer headers
  • Implement configuration change alerting to notify security teams when critical site settings are modified
  • Deploy web application firewall (WAF) rules to detect and block CSRF attack patterns targeting configuration endpoints
  • Review application logs for configuration changes that occur in rapid succession or from unusual geographic locations

Monitoring Recommendations

  • Enable detailed logging for all administrative actions including configuration changes with full request headers
  • Set up automated alerts for modifications to high-value configuration parameters such as SMTP credentials, encoder URLs, and site HTML injection points
  • Implement behavioral analytics to detect anomalous administrator session activity patterns
  • Monitor for new or unexpected domains appearing in encoder URL or external resource configurations

How to Mitigate CVE-2026-40925

Immediate Actions Required

  • Update WWBN AVideo to a version containing commit f9492f5e6123dff0292d5bb3164fde7665dc36b4 or later
  • Review current site configuration for any unauthorized changes, particularly encoder URLs, SMTP settings, and custom HTML injections
  • Advise administrators to log out of AVideo sessions when not actively managing the platform
  • Consider implementing network-level access controls to restrict administrative endpoint access to trusted IP ranges

Patch Information

The vulnerability has been addressed in commit f9492f5e6123dff0292d5bb3164fde7665dc36b4. Organizations running affected versions should apply this fix immediately. For more information, see the GitHub Security Advisory GHSA-vvfw-4m39-fjqf and the fix commit on GitHub.

Workarounds

  • Implement a web application firewall (WAF) rule to require valid Referer/Origin headers matching the AVideo domain for all POST requests to administrative endpoints
  • Consider modifying the session.cookie_samesite setting to Strict or Lax if cross-origin iframe embedding is not required for your deployment
  • Restrict administrative access to the AVideo platform via VPN or IP allowlisting to reduce the attack surface
  • Deploy browser isolation or separate browser profiles for administrators to prevent session sharing between administrative and general browsing activities
bash
# Example WAF rule concept for blocking cross-origin requests to config endpoints
# Adjust syntax based on your specific WAF platform
# Block POST requests to configurationUpdate without matching origin
if (request.method == "POST" && 
    request.path matches "/updateConfig|configurationUpdate.json.php" &&
    request.headers["Origin"] != "https://your-avideo-domain.com") {
    deny();
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechAvideo

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-352
  • Technical References
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-vvfw-4m39-fjqf
  • Related CVEs
  • CVE-2026-35180: WWBN AVideo CSRF Vulnerability

  • CVE-2026-34613: Wwbn Avideo CSRF Vulnerability

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

  • CVE-2026-41063: 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