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

CVE-2026-43882: WWBN AVideo XSS Vulnerability

CVE-2026-43882 is a cross-site scripting flaw in WWBN AVideo versions up to 29.0 that enables calendar phishing via CRLF injection. This post covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-43882 Overview

CVE-2026-43882 is a CRLF (Carriage Return / Line Feed) injection vulnerability in WWBN AVideo, an open source video platform. The flaw affects all versions up to and including 29.0. The unauthenticated plugin/Scheduler/downloadICS.php endpoint accepts attacker-controlled title, description, and joinURL parameters and passes them to Scheduler::downloadICS(). The ICS::escape_string() helper escapes only commas and semicolons, leaving CR/LF bytes intact. Attackers exploit this to inject arbitrary ICS calendar properties and entire forged events into the generated .ics file.

Critical Impact

Because the malicious .ics file is served from the trusted AVideo origin, victims who import it see attacker-chosen meetings, URLs, and locations in their calendar — enabling high-credibility calendar phishing.

Affected Products

  • WWBN AVideo versions up to and including 29.0
  • AVideo Scheduler plugin (plugin/Scheduler/downloadICS.php)
  • AVideo ICS helper class (objects/ICS.php)

Discovery Timeline

  • 2026-05-11 - CVE-2026-43882 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-43882

Vulnerability Analysis

The vulnerability is a CRLF injection flaw classified under [CWE-93] (Improper Neutralization of CRLF Sequences). AVideo's Scheduler plugin exposes an unauthenticated endpoint at plugin/Scheduler/downloadICS.php that generates RFC 5545 calendar files on demand. Three user-supplied parameters — title, description, and joinURL — are forwarded directly to Scheduler::downloadICS(), which constructs the ICS file using the ICS helper class.

The escape_string() method at objects/ICS.php:167-169 performs incomplete sanitization. It escapes only comma (,) and semicolon (;) characters, the field separators defined by the ICS specification. Carriage return and line feed bytes are not neutralized. ICS uses CRLF as the line terminator between properties, so any unescaped \r\n sequence inside a property value breaks out of that value and begins a new property line.

An attacker who supplies a crafted title containing END:VEVENT\r\nBEGIN:VEVENT\r\n... can terminate the legitimate event and inject an entirely attacker-controlled event with arbitrary SUMMARY, URL, LOCATION, and DESCRIPTION fields. The file is served from the victim's trusted AVideo domain, lending phishing payloads strong perceived authenticity.

Root Cause

The root cause is incomplete input neutralization in ICS::escape_string(). The function addresses ICS field delimiters but ignores the line-terminator characters that define record boundaries in the format. Trust is placed in attacker-controlled query parameters that flow unfiltered into a structured output format.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker crafts a URL to plugin/Scheduler/downloadICS.php containing CRLF sequences inside the title, description, or joinURL parameters. The victim clicks the link, downloads the .ics file, and imports it into a calendar client such as Outlook, Google Calendar, or Apple Calendar. The injected events then appear as legitimate meetings hosted by the AVideo domain.

php
// Vulnerable pattern in objects/ICS.php (lines 167-169)
// escape_string() escapes only , and ; — CR/LF pass through unchanged
private function escape_string($str) {
    return preg_replace('/([\,;])/', '\\\$1', $str);
}

// Patched in commit 764db592f99e545aa86bb9a4ad664ffd14c38ba5
// Source: https://github.com/WWBN/AVideo/commit/764db592f99e545aa86bb9a4ad664ffd14c38ba5

Detection Methods for CVE-2026-43882

Indicators of Compromise

  • HTTP requests to plugin/Scheduler/downloadICS.php containing URL-encoded CRLF sequences (%0D%0A, %0A, or %0D) in title, description, or joinURL parameters.
  • Generated .ics files containing multiple BEGIN:VEVENT / END:VEVENT blocks where the Scheduler is expected to emit a single event.
  • Outbound calendar invites referencing the AVideo domain with URL or LOCATION properties pointing to unrelated external hosts.

Detection Strategies

  • Inspect web server access logs for query strings to the Scheduler endpoint that contain encoded line terminators or the literal strings BEGIN:VEVENT and END:VEVENT.
  • Apply a Web Application Firewall (WAF) rule that blocks requests to /plugin/Scheduler/downloadICS.php containing %0A or %0D in any parameter.
  • Parse generated .ics responses egressing the server and alert on responses containing more VEVENT blocks than expected.

Monitoring Recommendations

  • Monitor mail and proxy gateways for inbound .ics attachments originating from internal AVideo hosts that contain anomalous SUMMARY or URL fields.
  • Correlate user calendar-import telemetry with referrer URLs pointing to the Scheduler endpoint.
  • Track upstream changes to the AVideo repository for additional Scheduler-related advisories.

How to Mitigate CVE-2026-43882

Immediate Actions Required

  • Update AVideo to a release that includes commit 764db592f99e545aa86bb9a4ad664ffd14c38ba5, which contains the corrected ICS escaping logic.
  • If patching is not immediately possible, disable or restrict the Scheduler plugin and block public access to plugin/Scheduler/downloadICS.php.
  • Audit recent web logs for exploitation attempts and notify users who may have downloaded forged calendar files.

Patch Information

The fix is published in the upstream repository. See the GitHub Commit Log and the GitHub Security Advisory GHSA-mwgh-92m2-wvhv for full remediation details. The patch updates ICS::escape_string() to neutralize CR/LF bytes in addition to commas and semicolons.

Workarounds

  • Place a WAF rule in front of AVideo that rejects requests to the Scheduler endpoint containing %0A, %0D, \r, or \n in any query parameter.
  • Restrict access to the Scheduler plugin to authenticated users via reverse-proxy ACLs until the patch is applied.
  • Educate users to verify the source of unsolicited .ics invitations, even when served from internal domains.
bash
# Example nginx rule blocking CRLF in Scheduler parameters
location = /plugin/Scheduler/downloadICS.php {
    if ($args ~* "(%0A|%0D|\r|\n)") {
        return 403;
    }
}

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

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

  • 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-93
  • Technical References
  • GitHub Commit Log

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

  • CVE-2026-40911: WWBN AVideo WebSocket XSS Vulnerability

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

  • CVE-2026-34396: Wwbn Avideo XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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