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

CVE-2026-43880: WWBN AVideo Auth Bypass Vulnerability

CVE-2026-43880 is an authentication bypass flaw in WWBN AVideo that allows unauthenticated attackers to send phishing emails using the site's legitimate SMTP infrastructure. This article covers technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-43880 Overview

CVE-2026-43880 affects WWBN AVideo, an open source video platform, in all versions up to and including 29.0. The vulnerability resides in objects/sendEmail.json.php, which is allow-listed as a public write action in objects/functionsSecurity.php at line 885. When the contactForm parameter is omitted, the endpoint accepts an attacker-supplied recipient and uses the site's own contact email as the From: and Reply-To: headers. An unauthenticated attacker who solves the captcha can abuse the site's Simple Mail Transfer Protocol (SMTP) infrastructure to deliver attacker-composed emails from the site's legitimate sender address. The vulnerability is tracked under [CWE-940: Improper Verification of Source of a Communication Channel].

Critical Impact

Unauthenticated attackers can send emails from the site's legitimate address that pass SPF, DKIM, and DMARC validation, enabling targeted phishing and brand impersonation.

Affected Products

  • WWBN AVideo versions up to and including 29.0
  • objects/sendEmail.json.php endpoint
  • Deployments using the site's configured contact email and SMTP infrastructure

Discovery Timeline

  • 2026-05-11 - CVE-2026-43880 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-43880

Vulnerability Analysis

The flaw is a missing authentication check on a mail-sending endpoint. objects/sendEmail.json.php exposes two execution paths controlled by the contactForm POST parameter. When contactForm=1 is submitted, the endpoint behaves as a standard contact form. When the parameter is omitted, the endpoint treats the request as a share or arbitrary-recipient path and sets $sendTo to an attacker-controlled email address.

For unauthenticated callers, User::getEmail_() returns an empty string. The code then falls back to $config->getContactEmail() for the reply address, and $mail->setFrom($replyTo) sets the outgoing From: header to the site's own contact address. The endpoint is explicitly allow-listed as a public write action in objects/functionsSecurity.php at line 885, bypassing both authentication and Cross-Site Request Forgery (CSRF) token checks.

Root Cause

The root cause is improper verification of the source of a communication channel. The mail-sending logic does not require authentication for the arbitrary-recipient code path, and it derives the sender identity from server-side configuration rather than from the authenticated caller. Combined with the public allow-list entry, this lets any captcha-solving client direct outbound mail from the site's trusted domain.

Attack Vector

An attacker submits a POST request to objects/sendEmail.json.php without contactForm=1, supplies an arbitrary recipient address and message body, and solves the captcha. The resulting email leaves the site's SMTP infrastructure with the site's contact address in the From: and Reply-To: headers. SPF, DKIM, and DMARC checks pass because the message originates from the legitimate domain, making the email indistinguishable from genuine site communications.

php
 if(User::isAdmin()){
     $valid = true;
 }
+
+// Reject the arbitrary-recipient (share) path for unauthenticated callers.
+// Without this guard an unauthenticated attacker can force the site's own
+// SMTP infrastructure to send attacker-composed mail to any recipient:
+// User::getEmail_() returns '' when not logged in, so $replyTo falls back
+// to $config->getContactEmail(), and $mail->setFrom($replyTo) makes the
+// message appear to originate From the site's own legitimate address --
+// passing SPF/DKIM/DMARC and enabling targeted phishing / brand impersonation.
+if (empty($_POST['contactForm']) && !User::isLogged()) {
+    $obj = new stdClass();
+    $obj->error = __('Authentication required');
+    header('Content-Type: application/json');
+    echo json_encode($obj);
+    exit;
+}
+
 $obj = new stdClass();
 $obj->error = '';
 if ($valid) {

Source: GitHub Commit 4e3709895857a5857f0edb46b0ee984de0d9e1a2

Detection Methods for CVE-2026-43880

Indicators of Compromise

  • POST requests to objects/sendEmail.json.php without a contactForm=1 parameter from unauthenticated sessions.
  • Outbound SMTP messages originating from the AVideo host with From: set to the configured contact email but addressed to recipients outside the user base.
  • Spikes in outbound mail volume from the AVideo SMTP relay correlated with anonymous web traffic.
  • User reports of phishing emails passing SPF, DKIM, and DMARC for the site's domain.

Detection Strategies

  • Inspect web server access logs for requests to objects/sendEmail.json.php and flag any lacking the contactForm parameter.
  • Correlate captcha-solve events with subsequent SMTP send operations to identify abuse patterns.
  • Apply mail gateway rules that compare outbound recipient addresses against the registered user directory.

Monitoring Recommendations

  • Enable verbose SMTP logging on the AVideo host and forward logs to a centralized analytics platform.
  • Alert on outbound message rates exceeding baseline thresholds for the site's contact email identity.
  • Monitor reverse DNS and domain reputation services for new reports of phishing originating from the site's domain.

How to Mitigate CVE-2026-43880

Immediate Actions Required

  • Apply the upstream fix from commit 4e3709895857a5857f0edb46b0ee984de0d9e1a2 to all AVideo deployments running version 29.0 or earlier.
  • Audit recent outbound mail logs for messages sent through objects/sendEmail.json.php and notify affected recipients of potential phishing.
  • Rotate any credentials, tokens, or links that may have been disclosed in attacker-composed emails sent from the site.

Patch Information

The maintainers published an updated fix in commit 4e3709895857a5857f0edb46b0ee984de0d9e1a2. The patch rejects the arbitrary-recipient path when contactForm is empty and the caller is not logged in, returning an Authentication required JSON error. Details are documented in GitHub Security Advisory GHSA-5hgj-7gm9-cff5.

Workarounds

  • Remove sendEmail.json.php from the public write-action allow-list in objects/functionsSecurity.php until the patch can be applied.
  • Block unauthenticated POST requests to objects/sendEmail.json.php at the web application firewall or reverse proxy layer.
  • Restrict the SMTP relay so it only accepts mail destined for known user addresses associated with the platform.
bash
# Web server rule to block unauthenticated arbitrary-recipient requests
location = /objects/sendEmail.json.php {
    if ($request_method = POST) {
        set $block 1;
    }
    if ($arg_contactForm = "1") {
        set $block 0;
    }
    if ($cookie_PHPSESSID = "") {
        set $block 1;
    }
    if ($block = 1) {
        return 403;
    }
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWwbn Avideo

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-940
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-5hgj-7gm9-cff5
  • Related CVEs
  • CVE-2026-43883: WWBN AVideo Auth Bypass Vulnerability

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

  • CVE-2026-39366: AVideo PayPal Auth Bypass Vulnerability

  • CVE-2026-35179: WWBN AVideo Auth Bypass 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