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-2016-20035

CVE-2016-20035: Wowza Streaming Engine CSRF Vulnerability

CVE-2016-20035 is a CSRF flaw in Wowza Streaming Engine 4.5.0 that lets attackers create unauthorized admin accounts by tricking administrators into visiting malicious sites. This article covers technical details, impact, and mitigations.

Published: March 20, 2026

CVE-2016-20035 Overview

CVE-2016-20035 is a Cross-Site Request Forgery (CSRF) vulnerability affecting Wowza Streaming Engine 4.5.0. This flaw allows attackers to perform administrative actions by crafting malicious web pages that target logged-in administrators. By tricking an authenticated administrator into visiting a malicious site, attackers can submit unauthorized POST requests to the user edit endpoint, potentially creating new admin accounts with arbitrary credentials.

Critical Impact

Attackers can gain unauthorized administrative access to the Wowza Streaming Engine management interface by exploiting this CSRF vulnerability to create rogue admin accounts.

Affected Products

  • Wowza Streaming Engine 4.5.0

Discovery Timeline

  • 2026-03-16 - CVE CVE-2016-20035 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2016-20035

Vulnerability Analysis

This Cross-Site Request Forgery (CWE-352) vulnerability exists in the user management functionality of Wowza Streaming Engine 4.5.0. The application fails to implement proper anti-CSRF tokens or other request validation mechanisms on the user edit endpoint. This allows an attacker to craft a malicious HTML page containing a hidden form that automatically submits a POST request to the Wowza management interface when an authenticated administrator visits the attacker-controlled page.

The attack requires no authentication from the attacker's perspective, as the victim's existing session credentials are leveraged to perform the unauthorized action. The vulnerability can be exploited remotely via the network, making it particularly concerning for organizations with publicly accessible management interfaces.

Root Cause

The root cause of this vulnerability is the absence of CSRF protection mechanisms on the user edit endpoint in Wowza Streaming Engine 4.5.0. The application does not validate that requests to modify user accounts originate from legitimate sources within the application itself. Without anti-CSRF tokens, referrer validation, or other state-changing request verification, the server cannot distinguish between legitimate administrative requests and malicious cross-origin requests initiated by an attacker.

Attack Vector

The attack vector for CVE-2016-20035 is network-based and requires user interaction. An attacker must craft a malicious web page containing a hidden form that targets the Wowza Streaming Engine user edit endpoint. When a logged-in administrator visits this malicious page—whether through phishing, a compromised website, or other social engineering techniques—the form automatically submits a POST request using the administrator's active session cookies. This allows the attacker to create new administrative accounts with credentials of their choosing, effectively granting them full control over the streaming server.

The exploitation mechanism involves embedding a hidden form with appropriate field values for creating a new user account, then using JavaScript to automatically submit the form when the victim loads the page. Technical details and proof-of-concept code can be found in the Zero Science Vulnerability Report and Exploit-DB #40134.

Detection Methods for CVE-2016-20035

Indicators of Compromise

  • Unexpected or unauthorized administrator accounts appearing in the Wowza Streaming Engine user management console
  • Suspicious user creation events in access logs corresponding to administrator sessions from unrecognized source IPs
  • Administrator session activity occurring simultaneously from multiple geographic locations or IP addresses
  • Unusual referrer headers in web server logs pointing to external domains during administrative actions

Detection Strategies

  • Monitor Wowza Streaming Engine access logs for POST requests to user management endpoints that originate from suspicious referrer URLs
  • Implement alerting for new user account creation events, particularly those with administrative privileges
  • Deploy web application firewalls (WAF) configured to detect cross-site request forgery patterns and missing CSRF tokens
  • Review audit logs regularly for unauthorized changes to user accounts or permissions

Monitoring Recommendations

  • Enable comprehensive logging for all authentication and user management activities in Wowza Streaming Engine
  • Implement session monitoring to detect anomalous administrator behavior patterns
  • Configure SIEM solutions to correlate user creation events with administrator session data and source IP addresses
  • Establish baseline metrics for administrative actions to identify deviations indicative of compromise

How to Mitigate CVE-2016-20035

Immediate Actions Required

  • Restrict access to the Wowza Streaming Engine management interface to trusted IP addresses only using firewall rules or network segmentation
  • Audit existing administrator accounts and remove any unrecognized or suspicious entries immediately
  • Educate administrators about CSRF attack techniques and the risks of clicking unknown links while logged into the management console
  • Consider implementing a web application firewall to provide additional protection against CSRF attacks

Patch Information

Organizations running Wowza Streaming Engine 4.5.0 should consult with Wowza directly or check for updated versions that address this CSRF vulnerability. For detailed information about the vulnerability and potential remediation, refer to the VulnCheck Security Advisory.

Workarounds

  • Limit management interface access to localhost or internal networks only, requiring VPN access for remote administration
  • Implement strong session management policies including shorter session timeouts for administrative users
  • Use a dedicated browser profile exclusively for Wowza administration that is never used for general web browsing
  • Deploy a reverse proxy with CSRF protection capabilities in front of the Wowza management interface
bash
# Example: Restrict management interface access using iptables
# Allow management port access only from trusted admin subnet
iptables -A INPUT -p tcp --dport 8088 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8088 -j DROP

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWowza Streaming Engine

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L/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-352
  • Technical References
  • Zero Science Vulnerability Report

  • Exploit-DB #40134

  • VulnCheck Security Advisory
  • Related CVEs
  • CVE-2016-20036: Wowza Streaming Engine XSS Vulnerability

  • CVE-2016-20034: Wowza Streaming Engine Escalation Flaw

  • CVE-2016-20033: Wowza Streaming Engine Privilege Escalation

  • CVE-2024-52053: Wowza Streaming Engine XSS Vulnerability
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