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

CVE-2026-43883: WWBN AVideo Auth Bypass Vulnerability

CVE-2026-43883 is an authentication bypass flaw in WWBN AVideo that allows low-privilege users to cancel other users' PayPal subscriptions without authorization. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-43883 Overview

CVE-2026-43883 is an Insecure Direct Object Reference (IDOR) vulnerability [CWE-639] in WWBN AVideo, an open source video streaming platform. The flaw resides in plugin/PayPalYPT/agreementCancel.json.php, which cancels a PayPal billing agreement based on an attacker-supplied agreement parameter without verifying ownership. Any low-privilege authenticated user who learns another user's PayPal billing agreement ID can cancel that victim's recurring subscription. The issue affects all versions up to and including 29.0 and is resolved in commit 0da3dcff1eda2f497694bf82b559829471c292c2.

Critical Impact

Authenticated attackers can silently suspend other users' PayPal recurring subscriptions, causing revenue loss to platform operators and service disruption to paying subscribers.

Affected Products

  • WWBN AVideo versions through 29.0
  • AVideo PayPalYPT plugin (plugin/PayPalYPT/agreementCancel.json.php)
  • Self-hosted AVideo deployments with PayPal recurring billing enabled

Discovery Timeline

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

Technical Details for CVE-2026-43883

Vulnerability Analysis

The vulnerable endpoint accepts an agreement parameter from any authenticated request and passes it directly to PayPalYPT::cancelAgreement(). The handler verifies that the caller is logged in, but it never checks whether the supplied agreement ID belongs to the requesting user. This authorization gap allows horizontal privilege escalation between standard accounts.

Attackers who obtain a victim's PayPal billing agreement ID, through leaked logs, exposed admin panels, referer headers, or guessable identifiers, can invoke the endpoint to cancel that agreement. The cancellation succeeds because PayPal honors the server-issued API call, and AVideo treats the action as authorized.

Root Cause

The root cause is a missing authorization check between the authenticated session and the resource being modified. The handler conflates authentication (User::isLogged()) with authorization, a common pattern flagged by [CWE-639]: Authorization Bypass Through User-Controlled Key.

Attack Vector

Exploitation requires network access and a valid low-privilege account on the AVideo instance. The attacker submits a crafted POST or GET request to agreementCancel.json.php containing another user's agreement identifier. No user interaction from the victim is needed, and the cancellation occurs silently.

php
// Vulnerable handler (pre-patch) - plugin/PayPalYPT/agreementCancel.json.php
<?php
require_once '../../videos/configuration.php';
header('Content-Type: application/json');

$obj = new stdClass();
$obj->error = true;
$obj->msg = "";

if (!User::isLogged()) {
    $obj->msg = "Only for Logged";
    die(json_encode($obj));
}

if (empty($_REQUEST['agreement'])) {
    $obj->msg = "Empty Agreement ID";
    die(json_encode($obj));
}

$plugin = AVideoPlugin::loadPluginIfEnabled("PayPalYPT");

// No ownership check before cancelling the agreement
$agreement = PayPalYPT::cancelAgreement($_REQUEST['agreement']);

Source: GitHub Commit 0da3dcff

Detection Methods for CVE-2026-43883

Indicators of Compromise

  • Requests to /plugin/PayPalYPT/agreementCancel.json.php from session cookies that do not match the agreement owner recorded in the database.
  • Unexpected spikes in PayPal BillingAgreement.cancel API calls originating from the AVideo backend.
  • Subscriber complaints reporting cancelled recurring payments without user action.

Detection Strategies

  • Correlate webserver access logs for agreementCancel.json.php hits against the users_paypal_yearly (or equivalent) table to flag mismatches between session user ID and agreement owner.
  • Enable PayPal merchant webhook logging for BILLING.SUBSCRIPTION.CANCELLED events and reconcile each event with an authorized in-app cancellation record.
  • Search PHP error logs and AVideo audit trails for repeated calls to the cancellation endpoint from a single account targeting multiple agreement IDs.

Monitoring Recommendations

  • Alert on any single authenticated session generating more than one agreement cancellation per day.
  • Monitor for enumeration patterns such as sequential or brute-forced agreement parameter values.
  • Track revenue dashboards for abnormal subscription churn rates after deployment of vulnerable releases.

How to Mitigate CVE-2026-43883

Immediate Actions Required

  • Upgrade WWBN AVideo to a build that includes commit 0da3dcff1eda2f497694bf82b559829471c292c2 or later.
  • Audit recent PayPal cancellation events and contact affected subscribers to restore their recurring agreements.
  • Restrict access to the /plugin/PayPalYPT/ endpoints at the web server or WAF layer until the patch is applied.

Patch Information

The maintainers fixed the issue in commit 0da3dcff1eda2f497694bf82b559829471c292c2, which adds an ownership check ensuring the authenticated user matches the owner of the supplied agreement before invoking PayPalYPT::cancelAgreement(). Full advisory details are available in the GitHub Security Advisory GHSA-958h-qp3x-q4gj.

Workarounds

  • Temporarily disable the PayPalYPT plugin if patching cannot be performed immediately.
  • Block unauthenticated and non-admin requests to agreementCancel.json.php via reverse proxy rules.
  • Rotate or regenerate PayPal billing agreement identifiers that may have been exposed in logs or shared URLs.
bash
# Example NGINX rule to block external access to the vulnerable endpoint until patched
location = /plugin/PayPalYPT/agreementCancel.json.php {
    allow 10.0.0.0/8;       # internal admin network only
    deny all;
    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 Score4.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-958h
  • Related CVEs
  • CVE-2026-43880: 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