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

CVE-2026-34737: Wwbn Avideo Auth Bypass Vulnerability

CVE-2026-34737 is an authentication bypass flaw in Wwbn Avideo that allows any logged-in user to cancel arbitrary Stripe subscriptions via a debug endpoint. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-34737 Overview

WWBN AVideo is an open source video platform that includes an exposed debug endpoint vulnerability in its StripeYPT plugin. In versions 26.0 and prior, the test.php debug endpoint is accessible to any logged-in user rather than being restricted to administrators. This endpoint processes Stripe webhook-style payloads and triggers subscription operations, including cancellation. Due to a critical bug in the retrieveSubscriptions() method that cancels subscriptions instead of merely retrieving them, any authenticated user can cancel arbitrary Stripe subscriptions by simply providing a subscription ID.

Critical Impact

Authenticated users can cancel any Stripe subscription within the platform, causing financial harm and service disruption to legitimate subscribers without authorization.

Affected Products

  • WWBN AVideo versions 26.0 and prior
  • StripeYPT plugin with exposed test.php debug endpoint
  • AVideo installations with Stripe payment integration enabled

Discovery Timeline

  • 2026-03-31 - CVE CVE-2026-34737 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-34737

Vulnerability Analysis

This vulnerability represents a classic Missing Authorization (CWE-862) flaw where a sensitive administrative debug endpoint lacks proper access control. The StripeYPT plugin includes a test.php file that was likely intended for development or debugging purposes but was inadvertently left accessible in production deployments.

The vulnerability is compounded by a logic error in the retrieveSubscriptions() method. Instead of simply fetching subscription data as its name suggests, this method erroneously triggers subscription cancellation operations. When combined with the missing authorization check, this creates a dangerous scenario where any authenticated user—not just administrators—can invoke this functionality.

The attack is straightforward: an attacker only needs basic user credentials to access the test.php endpoint and craft a payload containing a target subscription ID. The system will process this request without verifying whether the user has authorization to manage that subscription.

Root Cause

The root cause is twofold: first, the absence of role-based access control on the test.php debug endpoint allows any authenticated user to access functionality intended only for administrators. Second, the retrieveSubscriptions() method contains a logic bug that performs destructive subscription cancellation operations rather than the read-only retrieval its name implies. This combination of missing authorization and flawed method logic enables unauthorized subscription manipulation.

Attack Vector

The attack is network-based and requires low-privileged authentication. An attacker with any valid user account can navigate to the test.php endpoint and submit a crafted Stripe webhook-style payload. By including an arbitrary subscription ID in this payload, the attacker triggers the buggy retrieveSubscriptions() method, which cancels the targeted subscription regardless of ownership. No user interaction is required from the victim, and the attacker can target any subscription ID they can enumerate or guess.

The vulnerability resides in the StripeYPT plugin's test.php debug endpoint. When a logged-in user sends a request to this endpoint with a subscription ID, the retrieveSubscriptions() method is invoked. Due to the logic bug, this method cancels the specified subscription rather than retrieving it. For technical details on the specific implementation flaw, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-34737

Indicators of Compromise

  • Unexpected HTTP requests to /plugin/StripeYPT/test.php from non-administrator user accounts
  • Stripe subscription cancellation events that do not correlate with legitimate user-initiated actions
  • Anomalous access patterns to debug endpoints from standard user sessions
  • Stripe webhook logs showing cancellation requests originating from the AVideo application without corresponding UI interactions

Detection Strategies

  • Monitor web server access logs for requests to test.php within the StripeYPT plugin directory
  • Implement alerting on Stripe subscription cancellation events and correlate with authorized administrative actions
  • Deploy web application firewall (WAF) rules to restrict access to debug endpoints based on user roles
  • Enable detailed logging for all Stripe API interactions to identify unauthorized cancellation requests

Monitoring Recommendations

  • Configure real-time alerts for any access to the test.php endpoint in production environments
  • Audit Stripe dashboard for unexpected subscription cancellations and investigate origin
  • Implement file integrity monitoring on plugin directories to detect unauthorized modifications
  • Review user session logs for privilege escalation patterns or access to administrative functionality

How to Mitigate CVE-2026-34737

Immediate Actions Required

  • Remove or disable the test.php file from the StripeYPT plugin directory immediately
  • Implement server-level access restrictions (e.g., .htaccess or nginx rules) to block access to debug files
  • Audit recent Stripe subscription cancellations for unauthorized activity and contact affected users
  • Review user access logs to identify potential exploitation attempts

Patch Information

At time of publication, there are no publicly available patches for this vulnerability. Administrators should monitor the GitHub Security Advisory for updates on official remediation. Until a patch is released, manual mitigation through file removal or access restriction is strongly recommended.

Workarounds

  • Delete or rename the test.php file located in the StripeYPT plugin directory to prevent access
  • Add server configuration rules to deny access to debug and test files within plugin directories
  • Implement application-level middleware to enforce administrator-only access to sensitive plugin endpoints
  • Consider temporarily disabling the StripeYPT plugin if subscription cancellation functionality is not critical
bash
# Configuration example - Apache .htaccess to block test.php access
<FilesMatch "^test\.php$">
    Order deny,allow
    Deny from all
</FilesMatch>

# Alternative: Nginx configuration to block debug endpoints
location ~* /plugin/StripeYPT/test\.php$ {
    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 Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-39366: AVideo PayPal Auth Bypass Vulnerability

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

  • CVE-2026-34738: Wwbn Avideo Auth Bypass Vulnerability

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