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-2020-37173

CVE-2020-37173: AVideo Platform Information Disclosure

CVE-2020-37173 is an information disclosure vulnerability in AVideo Platform 8.1 that allows attackers to enumerate user details and access sensitive data like emails and password hashes. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 13, 2026

CVE-2020-37173 Overview

CVE-2020-37173 is an information disclosure vulnerability affecting AVideo Platform 8.1 that enables attackers to enumerate user details through an insecure API endpoint. The vulnerability exists in the playlistsFromUser.json.php endpoint, which fails to properly validate authorization before returning sensitive user data. Attackers can exploit this flaw by manipulating the users_id parameter to retrieve confidential information including email addresses, password hashes, and administrative status of registered users.

This vulnerability poses significant risks to organizations using AVideo Platform, as it could enable credential theft, targeted attacks against administrators, and facilitate further compromise of the video streaming infrastructure.

Critical Impact

Unauthenticated attackers can enumerate and retrieve sensitive user credentials including password hashes and identify administrative accounts for targeted attacks.

Affected Products

  • AVideo Platform 8.1
  • AVideo Platform versions prior to security patch
  • Self-hosted AVideo deployments with exposed API endpoints

Discovery Timeline

  • 2026-02-11 - CVE CVE-2020-37173 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2020-37173

Vulnerability Analysis

This vulnerability is classified under CWE-359 (Exposure of Private Personal Information to an Unauthorized Actor). The core issue stems from the playlistsFromUser.json.php endpoint lacking proper access controls when processing requests for user playlist information. When a request is made to this endpoint with a valid users_id parameter, the application returns a JSON response containing not only the expected playlist data but also excessive user information that should remain protected.

The vulnerability allows complete enumeration of the user database by iterating through sequential users_id values. Each successful request returns the target user's email address, hashed password, and a flag indicating whether the account has administrative privileges. This information disclosure pattern is particularly dangerous as it provides attackers with the exact data needed to conduct offline password cracking attacks or to identify high-value targets within the platform.

Root Cause

The root cause of this vulnerability is improper access control implementation in the playlistsFromUser.json.php endpoint. The application fails to verify that the requesting user has authorization to view the detailed account information of other users. Additionally, the API response includes sensitive fields (email, password hash, admin status) that should never be exposed through public-facing endpoints, regardless of authorization status. This represents both a broken access control issue and excessive data exposure in API responses.

Attack Vector

The attack is conducted over the network and requires no authentication or special privileges. An attacker simply needs to send HTTP GET requests to the vulnerable endpoint with different users_id values. The attack can be easily automated to enumerate all users in the database.

The exploitation process involves:

  1. Identifying the vulnerable playlistsFromUser.json.php endpoint on the target AVideo installation
  2. Sending requests with incrementing users_id parameter values starting from 1
  3. Parsing the JSON responses to extract email addresses, password hashes, and admin flags
  4. Compiling a database of user credentials for offline password cracking
  5. Identifying administrative accounts for targeted privilege escalation attacks

For technical details on this vulnerability, refer to the Exploit-DB #47997 entry and the VulnCheck Advisory.

Detection Methods for CVE-2020-37173

Indicators of Compromise

  • Unusual volume of requests to /playlistsFromUser.json.php endpoint with sequential users_id parameters
  • HTTP requests to the vulnerable endpoint from external IP addresses or unexpected user agents
  • Log entries showing enumeration patterns with incrementing numeric parameters
  • Authentication failures following data exfiltration attempts using harvested credentials

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block sequential parameter enumeration patterns targeting the vulnerable endpoint
  • Configure rate limiting on API endpoints to prevent rapid enumeration attempts
  • Monitor HTTP access logs for requests to playlistsFromUser.json.php with unusual patterns or from suspicious sources
  • Deploy intrusion detection signatures to identify user enumeration attack patterns

Monitoring Recommendations

  • Enable detailed logging for all API endpoint access, particularly those handling user data
  • Set up alerts for abnormal request volumes to user-related API endpoints
  • Monitor for failed login attempts that may indicate use of harvested credentials
  • Implement anomaly detection for API access patterns to identify enumeration behavior

How to Mitigate CVE-2020-37173

Immediate Actions Required

  • Restrict access to the playlistsFromUser.json.php endpoint using firewall rules or web server configuration
  • Implement authentication requirements for all user-related API endpoints
  • Review and minimize data returned by API responses to exclude sensitive fields
  • Audit user accounts for signs of compromise and force password resets if credential exposure is suspected

Patch Information

Organizations should check the AVideo GitHub Repository for the latest security updates and patches addressing this vulnerability. Apply all available security patches to AVideo Platform installations as soon as possible. Review the VulnCheck Advisory for additional remediation guidance.

Workarounds

  • Implement IP-based access restrictions to limit API endpoint exposure to trusted networks only
  • Deploy a reverse proxy with authentication to protect sensitive endpoints from unauthenticated access
  • Modify API responses to remove sensitive user fields (email, password hash, admin status) from public endpoints
  • Consider temporarily disabling the vulnerable endpoint if playlist functionality is not critical to operations
bash
# Example nginx configuration to restrict access to vulnerable endpoint
location ~ /playlistsFromUser\.json\.php {
    # Allow only internal network access
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Alternatively, require authentication
    # auth_basic "Restricted Access";
    # auth_basic_user_file /etc/nginx/.htpasswd;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAvideo

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/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-359
  • Technical References
  • AVideo Official Website

  • GitHub Repository for AVideo

  • Exploit-DB #47997

  • VulnCheck Advisory for AVideo
  • Related CVEs
  • CVE-2026-43885: WWBN AVideo Information Disclosure Flaw

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

  • CVE-2026-43876: WWBN AVideo XSS Vulnerability

  • CVE-2026-43877: WWBN AVideo CSRF 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