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
    • 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-33480

CVE-2026-33480: Wwbn Avideo SSRF Vulnerability

CVE-2026-33480 is a Server-Side Request Forgery vulnerability in Wwbn Avideo affecting versions up to 26.0, allowing attackers to bypass URL validation and access internal services. This post covers technical details, affected versions, impact, and mitigation steps.

Published: March 27, 2026

CVE-2026-33480 Overview

WWBN AVideo is an open source video platform. In versions up to and including 26.0, the isSSRFSafeURL() function in AVideo can be bypassed using IPv4-mapped IPv6 addresses (::ffff:x.x.x.x). The unauthenticated plugin/LiveLinks/proxy.php endpoint uses this function to validate URLs before fetching them with curl, but the IPv4-mapped IPv6 prefix passes all checks, allowing an attacker to access cloud metadata services, internal networks, and localhost services.

Critical Impact

Unauthenticated attackers can bypass SSRF protections to access internal network resources, cloud metadata services (AWS/GCP/Azure), and localhost services, potentially exposing sensitive credentials and configuration data.

Affected Products

  • WWBN AVideo versions up to and including 26.0
  • All installations using the plugin/LiveLinks/proxy.php endpoint
  • Self-hosted AVideo deployments with access to internal networks or cloud metadata services

Discovery Timeline

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

Technical Details for CVE-2026-33480

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability (CWE-918) exists in the URL validation logic of WWBN AVideo's isSSRFSafeURL() function located in objects/functions.php. The function was designed to prevent SSRF attacks by blocking requests to private and reserved IP ranges. However, the implementation relied on regex-based pattern matching for IPv4 addresses (10.x.x.x, 172.16-31.x.x, 192.168.x.x) without accounting for IPv4-mapped IPv6 address notation.

IPv4-mapped IPv6 addresses follow the format ::ffff:x.x.x.x, where the IPv4 address is embedded within an IPv6 representation. When an attacker supplies a URL like http://[::ffff:169.254.169.254]/latest/meta-data/, the existing regex patterns fail to match because they only check for pure IPv4 dotted-decimal notation. This allows the crafted address to bypass all private IP range checks while still resolving to the intended internal target.

The vulnerable endpoint plugin/LiveLinks/proxy.php accepts URL parameters without authentication, passes them through the flawed isSSRFSafeURL() validation, and then uses curl to fetch the resource. This creates a direct pathway for attackers to reach internal services, including cloud provider metadata endpoints that often contain IAM credentials, API tokens, and instance configuration data.

Root Cause

The root cause is incomplete input validation in the isSSRFSafeURL() function. The original implementation used manual regex patterns to block private IPv4 ranges but failed to normalize IPv4-mapped IPv6 addresses to their equivalent IPv4 form before validation. This oversight allowed the ::ffff: prefix to act as a bypass mechanism, as the dotted-decimal regex patterns cannot match the embedded IPv4 portion of the mapped address format.

Attack Vector

An attacker can exploit this vulnerability by sending an unauthenticated HTTP request to the plugin/LiveLinks/proxy.php endpoint with a specially crafted URL parameter. By using IPv4-mapped IPv6 notation such as ::ffff:127.0.0.1 or ::ffff:169.254.169.254, the attacker bypasses the SSRF protection and forces the server to make requests to internal resources. This enables access to cloud metadata services, internal APIs, administrative interfaces, and any service accessible from the server's network position.

The following code shows the security patch that addresses this vulnerability by normalizing IPv4-mapped IPv6 addresses before validation:

php
         return false;
     }
 
