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

CVE-2026-33024: Wwbn Avideo-encoder SSRF Vulnerability

CVE-2026-33024 is a Server-Side Request Forgery flaw in Wwbn Avideo-encoder that allows attackers to access internal network resources through thumbnail endpoints. This post covers technical details, affected versions, and patches.

Published: March 27, 2026

CVE-2026-33024 Overview

CVE-2026-33024 is a critical Server-Side Request Forgery (SSRF) vulnerability (CWE-918) affecting AVideo, an open-source video-sharing platform. The vulnerability exists in the public thumbnail endpoints getImage.php and getImageMP4.php, which accept a base64Url GET parameter, decode it, and pass the resulting URL to ffmpeg as an input source without proper validation or authentication requirements.

The prior validation only checked that the URL was syntactically valid using FILTER_VALIDATE_URL and verified that it started with http:// or https://. This insufficient validation allows attackers to supply URLs targeting internal network resources, cloud instance metadata services, and other sensitive endpoints.

Critical Impact

Unauthenticated attackers can exploit this SSRF vulnerability to access internal network resources, cloud instance metadata (including AWS credentials at http://169.254.169.254/), and probe internal infrastructure without any authentication requirements.

Affected Products

  • wwbn avideo-encoder versions prior to 8.0
  • AVideo platform deployments using vulnerable getImage.php endpoint
  • AVideo platform deployments using vulnerable getImageMP4.php endpoint

Discovery Timeline

  • 2026-03-20 - CVE CVE-2026-33024 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-33024

Vulnerability Analysis

This SSRF vulnerability allows unauthenticated remote attackers to force the AVideo server to make arbitrary HTTP/HTTPS requests to internal and external resources. The vulnerable endpoints accept user-supplied URLs through a base64-encoded GET parameter, decode them, and use them as input to ffmpeg for thumbnail generation—all without requiring authentication.

The impact is significant for cloud-hosted deployments, as attackers can target instance metadata services to extract sensitive information including API credentials, IAM role tokens, and configuration data. Although the vulnerability is blind (responses are not directly returned to the attacker), timing differences and error log analysis can be leveraged to infer information about the internal network topology and accessible services.

Root Cause

The root cause is insufficient URL validation before processing user-supplied input. The original implementation only performed two checks:

  1. Syntactic URL validation using PHP's FILTER_VALIDATE_URL
  2. Protocol verification ensuring the URL starts with http:// or https://

These checks fail to prevent requests to private IP ranges, localhost, cloud metadata endpoints, and internal hostnames. The validation did not resolve DNS hostnames to verify their target IP addresses, nor did it block access to RFC 1918 private address space or link-local addresses.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker crafts a malicious URL targeting an internal resource (such as http://169.254.169.254/latest/meta-data/ for AWS metadata, http://192.168.x.x/ for internal networks, or http://127.0.0.1/ for localhost services), base64-encodes it, and sends it as the base64Url parameter to either vulnerable endpoint.

The following patch demonstrates the fix implemented in version 8.0 for getImage.php:

php
     error_log("getImage: Invalid URL rejected: {$url}");
     die();
 }
+// SSRF protection: block requests to private/internal network addresses
+$_ssrfParsed = parse_url($url);
+$_ssrfHost = isset($_ssrfParsed['host']) ? $_ssrfParsed['host'] : '';
+if (empty($_ssrfHost) || preg_match('/^(localhost|.*\.local)$/i', $_ssrfHost)) {
+    error_log("getImage: SSRF attempt blocked for host: {$_ssrfHost}");
+    die();
+}
+// Check direct IP notation and DNS-resolved addresses against private ranges
+$_ssrfIP = filter_var($_ssrfHost, FILTER_VALIDATE_IP) ? $_ssrfHost : gethostbyname($_ssrfHost);
+if (ip_is_private($_ssrfIP)) {
+    error_log("getImage: SSRF attempt blocked - host '{$_ssrfHost}' resolves to private IP '{$_ssrfIP}'");
+    die();
+}
+unset($_ssrfParsed, $_ssrfHost, $_ssrfIP);
 // Remove shell metacharacters from URL
 $url = str_replace(array('"', "'", '`', '$', '\\', ';', '|', '&', '(', ')', '{', '}', '<', '>', "\n", "\r", "\0"), '', $url);
 $urlEscaped = escapeshellarg($url);

Source: GitHub Commit Update

The corresponding fix for getImageMP4.php:

php
 header('Access-Control-Allow-Origin: *');
 $url = base64_decode($_GET['base64Url']);
 
+// SSRF protection: validate URL and block access to private/internal network addresses
+if (!filter_var($url, FILTER_VALIDATE_URL) || !preg_match('/^https?:\/\//i', $url)) {
+    error_log("getImageMP4: Invalid URL rejected: {$url}");
+    die();
+}
+$_ssrfParsed = parse_url($url);
+$_ssrfHost = isset($_ssrfParsed['host']) ? $_ssrfParsed['host'] : '';
+if (empty($_ssrfHost) || preg_match('/^(localhost|.*\.local)$/i', $_ssrfHost)) {
+    error_log("getImageMP4: SSRF attempt blocked for host: {$_ssrfHost}");
+    die();
+}
+$_ssrfIP = filter_var($_ssrfHost, FILTER_VALIDATE_IP) ? $_ssrfHost : gethostbyname($_ssrfHost);
+if (ip_is_private($_ssrfIP)) {
+    error_log("getImageMP4: SSRF attempt blocked - host '{$_ssrfHost}' resolves to private IP '{$_ssrfIP}'");
+    die();
+}
+unset($_ssrfParsed, $_ssrfHost, $_ssrfIP);
+
 if (!isURLaVODVideo($url)) {
     error_log("ERROR URL is not a VOD {$url}");
     die();

Source: GitHub Commit Update

Detection Methods for CVE-2026-33024

Indicators of Compromise

  • Unusual requests to /objects/getImage.php or /objects/getImageMP4.php with base64-encoded URLs targeting internal IP ranges
  • Web server logs showing decoded base64Url parameters containing 169.254.169.254, 127.0.0.1, 192.168.x.x, 10.x.x.x, or 172.16.x.x addresses
  • Error logs containing "SSRF attempt blocked" messages (post-patch) or unusual ffmpeg errors for internal URLs (pre-patch)
  • Outbound connections from the web server to cloud metadata endpoints or internal services

Detection Strategies

  • Implement web application firewall (WAF) rules to inspect and block requests with base64-encoded private IP addresses or metadata service URLs
  • Monitor application logs for unusual patterns in the base64Url parameter, particularly requests with encoded internal network addresses
  • Deploy network segmentation monitoring to detect the web server initiating connections to internal services or metadata endpoints
  • Use intrusion detection systems (IDS) to flag HTTP requests from the AVideo server to RFC 1918 addresses or link-local addresses

Monitoring Recommendations

  • Enable verbose logging for the getImage.php and getImageMP4.php endpoints to capture all incoming URL parameters
  • Set up alerts for any outbound traffic from the AVideo server to the cloud metadata IP range (169.254.169.254/32)
  • Monitor for timing anomalies in thumbnail generation requests that may indicate SSRF probing activity
  • Review network flow logs for unexpected internal service access patterns originating from the AVideo deployment

How to Mitigate CVE-2026-33024

Immediate Actions Required

  • Upgrade AVideo Encoder to version 8.0 or later immediately, as this version contains the security fix
  • If immediate upgrade is not possible, restrict network access from the AVideo server to internal services using firewall rules
  • Block outbound access from the AVideo server to the cloud metadata service (169.254.169.254) at the network level
  • Review access logs for evidence of prior exploitation attempts targeting the vulnerable endpoints

Patch Information

The vulnerability has been fixed in AVideo Encoder version 8.0. The patch implements comprehensive SSRF protection by:

  1. Validating URL syntax and protocol scheme
  2. Blocking hostnames matching localhost or *.local patterns
  3. Resolving DNS hostnames and checking the resulting IP against private ranges using the ip_is_private() function
  4. Logging all blocked SSRF attempts for security monitoring

The security fix is available via the GitHub Commit. Additional details can be found in the GitHub Security Advisory.

Workarounds

  • Implement network-level controls to prevent the AVideo server from accessing internal networks and cloud metadata endpoints
  • Deploy a reverse proxy or WAF in front of AVideo to inspect and filter base64-encoded URL parameters for private addresses
  • Disable the getImage.php and getImageMP4.php endpoints if thumbnail generation from external URLs is not required
  • Use IMDSv2 (Instance Metadata Service Version 2) on AWS deployments to require session tokens for metadata access, reducing the impact of blind SSRF
bash
# Block outbound traffic to cloud metadata and internal networks (iptables example)
# Block AWS/cloud metadata service
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Block common internal network ranges from the AVideo server
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechWwbn Avideo Encoder

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33025: Wwbn Avideo-encoder SQLi Vulnerability

  • CVE-2026-29058: Wwbn Avideo-encoder 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