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

CVE-2026-33512: WWBN AVideo Information Disclosure Flaw

CVE-2026-33512 is an information disclosure vulnerability in WWBN AVideo that exposes decryption functionality without authentication, allowing attackers to decrypt protected tokens. This article covers affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33512 Overview

CVE-2026-33512 is an authentication bypass vulnerability in WWBN AVideo, an open source video platform. In versions up to and including 26.0, the API plugin exposes a decryptString action without any authentication requirements. This allows any user—authenticated or not—to submit ciphertext and receive the corresponding plaintext. Since ciphertext is issued publicly through endpoints such as view/url2Embed.json.php, attackers can recover protected tokens and metadata without authorization.

Critical Impact

Unauthenticated attackers can decrypt protected tokens and sensitive metadata, potentially leading to unauthorized access to video content, user sessions, and platform administration.

Affected Products

  • WWBN AVideo versions up to and including 26.0
  • All deployments exposing the API plugin's decryptString endpoint
  • Instances using encrypted tokens via view/url2Embed.json.php

Discovery Timeline

  • 2026-03-23 - CVE-2026-33512 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-33512

Vulnerability Analysis

This vulnerability represents a classic authentication bypass flaw (CWE-287) where a sensitive cryptographic operation is exposed without access controls. The decryptString API action was designed to decrypt internal tokens for legitimate platform operations, but the endpoint lacks authentication checks. This transforms the API into an oracle that attackers can abuse to decrypt any ciphertext encrypted with the platform's key.

The network-based attack vector requires no privileges or user interaction, making exploitation straightforward for remote attackers. The primary impact is confidentiality loss, as attackers can recover sensitive information from encrypted tokens that were intended to protect access to video content, embed URLs, and user session data.

Root Cause

The root cause is missing authentication enforcement on the decryptString action within the API plugin. The developers implemented the decryption functionality for internal use but failed to restrict access to authenticated users or internal processes. This oversight allows any remote user to invoke the decryption function directly, bypassing the intended security model that relies on ciphertext confidentiality.

Attack Vector

The attack exploits the publicly accessible decryptString API endpoint. Attackers can collect encrypted tokens from public endpoints such as view/url2Embed.json.php, which issues ciphertext to users for embedding videos. These encrypted tokens can then be submitted to the vulnerable decryptString action, which returns the plaintext without verifying the requester's identity.

The attack flow typically involves: (1) Harvesting encrypted tokens from public embed endpoints, (2) Submitting collected ciphertext to the unauthenticated decryptString API, and (3) Receiving decrypted tokens containing protected metadata, video access tokens, or session information.

Detection Methods for CVE-2026-33512

Indicators of Compromise

  • Unusual volume of requests to the decryptString API endpoint from external IP addresses
  • Sequential or bulk decryption requests indicating automated token harvesting
  • Access to decryption API from IP addresses not associated with legitimate platform users
  • Correlation between requests to view/url2Embed.json.php and subsequent decryptString calls from the same source

Detection Strategies

  • Implement logging for all calls to the decryptString action and monitor for unauthenticated access attempts
  • Deploy web application firewall rules to detect and alert on direct API access to sensitive endpoints
  • Analyze server logs for patterns of token collection followed by decryption requests
  • Set up alerting for high-frequency requests to cryptographic API endpoints

Monitoring Recommendations

  • Enable detailed access logging for the AVideo API plugin endpoints
  • Monitor authentication failures and unauthenticated access to sensitive API actions
  • Track the ratio of embed token requests to decryption requests for anomaly detection
  • Review access patterns to identify potential token harvesting campaigns

How to Mitigate CVE-2026-33512

Immediate Actions Required

  • Update WWBN AVideo to a version containing commit 3fdeecef37bb88967a02ccc9b9acc8da95de1c13 or later
  • If patching is not immediately possible, restrict network access to the API plugin endpoints
  • Review logs for evidence of prior exploitation and rotate any potentially compromised tokens
  • Audit all API endpoints for similar authentication gaps

Patch Information

WWBN has released a patch in commit 3fdeecef37bb88967a02ccc9b9acc8da95de1c13. Organizations should apply this patch immediately to address the vulnerability. For detailed patch information, refer to the GitHub Commit Details and the GitHub Security Advisory.

Workarounds

  • Block external access to the decryptString API endpoint using firewall rules or web server configuration
  • Implement authentication requirements at the reverse proxy or load balancer level for API endpoints
  • Disable the API plugin entirely if decryption functionality is not required for your deployment
  • Use network segmentation to limit API access to trusted internal systems only
bash
# Example: Block access to decryptString endpoint in nginx
location ~ /plugin/API/.*decryptString {
    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
  • TypeInformation Disclosure

  • Vendor/TechWwbn Avideo

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-287
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40907: Wwbn Avideo Information Disclosure Flaw

  • CVE-2026-40908: WWBN AVideo Information Disclosure Flaw

  • CVE-2026-41057: AVideo Information Disclosure Vulnerability

  • CVE-2026-35449: WWBN AVideo Information Disclosure Flaw
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