-    // Block private IPv4 ranges
-    // 10.0.0.0 - 10.255.255.255
-    if (preg_match('/^10\.\d{1,3}\.\d{1,3}\.\d{1,3}$/', $ip)) {
-        _error_log("isSSRFSafeURL: blocked private IP (10.x.x.x): {$ip}");
+    // Normalize IPv4-mapped IPv6 addresses (::ffff:x.x.x.x) to their plain IPv4 form.
+    // Without this, dotted-decimal private-range regexes and PHP's FILTER_FLAG_NO_PRIV_RANGE
+    // flag both miss the mapped address — the bypass vector reported in CVE-class SSRF findings.
+    if (preg_match('/^::ffff:(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})$/i', $ip, $mapped)) {
+        _error_log("isSSRFSafeURL: normalized IPv4-mapped IPv6 {$ip} to {$mapped[1]}");
+        $ip = $mapped[1];
+    }
+
+    // Block all private and reserved IP ranges using PHP's built-in validation flags.
+    // FILTER_FLAG_NO_PRIV_RANGE rejects: RFC 1918 (10/8, 172.16/12, 192.168/16), fc00::/7
+    // FILTER_FLAG_NO_RES_RANGE rejects: 0/8, 127/8, 169.254/16, ::1, fe80::/10, and others
+    // This replaces the previous manual regex checks and the separate IPv6 block section.
+    if (!filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE)) {
+        _error_log("isSSRFSafeURL: blocked private/reserved IP: {$ip}");
         return false;
     }
 
-    // 172.16.0.0 - 172.31.255.255
-    if (preg_match('/^172\.(1[6-9]|2\d|3[0-1])\.\d{1,3}\.\d{1,3}$/', $ip)) {
-        _error_log("isSSRFSafeURL: blocked private IP (172.16-31.x.x): {$ip}");
-        return false;
-    }
-

Source: GitHub Commit Details

Detection Methods for CVE-2026-33480

Indicators of Compromise

  • HTTP requests to /plugin/LiveLinks/proxy.php containing URL parameters with IPv6 notation (::ffff: prefix)
  • Outbound requests from the AVideo server to internal IP ranges (127.0.0.1, 10.x.x.x, 169.254.169.254)
  • Unusual access patterns to cloud metadata endpoints from web application processes
  • Log entries in AVideo containing IPv4-mapped IPv6 addresses

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block requests containing ::ffff: patterns in URL parameters
  • Monitor outbound network connections from the AVideo server for requests to private IP ranges and cloud metadata services
  • Implement network segmentation alerts for unexpected traffic from web servers to internal infrastructure
  • Review access logs for the proxy.php endpoint with anomalous URL patterns

Monitoring Recommendations

  • Enable verbose logging in AVideo to capture SSRF validation attempts via _error_log() entries
  • Configure network intrusion detection systems to alert on metadata service access (169.254.169.254)
  • Monitor for unusual curl or HTTP client activity originating from the AVideo process
  • Set up alerting for outbound connections from web servers to RFC 1918 address ranges

How to Mitigate CVE-2026-33480

Immediate Actions Required

  • Update WWBN AVideo to the latest version containing commit 75ce8a579a58c9d4c7aafe453fbced002cb8f373
  • If immediate patching is not possible, disable or restrict access to the plugin/LiveLinks/proxy.php endpoint
  • Implement network-level controls to block outbound requests from the AVideo server to cloud metadata services
  • Review logs for any prior exploitation attempts using IPv4-mapped IPv6 addresses

Patch Information

The vulnerability has been addressed in commit 75ce8a579a58c9d4c7aafe453fbced002cb8f373. The patch normalizes IPv4-mapped IPv6 addresses to their plain IPv4 form before validation and replaces manual regex checks with PHP's built-in filter_var() function using FILTER_FLAG_NO_PRIV_RANGE and FILTER_FLAG_NO_RES_RANGE flags. Organizations should apply this patch immediately or upgrade to a version that includes this fix. For more details, see the GitHub Security Advisory GHSA-p3gr-g84w-g8hh.

Workarounds

  • Restrict network access from the AVideo server using firewall rules to block connections to internal networks and cloud metadata services
  • Disable the LiveLinks plugin if not required for business operations
  • Place the AVideo server in an isolated network segment with no access to internal resources
  • Use a reverse proxy with SSRF-aware filtering to validate outbound requests before they reach the application
bash
# Example iptables rules to block outbound SSRF targets from AVideo server
# Block cloud metadata services
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Block private IP ranges
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

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.03%

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

  • GitHub Security Advisory GHSA-p3gr-g84w-g8hh
  • Related CVEs
  • CVE-2026-34740: Wwbn Avideo SSRF Vulnerability

  • CVE-2026-33766: Wwbn Avideo SSRF Vulnerability

  • CVE-2026-33294: Wwbn Avideo SSRF Vulnerability

  • CVE-2026-33502: WWBN AVideo SSRF Vulnerability Explained
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