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

CVE-2026-27732: Wwbn Avideo SSRF Vulnerability

CVE-2026-27732 is a server-side request forgery flaw in Wwbn Avideo that lets authenticated attackers access internal services and sensitive data. This article covers technical details, affected versions, impact, and mitigation.

Published: February 27, 2026

CVE-2026-27732 Overview

CVE-2026-27732 is a Server-Side Request Forgery (SSRF) vulnerability discovered in WWBN AVideo, an open source video platform. Prior to version 22.0, the aVideoEncoder.json.php API endpoint accepts a downloadURL parameter and fetches the referenced resource server-side without proper validation or an allow-list. This allows authenticated users to trigger server-side requests to arbitrary URLs, including internal network endpoints.

Critical Impact

An authenticated attacker can leverage this SSRF vulnerability to interact with internal services and retrieve sensitive data such as internal APIs, cloud metadata services (e.g., AWS IMDS, GCP metadata), and other protected resources. This can potentially lead to further compromise depending on the deployment environment, including credential theft and lateral movement within internal networks.

Affected Products

  • WWBN AVideo versions prior to 22.0
  • Deployments exposing the aVideoEncoder.json.php API endpoint to authenticated users
  • Cloud-hosted AVideo instances with access to metadata services

Discovery Timeline

  • 2026-02-24 - CVE CVE-2026-27732 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-27732

Vulnerability Analysis

This SSRF vulnerability exists in the aVideoEncoder.json.php file where the downloadURL parameter is processed without adequate validation. The endpoint is designed to download video content from remote URLs, but fails to implement proper URL validation or an allow-list mechanism. This allows authenticated users to craft requests that cause the server to fetch arbitrary URLs, effectively turning the AVideo server into a proxy for accessing internal resources.

The vulnerability is particularly dangerous in cloud environments where metadata services (such as AWS EC2 Instance Metadata Service at 169.254.169.254) can be accessed to retrieve IAM credentials, instance configuration, and other sensitive data. Additionally, attackers can probe internal network infrastructure, access internal APIs, and potentially interact with other services that trust requests from the AVideo server's IP address.

Root Cause

The root cause of this vulnerability is the lack of input validation and URL filtering in the downloadVideoFromDownloadURL function. The code directly accepts user-supplied URLs and fetches them without:

  1. Validating the URL scheme (allowing file://, gopher://, and other dangerous protocols)
  2. Checking against an allow-list of permitted domains
  3. Blocking requests to private/internal IP ranges (RFC 1918 addresses, localhost, link-local addresses)
  4. Implementing proper SSRF protection mechanisms

Attack Vector

The attack requires authentication to the AVideo platform. Once authenticated, an attacker can submit malicious requests to the aVideoEncoder.json.php endpoint with a crafted downloadURL parameter pointing to internal resources. The server will execute the request on behalf of the attacker and return the response, enabling data exfiltration from otherwise inaccessible internal services.

php
// Security patch in objects/aVideoEncoder.json.php
// Source: https://github.com/WWBN/AVideo/commit/384ef2548093f4cbb1bfac00f1f429fe57fab853

{
    global $global, $obj;
    $downloadURL = trim($downloadURL);

    // SSRF Protection: Validate URL before downloading
    if (!isSSRFSafeURL($downloadURL)) {
        __errlog("aVideoEncoder.json:downloadVideoFromDownloadURL SSRF protection blocked URL: " . $downloadURL);
        return false;
    }

    __errlog("aVideoEncoder.json: Try to download " . $downloadURL);
    $file = url_get_contents($downloadURL);
    $strlen = strlen($file);

The patch adds a call to isSSRFSafeURL() which validates the URL before processing, blocking requests to internal or potentially dangerous endpoints.

Detection Methods for CVE-2026-27732

Indicators of Compromise

  • Unusual outbound requests from the AVideo server to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x, 169.254.169.254)
  • Access logs showing requests to aVideoEncoder.json.php with suspicious downloadURL parameters
  • Server requests to cloud metadata endpoints or internal service URLs
  • Error logs containing SSRF-related blocked URL messages (in patched versions)

Detection Strategies

  • Monitor web server access logs for requests to aVideoEncoder.json.php containing internal IP addresses or cloud metadata URLs in the downloadURL parameter
  • Implement network-level monitoring for outbound connections from the AVideo server to internal network segments or metadata service IPs
  • Deploy Web Application Firewall (WAF) rules to detect and block SSRF attempt patterns in URL parameters
  • Enable application-level logging to capture all URL fetch operations and review for anomalous destinations

Monitoring Recommendations

  • Configure alerts for any outbound HTTP/HTTPS requests from the AVideo server to RFC 1918 private address ranges
  • Monitor for connections to well-known metadata service endpoints (e.g., 169.254.169.254, metadata.google.internal)
  • Review authentication logs for accounts making frequent requests to the vulnerable endpoint
  • Implement egress filtering to restrict the AVideo server's ability to connect to internal resources

How to Mitigate CVE-2026-27732

Immediate Actions Required

  • Upgrade WWBN AVideo to version 22.0 or later immediately
  • If immediate upgrade is not possible, restrict access to the aVideoEncoder.json.php endpoint
  • Review access logs to determine if exploitation may have occurred
  • Audit any cloud credentials or internal service access that may have been exposed

Patch Information

The vulnerability has been fixed in AVideo version 22.0. The patch implements SSRF protection via the isSSRFSafeURL() function, which validates URLs before processing download requests. The fix can be reviewed in the GitHub commit 384ef254 and the official security advisory GHSA-h39h-7cvg-q7j6.

Workarounds

  • Disable or restrict access to the aVideoEncoder.json.php endpoint via web server configuration until patching is complete
  • Implement network-level egress filtering to block the AVideo server from accessing internal networks and cloud metadata services
  • Deploy a reverse proxy or WAF in front of the application to filter requests containing internal URLs in parameters
  • Restrict authentication to only trusted users and audit existing user accounts
bash
# Apache configuration to restrict access to vulnerable endpoint
# Add to .htaccess or virtual host configuration
<Files "aVideoEncoder.json.php">
    # Restrict to trusted IPs only until patched
    Require ip 10.0.0.0/8
    # Or disable entirely
    # Require all denied
</Files>

# Nginx configuration alternative
location ~* aVideoEncoder\.json\.php$ {
    # Allow only trusted networks
    allow 10.0.0.0/8;
    deny all;
}

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:4.0/AV:N/AC:L/AT:N/PR:L/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
  • Technical References
  • GitHub Release 22.0
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-h39h-7cvg-q7j6
  • Related CVEs
  • CVE-2026-41055: Wwbn Avideo SSRF Vulnerability

  • CVE-2026-39368: WWBN AVideo SSRF Vulnerability

  • CVE-2026-34740: Wwbn Avideo SSRF Vulnerability

  • CVE-2026-33766: Wwbn Avideo SSRF 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