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

CVE-2026-33483: Wwbn Avideo DOS Vulnerability

CVE-2026-33483 is a denial of service flaw in Wwbn Avideo allowing unauthenticated attackers to exhaust disk space via uncapped file uploads. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33483 Overview

CVE-2026-33483 is a resource exhaustion vulnerability affecting WWBN AVideo, an open source video platform. The vulnerability exists in the aVideoEncoderChunk.json.php endpoint, which is implemented as a completely standalone PHP script lacking authentication, framework includes, and resource limits. An unauthenticated remote attacker can exploit this flaw to cause denial of service by exhausting disk space on the target server.

Critical Impact

Unauthenticated attackers can trivially exhaust disk space on affected servers, leading to complete denial of service of the entire system through uncontrolled file writes.

Affected Products

  • WWBN AVideo versions up to and including 26.0
  • Systems running vulnerable aVideoEncoderChunk.json.php endpoint
  • All AVideo installations prior to commit 33d1bae6c731ef1682fcdc47b428313be073a5d1

Discovery Timeline

  • 2026-03-23 - CVE CVE-2026-33483 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-33483

Vulnerability Analysis

This vulnerability (CWE-770: Allocation of Resources Without Limits or Throttling) allows unauthenticated attackers to write arbitrary data to the server's filesystem without any restrictions. The vulnerable endpoint accepts POST data directly from php://input and writes it to temporary files in the /tmp/ directory. The implementation lacks several critical security controls: no authentication mechanism, no file size limits, no rate limiting, and no cleanup mechanism for orphaned files.

The attack requires no special privileges or user interaction, making it trivially exploitable from the network. An attacker can repeatedly send large POST requests to the vulnerable endpoint, causing temporary files to accumulate until the server's disk space is completely exhausted. This leads to denial of service not just for the AVideo application, but potentially for the entire server and any other services sharing the same filesystem.

Root Cause

The root cause stems from the aVideoEncoderChunk.json.php script operating as a standalone file without the security framework typically provided by the main application. The script unconditionally creates temporary files using tempnam() and writes incoming POST data without validating the source, limiting the data size, or implementing any cleanup logic. This design oversight allows unbounded resource consumption through a publicly accessible endpoint.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can send HTTP POST requests with arbitrary payloads to the /objects/aVideoEncoderChunk.json.php endpoint. Each request creates a new file with the prefix YTPChunk_ in /tmp/, and the data is written in 1MB chunks until the full payload is stored. By repeatedly sending requests with large payloads, an attacker can rapidly fill the available disk space.

The vulnerable code pattern:

php
// Vulnerable code from aVideoEncoderChunk.json.php (pre-patch)
// Source: https://github.com/WWBN/AVideo/commit/33d1bae6c731ef1682fcdc47b428313be073a5d1

-<?php
-header('Access-Control-Allow-Origin: *');
-header('Content-Type: application/json');
-$obj = new stdClass();
-$obj->file = tempnam(sys_get_temp_dir(), 'YTPChunk_');
-
-$putdata = fopen("php://input", "r");
-$fp = fopen($obj->file, "w");
-
-error_log("aVideoEncoderChunk.json.php: start {$obj->file} ");
-
-while ($data = fread($putdata, 1024 * 1024)) {
-    fwrite($fp, $data);
-}
-
-fclose($fp);
-fclose($putdata);
-sleep(1);
-$obj->filesize = filesize($obj->file);
-
-$json = json_encode($obj);
-
-error_log("aVideoEncoderChunk.json.php: {$json} ");
-
-die($json);

Source: GitHub Commit Update

Detection Methods for CVE-2026-33483

Indicators of Compromise

  • Unusual accumulation of files with the prefix YTPChunk_ in the /tmp/ directory
  • Rapid disk space consumption on servers hosting AVideo instances
  • High volume of POST requests to /objects/aVideoEncoderChunk.json.php in web server logs
  • System alerts or failures related to full filesystem conditions

Detection Strategies

  • Monitor web server access logs for excessive POST requests to /objects/aVideoEncoderChunk.json.php, especially from single IP addresses or unusual user agents
  • Implement filesystem monitoring to alert on rapid creation of temporary files matching the YTPChunk_* pattern
  • Deploy network-based intrusion detection rules to identify bulk POST traffic to the vulnerable endpoint
  • Set up threshold-based alerting for disk utilization spikes on AVideo servers

Monitoring Recommendations

  • Configure real-time disk usage monitoring with alerts at 80% and 90% capacity thresholds
  • Enable access logging for all PHP endpoints and review logs for unusual patterns
  • Implement rate limiting at the web application firewall (WAF) or reverse proxy level for the affected endpoint
  • Monitor system logs for out-of-space errors and application crashes that may indicate ongoing exploitation

How to Mitigate CVE-2026-33483

Immediate Actions Required

  • Update WWBN AVideo to a version containing commit 33d1bae6c731ef1682fcdc47b428313be073a5d1 or later
  • If immediate patching is not possible, restrict access to the /objects/aVideoEncoderChunk.json.php endpoint at the web server or firewall level
  • Clean up existing orphaned YTPChunk_* files from the /tmp/ directory
  • Implement rate limiting on the affected endpoint to reduce the impact of potential attacks

Patch Information

The vulnerability has been addressed in commit 33d1bae6c731ef1682fcdc47b428313be073a5d1. The patch implements file upload size limits and introduces a cleanup mechanism for orphaned chunk files older than 1 hour, preventing disk exhaustion attacks. See the GitHub Security Advisory GHSA-vv7w-qf5c-734w for additional details.

Workarounds

  • Block access to /objects/aVideoEncoderChunk.json.php at the reverse proxy or firewall level if the encoding functionality is not required
  • Implement web application firewall rules to rate-limit POST requests to the vulnerable endpoint
  • Set up a cron job to periodically clean up old YTPChunk_* files from /tmp/ as a temporary measure
  • Consider placing /tmp/ on a separate partition to limit the blast radius of disk exhaustion attacks
bash
# Configuration example - Block access to vulnerable endpoint in nginx
location /objects/aVideoEncoderChunk.json.php {
    deny all;
    return 403;
}

# Alternative: Rate limiting in nginx
limit_req_zone $binary_remote_addr zone=avideo_chunk:10m rate=1r/s;
location /objects/aVideoEncoderChunk.json.php {
    limit_req zone=avideo_chunk burst=5 nodelay;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWwbn Avideo

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.33%

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

  • GitHub Security Advisory GHSA-vv7w-qf5c-734w
  • Related CVEs
  • CVE-2026-34731: WWBN AVideo DOS Vulnerability

  • CVE-2026-40907: Wwbn Avideo Information Disclosure Flaw

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

  • CVE-2026-40909: WWBN AVideo RCE 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